Class CfnLifecycleAutomationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssmquicksetup.CfnLifecycleAutomationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLifecycleAutomationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLifecycleAutomationMixinProps
@Stability(Stable)
@Internal
public static final class CfnLifecycleAutomationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLifecycleAutomationMixinProps
An implementation for
CfnLifecycleAutomationMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.ssmquicksetup.CfnLifecycleAutomationMixinProps
CfnLifecycleAutomationMixinProps.Builder, CfnLifecycleAutomationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLifecycleAutomationMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the SSM Automation document to execute in response to CloudFormation lifecycle events (CREATE, UPDATE, DELETE).final ObjectA map of key-value parameters passed to the Automation document during execution.final StringA unique identifier used for generating the SSM Association name.getTags()Tags applied to the underlying SSM Association created by this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLifecycleAutomationMixinProps.Builder.
-
-
Method Details
-
getAutomationDocument
Description copied from interface:CfnLifecycleAutomationMixinPropsThe name of the SSM Automation document to execute in response to CloudFormation lifecycle events (CREATE, UPDATE, DELETE).- Specified by:
getAutomationDocumentin interfaceCfnLifecycleAutomationMixinProps- See Also:
-
getAutomationParameters
Description copied from interface:CfnLifecycleAutomationMixinPropsA map of key-value parameters passed to the Automation document during execution.Each parameter name maps to a list of values, even for single values. Parameters can include configuration-specific values for your automation workflow.
Returns union: either
IResolvableor Mapinvalid input: '<'String, Listinvalid input: '<'String>>- Specified by:
getAutomationParametersin interfaceCfnLifecycleAutomationMixinProps- See Also:
-
getResourceKey
Description copied from interface:CfnLifecycleAutomationMixinPropsA unique identifier used for generating the SSM Association name.This ensures uniqueness when multiple lifecycle automation resources exist in the same stack.
- Specified by:
getResourceKeyin interfaceCfnLifecycleAutomationMixinProps- See Also:
-
getTags
Description copied from interface:CfnLifecycleAutomationMixinPropsTags applied to the underlying SSM Association created by this resource.Tags help identify and organize automation executions.
- Specified by:
getTagsin interfaceCfnLifecycleAutomationMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-