| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeSetHookResourceTargetDetails |
ChangeSetHookResourceTargetDetails.clone() |
ChangeSetHookResourceTargetDetails |
ChangeSetHookTargetDetails.getResourceTargetDetails()
Required if
TargetType is RESOURCE. |
ChangeSetHookResourceTargetDetails |
ChangeSetHookResourceTargetDetails.withLogicalResourceId(String logicalResourceId)
The resource's logical ID, which is defined in the stack's template.
|
ChangeSetHookResourceTargetDetails |
ChangeSetHookResourceTargetDetails.withResourceAction(ChangeAction resourceAction)
Specifies the action of the resource.
|
ChangeSetHookResourceTargetDetails |
ChangeSetHookResourceTargetDetails.withResourceAction(String resourceAction)
Specifies the action of the resource.
|
ChangeSetHookResourceTargetDetails |
ChangeSetHookResourceTargetDetails.withResourceType(String resourceType)
The type of CloudFormation resource, such as
AWS::S3::Bucket. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeSetHookTargetDetails.setResourceTargetDetails(ChangeSetHookResourceTargetDetails resourceTargetDetails)
Required if
TargetType is RESOURCE. |
ChangeSetHookTargetDetails |
ChangeSetHookTargetDetails.withResourceTargetDetails(ChangeSetHookResourceTargetDetails resourceTargetDetails)
Required if
TargetType is RESOURCE. |
Copyright © 2023. All rights reserved.