libZSservicesZSamazonka-cloudcontrolZSamazonka-cloudcontrol
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudControl.Types.ResourceDescription

Description

 
Synopsis

Documentation

data ResourceDescription Source #

Represents information about a provisioned resource.

See: newResourceDescription smart constructor.

Constructors

ResourceDescription' 

Fields

Instances

Instances details
Eq ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

Show ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

Generic ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

Associated Types

type Rep ResourceDescription :: Type -> Type #

NFData ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

Methods

rnf :: ResourceDescription -> () #

Hashable ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

FromJSON ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

type Rep ResourceDescription Source # 
Instance details

Defined in Amazonka.CloudControl.Types.ResourceDescription

type Rep ResourceDescription = D1 ('MetaData "ResourceDescription" "Amazonka.CloudControl.Types.ResourceDescription" "libZSservicesZSamazonka-cloudcontrolZSamazonka-cloudcontrol" 'False) (C1 ('MetaCons "ResourceDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newResourceDescription :: ResourceDescription Source #

Create a value of ResourceDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identifier:ResourceDescription', resourceDescription_identifier - The primary identifier for the resource.

For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.

$sel:properties:ResourceDescription', resourceDescription_properties - A list of the resource properties and their current values.

resourceDescription_identifier :: Lens' ResourceDescription (Maybe Text) Source #

The primary identifier for the resource.

For more information, see Identifying resources in the Amazon Web Services Cloud Control API User Guide.

resourceDescription_properties :: Lens' ResourceDescription (Maybe Text) Source #

A list of the resource properties and their current values.