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.StackResourceSummary

Description

 
Synopsis

Documentation

data StackResourceSummary Source #

Contains high-level information about the specified stack resource.

See: newStackResourceSummary smart constructor.

Constructors

StackResourceSummary' 

Fields

Instances

Instances details
Eq StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Read StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Show StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Generic StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Associated Types

type Rep StackResourceSummary :: Type -> Type #

NFData StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

Methods

rnf :: StackResourceSummary -> () #

Hashable StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

FromXML StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

type Rep StackResourceSummary Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResourceSummary

type Rep StackResourceSummary = D1 ('MetaData "StackResourceSummary" "Amazonka.CloudFormation.Types.StackResourceSummary" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "StackResourceSummary'" '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 StackResourceDriftInformationSummary)) :*: S1 ('MetaSel ('Just "moduleInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ModuleInfo)))) :*: ((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)))))

newStackResourceSummary Source #

Create a value of StackResourceSummary 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:StackResourceSummary', stackResourceSummary_physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of the resource.

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

$sel:driftInformation:StackResourceSummary', stackResourceSummary_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:StackResourceSummary', stackResourceSummary_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:logicalResourceId:StackResourceSummary', stackResourceSummary_logicalResourceId - The logical name of the resource specified in the template.

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

$sel:lastUpdatedTimestamp:StackResourceSummary', stackResourceSummary_lastUpdatedTimestamp - Time the status was updated.

$sel:resourceStatus:StackResourceSummary', stackResourceSummary_resourceStatus - Current status of the resource.

stackResourceSummary_physicalResourceId :: Lens' StackResourceSummary (Maybe Text) Source #

The name or unique identifier that corresponds to a physical instance ID of the resource.

stackResourceSummary_resourceStatusReason :: Lens' StackResourceSummary (Maybe Text) Source #

Success/failure message associated with the resource.

stackResourceSummary_driftInformation :: Lens' StackResourceSummary (Maybe StackResourceDriftInformationSummary) 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.

stackResourceSummary_moduleInfo :: Lens' StackResourceSummary (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.

stackResourceSummary_logicalResourceId :: Lens' StackResourceSummary Text Source #

The logical name of the resource specified in the template.

stackResourceSummary_resourceType :: Lens' StackResourceSummary Text Source #

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