amazonka-cloudformation-2.0: Amazon CloudFormation SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudFormation.Types.StackResource

Description

 
Synopsis

Documentation

data StackResource Source #

The StackResource data type.

See: newStackResource smart constructor.

Constructors

StackResource' 

Fields

Instances

Instances details
FromXML StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Generic StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Associated Types

type Rep StackResource :: Type -> Type #

Read StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Show StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

NFData StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Methods

rnf :: StackResource -> () #

Eq StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

Hashable StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

type Rep StackResource Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.StackResource

type Rep StackResource = D1 ('MetaData "StackResource" "Amazonka.CloudFormation.Types.StackResource" "amazonka-cloudformation-2.0-2g2oPzedi5AcwbDRlNZfB" 'False) (C1 ('MetaCons "StackResource'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") '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 "physicalResourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceStatusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "stackId") '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 "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601) :*: S1 ('MetaSel ('Just "resourceStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceStatus))))))

newStackResource Source #

Create a value of StackResource 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:description:StackResource', stackResource_description - User defined description associated with the resource.

$sel:driftInformation:StackResource', stackResource_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:StackResource', stackResource_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:physicalResourceId:StackResource', stackResource_physicalResourceId - The name or unique identifier that corresponds to a physical instance ID of a resource supported by CloudFormation.

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

$sel:stackId:StackResource', stackResource_stackId - Unique identifier of the stack.

$sel:stackName:StackResource', stackResource_stackName - The name associated with the stack.

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

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

$sel:timestamp:StackResource', stackResource_timestamp - Time the status was updated.

$sel:resourceStatus:StackResource', stackResource_resourceStatus - Current status of the resource.

stackResource_description :: Lens' StackResource (Maybe Text) Source #

User defined description associated with the resource.

stackResource_driftInformation :: Lens' StackResource (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.

stackResource_moduleInfo :: Lens' StackResource (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.

stackResource_physicalResourceId :: Lens' StackResource (Maybe Text) Source #

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

stackResource_resourceStatusReason :: Lens' StackResource (Maybe Text) Source #

Success/failure message associated with the resource.

stackResource_stackId :: Lens' StackResource (Maybe Text) Source #

Unique identifier of the stack.

stackResource_stackName :: Lens' StackResource (Maybe Text) Source #

The name associated with the stack.

stackResource_logicalResourceId :: Lens' StackResource Text Source #

The logical name of the resource specified in the template.

stackResource_resourceType :: Lens' StackResource Text Source #

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