Class CfnResponsePlan.SsmAutomationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssmincidents.CfnResponsePlan.SsmAutomationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResponsePlan.SsmAutomationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnResponsePlan.SsmAutomationProperty
@Stability(Stable)
@Internal
public static final class CfnResponsePlan.SsmAutomationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResponsePlan.SsmAutomationProperty
An implementation for
CfnResponsePlan.SsmAutomationProperty-
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.ssmincidents.CfnResponsePlan.SsmAutomationProperty
CfnResponsePlan.SsmAutomationProperty.Builder, CfnResponsePlan.SsmAutomationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResponsePlan.SsmAutomationProperty.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 automation document's name.final StringThe automation document's version to use when running.final ObjectThe key-value pairs to resolve dynamic parameter values when processing a Systems Manager Automation runbook.final ObjectThe key-value pair parameters to use when running the automation document.final StringThe Amazon Resource Name (ARN) of the role that the automation document will assume when running commands.final StringThe account that the automation document will be run in.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 theCfnResponsePlan.SsmAutomationProperty.Builder.
-
-
Method Details
-
getDocumentName
Description copied from interface:CfnResponsePlan.SsmAutomationPropertyThe automation document's name.- Specified by:
getDocumentNamein interfaceCfnResponsePlan.SsmAutomationProperty
-
getRoleArn
Description copied from interface:CfnResponsePlan.SsmAutomationPropertyThe Amazon Resource Name (ARN) of the role that the automation document will assume when running commands.- Specified by:
getRoleArnin interfaceCfnResponsePlan.SsmAutomationProperty
-
getDocumentVersion
Description copied from interface:CfnResponsePlan.SsmAutomationPropertyThe automation document's version to use when running.- Specified by:
getDocumentVersionin interfaceCfnResponsePlan.SsmAutomationProperty
-
getDynamicParameters
Description copied from interface:CfnResponsePlan.SsmAutomationPropertyThe key-value pairs to resolve dynamic parameter values when processing a Systems Manager Automation runbook.- Specified by:
getDynamicParametersin interfaceCfnResponsePlan.SsmAutomationProperty
-
getParameters
Description copied from interface:CfnResponsePlan.SsmAutomationPropertyThe key-value pair parameters to use when running the automation document.- Specified by:
getParametersin interfaceCfnResponsePlan.SsmAutomationProperty
-
getTargetAccount
Description copied from interface:CfnResponsePlan.SsmAutomationPropertyThe account that the automation document will be run in.This can be in either the management account or an application account.
- Specified by:
getTargetAccountin interfaceCfnResponsePlan.SsmAutomationProperty
-
$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()
-