Builder
Properties
The action that CloudFormation takes on the resource, such as Add (adds a new resource), Modify (changes a resource), Remove (deletes a resource), Import (imports a resource), or Dynamic (exact action for the resource can't be determined).
An encoded JSON string that contains the context of the resource after the change is executed.
An encoded JSON string that contains the context of the resource before the change is executed.
The change set ID of the nested change set.
For the Modify action, a list of ResourceChangeDetail structures that describes the changes that CloudFormation will make to the resource.
The resource's logical ID, which is defined in the stack's template.
Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.
The resource's physical ID (resource name). Resources that you are adding don't have physical IDs because they haven't been created.
The action that will be taken on the physical resource when the change set is executed.
For the Modify action, indicates whether CloudFormation will replace the resource by creating a new one and deleting the old one. This value depends on the value of the RequiresRecreation property in the ResourceTargetDefinition structure. For example, if the RequiresRecreation field is Always and the Evaluation field is Static, Replacement is True. If the RequiresRecreation field is Always and the Evaluation field is Dynamic, Replacement is Conditional.
The type of CloudFormation resource, such as AWS::S3::Bucket.
For the Modify action, indicates which resource attribute is triggering this update, such as a change in the resource attribute's Metadata, Properties, or Tags.
Functions
construct an aws.sdk.kotlin.services.cloudformation.model.ModuleInfo inside the given block