Class CfnResponsePlanPropsMixin.SsmAutomationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssmincidents.CfnResponsePlanPropsMixin.SsmAutomationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResponsePlanPropsMixin.SsmAutomationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResponsePlanPropsMixin.SsmAutomationProperty
@Stability(Stable)
@Internal
public static final class CfnResponsePlanPropsMixin.SsmAutomationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResponsePlanPropsMixin.SsmAutomationProperty
An implementation for
CfnResponsePlanPropsMixin.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.cfnpropertymixins.services.ssmincidents.CfnResponsePlanPropsMixin.SsmAutomationProperty
CfnResponsePlanPropsMixin.SsmAutomationProperty.Builder, CfnResponsePlanPropsMixin.SsmAutomationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResponsePlanPropsMixin.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 version of the runbook 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 runbook.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 theCfnResponsePlanPropsMixin.SsmAutomationProperty.Builder.
-
-
Method Details
-
getDocumentName
Description copied from interface:CfnResponsePlanPropsMixin.SsmAutomationPropertyThe automation document's name.- Specified by:
getDocumentNamein interfaceCfnResponsePlanPropsMixin.SsmAutomationProperty- See Also:
-
getDocumentVersion
Description copied from interface:CfnResponsePlanPropsMixin.SsmAutomationPropertyThe version of the runbook to use when running.- Specified by:
getDocumentVersionin interfaceCfnResponsePlanPropsMixin.SsmAutomationProperty- See Also:
-
getDynamicParameters
Description copied from interface:CfnResponsePlanPropsMixin.SsmAutomationPropertyThe key-value pairs to resolve dynamic parameter values when processing a Systems Manager Automation runbook.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnResponsePlanPropsMixin.DynamicSsmParameterProperty>- Specified by:
getDynamicParametersin interfaceCfnResponsePlanPropsMixin.SsmAutomationProperty- See Also:
-
getParameters
Description copied from interface:CfnResponsePlanPropsMixin.SsmAutomationPropertyThe key-value pair parameters to use when running the runbook.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnResponsePlanPropsMixin.SsmParameterProperty>- Specified by:
getParametersin interfaceCfnResponsePlanPropsMixin.SsmAutomationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnResponsePlanPropsMixin.SsmAutomationPropertyThe Amazon Resource Name (ARN) of the role that the automation document will assume when running commands.- Specified by:
getRoleArnin interfaceCfnResponsePlanPropsMixin.SsmAutomationProperty- See Also:
-
getTargetAccount
Description copied from interface:CfnResponsePlanPropsMixin.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 interfaceCfnResponsePlanPropsMixin.SsmAutomationProperty- 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()
-