Class CfnLifecycleAutomationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssmquicksetup.CfnLifecycleAutomationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLifecycleAutomationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLifecycleAutomationProps
@Stability(Stable)
@Internal
public static final class CfnLifecycleAutomationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLifecycleAutomationProps
An implementation for
CfnLifecycleAutomationProps-
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.services.ssmquicksetup.CfnLifecycleAutomationProps
CfnLifecycleAutomationProps.Builder, CfnLifecycleAutomationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLifecycleAutomationProps.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 theCfnLifecycleAutomationProps.Builder.
-
-
Method Details
-
getAutomationDocument
Description copied from interface:CfnLifecycleAutomationPropsThe name of the SSM Automation document to execute in response to CloudFormation lifecycle events (CREATE, UPDATE, DELETE).- Specified by:
getAutomationDocumentin interfaceCfnLifecycleAutomationProps- See Also:
-
getAutomationParameters
Description copied from interface:CfnLifecycleAutomationPropsA 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 interfaceCfnLifecycleAutomationProps- See Also:
-
getResourceKey
Description copied from interface:CfnLifecycleAutomationPropsA 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 interfaceCfnLifecycleAutomationProps- See Also:
-
getTags
Description copied from interface:CfnLifecycleAutomationPropsTags applied to the underlying SSM Association created by this resource.Tags help identify and organize automation executions.
- Specified by:
getTagsin interfaceCfnLifecycleAutomationProps- 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()
-