| 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 |
Amazonka.CloudFormation.Types.ChangeSetHookResourceTargetDetails
Description
Synopsis
- data ChangeSetHookResourceTargetDetails = ChangeSetHookResourceTargetDetails' {}
- newChangeSetHookResourceTargetDetails :: ChangeSetHookResourceTargetDetails
- changeSetHookResourceTargetDetails_logicalResourceId :: Lens' ChangeSetHookResourceTargetDetails (Maybe Text)
- changeSetHookResourceTargetDetails_resourceAction :: Lens' ChangeSetHookResourceTargetDetails (Maybe ChangeAction)
- changeSetHookResourceTargetDetails_resourceType :: Lens' ChangeSetHookResourceTargetDetails (Maybe Text)
Documentation
data ChangeSetHookResourceTargetDetails Source #
Specifies RESOURCE type target details for activated hooks.
See: newChangeSetHookResourceTargetDetails smart constructor.
Constructors
| ChangeSetHookResourceTargetDetails' | |
Fields
| |
Instances
newChangeSetHookResourceTargetDetails :: ChangeSetHookResourceTargetDetails Source #
Create a value of ChangeSetHookResourceTargetDetails 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:logicalResourceId:ChangeSetHookResourceTargetDetails', changeSetHookResourceTargetDetails_logicalResourceId - The resource's logical ID, which is defined in the stack's template.
$sel:resourceAction:ChangeSetHookResourceTargetDetails', changeSetHookResourceTargetDetails_resourceAction - Specifies the action of the resource.
$sel:resourceType:ChangeSetHookResourceTargetDetails', changeSetHookResourceTargetDetails_resourceType - The type of CloudFormation resource, such as AWS::S3::Bucket.
changeSetHookResourceTargetDetails_logicalResourceId :: Lens' ChangeSetHookResourceTargetDetails (Maybe Text) Source #
The resource's logical ID, which is defined in the stack's template.
changeSetHookResourceTargetDetails_resourceAction :: Lens' ChangeSetHookResourceTargetDetails (Maybe ChangeAction) Source #
Specifies the action of the resource.
changeSetHookResourceTargetDetails_resourceType :: Lens' ChangeSetHookResourceTargetDetails (Maybe Text) Source #
The type of CloudFormation resource, such as AWS::S3::Bucket.