libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
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.CloudFormation.Types.StackResourceDetail

Description

 
Synopsis

Documentation

data StackResourceDetail Source #

Contains detailed information about the specified stack resource.

See: newStackResourceDetail smart constructor.

Constructors

StackResourceDetail' 

Fields

Instances

Instances details
Eq StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Read StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Show StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Generic StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Associated Types

type Rep StackResourceDetail :: Type -> Type #

NFData StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

Methods

rnf :: StackResourceDetail -> () #

Hashable StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

FromXML StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

type Rep StackResourceDetail Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceDetail

type Rep StackResourceDetail = D1 ('MetaData "StackResourceDetail" "Amazonka.CloudFormation.Types.StackResourceDetail" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackResourceDetail'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "driftInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StackResourceDriftInformation)))) :*: (S1 ('MetaSel ('Just "moduleInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModuleInfo)) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "stackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "resourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceStatus))))))

newStackResourceDetail Source #

Create a value of StackResourceDetail 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:physicalResourceId:StackResourceDetail', stackResourceDetail_physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

$sel:resourceStatusReason:StackResourceDetail', stackResourceDetail_resourceStatusReason - Success/failure message associated with the resource.

$sel:driftInformation:StackResourceDetail', stackResourceDetail_driftInformation - Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

$sel:moduleInfo:StackResourceDetail', stackResourceDetail_moduleInfo - Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

$sel:metadata:StackResourceDetail', stackResourceDetail_metadata - The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the CloudFormation User Guide.

$sel:stackId:StackResourceDetail', stackResourceDetail_stackId - Unique identifier of the stack.

$sel:description:StackResourceDetail', stackResourceDetail_description - User defined description associated with the resource.

$sel:stackName:StackResourceDetail', stackResourceDetail_stackName - The name associated with the stack.

$sel:logicalResourceId:StackResourceDetail', stackResourceDetail_logicalResourceId - The logical name of the resource specified in the template.

$sel:resourceType:StackResourceDetail', stackResourceDetail_resourceType - Type of resource. ((For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)

$sel:lastUpdatedTimestamp:StackResourceDetail', stackResourceDetail_lastUpdatedTimestamp - Time the status was updated.

$sel:resourceStatus:StackResourceDetail', stackResourceDetail_resourceStatus - Current status of the resource.

stackResourceDetail_physicalResourceId :: Lens' StackResourceDetail (Maybe Text) Source #

The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

stackResourceDetail_resourceStatusReason :: Lens' StackResourceDetail (Maybe Text) Source #

Success/failure message associated with the resource.

stackResourceDetail_driftInformation :: Lens' StackResourceDetail (Maybe StackResourceDriftInformation) Source #

Information about whether the resource's actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.

stackResourceDetail_moduleInfo :: Lens' StackResourceDetail (Maybe ModuleInfo) Source #

Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

stackResourceDetail_metadata :: Lens' StackResourceDetail (Maybe Text) Source #

The content of the Metadata attribute declared for the resource. For more information, see Metadata Attribute in the CloudFormation User Guide.

stackResourceDetail_description :: Lens' StackResourceDetail (Maybe Text) Source #

User defined description associated with the resource.

stackResourceDetail_stackName :: Lens' StackResourceDetail (Maybe Text) Source #

The name associated with the stack.

stackResourceDetail_logicalResourceId :: Lens' StackResourceDetail Text Source #

The logical name of the resource specified in the template.

stackResourceDetail_resourceType :: Lens' StackResourceDetail Text Source #

Type of resource. ((For more information, go to Amazon Web Services Resource Types Reference in the CloudFormation User Guide.)