Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data StackResourceDetail = StackResourceDetail' {
- description :: Maybe Text
- driftInformation :: Maybe StackResourceDriftInformation
- metadata :: Maybe Text
- moduleInfo :: Maybe ModuleInfo
- physicalResourceId :: Maybe Text
- resourceStatusReason :: Maybe Text
- stackId :: Maybe Text
- stackName :: Maybe Text
- logicalResourceId :: Text
- resourceType :: Text
- lastUpdatedTimestamp :: ISO8601
- resourceStatus :: ResourceStatus
- newStackResourceDetail :: Text -> Text -> UTCTime -> ResourceStatus -> StackResourceDetail
- stackResourceDetail_description :: Lens' StackResourceDetail (Maybe Text)
- stackResourceDetail_driftInformation :: Lens' StackResourceDetail (Maybe StackResourceDriftInformation)
- stackResourceDetail_metadata :: Lens' StackResourceDetail (Maybe Text)
- stackResourceDetail_moduleInfo :: Lens' StackResourceDetail (Maybe ModuleInfo)
- stackResourceDetail_physicalResourceId :: Lens' StackResourceDetail (Maybe Text)
- stackResourceDetail_resourceStatusReason :: Lens' StackResourceDetail (Maybe Text)
- stackResourceDetail_stackId :: Lens' StackResourceDetail (Maybe Text)
- stackResourceDetail_stackName :: Lens' StackResourceDetail (Maybe Text)
- stackResourceDetail_logicalResourceId :: Lens' StackResourceDetail Text
- stackResourceDetail_resourceType :: Lens' StackResourceDetail Text
- stackResourceDetail_lastUpdatedTimestamp :: Lens' StackResourceDetail UTCTime
- stackResourceDetail_resourceStatus :: Lens' StackResourceDetail ResourceStatus
Documentation
data StackResourceDetail Source #
Contains detailed information about the specified stack resource.
See: newStackResourceDetail
smart constructor.
StackResourceDetail' | |
|
Instances
newStackResourceDetail Source #
:: Text | |
-> Text | |
-> UTCTime | |
-> ResourceStatus | |
-> StackResourceDetail |
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:description:StackResourceDetail'
, stackResourceDetail_description
- User defined description 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: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: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: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:stackId:StackResourceDetail'
, stackResourceDetail_stackId
- Unique identifier of the stack.
$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_description :: Lens' StackResourceDetail (Maybe Text) Source #
User defined description 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_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_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_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_stackId :: Lens' StackResourceDetail (Maybe Text) Source #
Unique identifier of the stack.
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.
stackResourceDetail_lastUpdatedTimestamp :: Lens' StackResourceDetail UTCTime Source #
Time the status was updated.
stackResourceDetail_resourceStatus :: Lens' StackResourceDetail ResourceStatus Source #
Current status of the resource.