@Stability(value=Stable)
public static interface CfnResponsePlan.SsmAutomationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ssmincidents.*;
SsmAutomationProperty ssmAutomationProperty = SsmAutomationProperty.builder()
.documentName("documentName")
.roleArn("roleArn")
// the properties below are optional
.documentVersion("documentVersion")
.parameters(List.of(SsmParameterProperty.builder()
.key("key")
.values(List.of("values"))
.build()))
.targetAccount("targetAccount")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResponsePlan.SsmAutomationProperty.Builder
A builder for
CfnResponsePlan.SsmAutomationProperty |
static class |
CfnResponsePlan.SsmAutomationProperty.Jsii$Proxy
An implementation for
CfnResponsePlan.SsmAutomationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResponsePlan.SsmAutomationProperty.Builder |
builder() |
String |
getDocumentName()
`CfnResponsePlan.SsmAutomationProperty.DocumentName`.
|
default String |
getDocumentVersion()
`CfnResponsePlan.SsmAutomationProperty.DocumentVersion`.
|
default Object |
getParameters()
`CfnResponsePlan.SsmAutomationProperty.Parameters`.
|
String |
getRoleArn()
`CfnResponsePlan.SsmAutomationProperty.RoleArn`.
|
default String |
getTargetAccount()
`CfnResponsePlan.SsmAutomationProperty.TargetAccount`.
|
@Stability(value=Stable) @NotNull String getDocumentName()
@Stability(value=Stable) @Nullable default String getDocumentVersion()
@Stability(value=Stable) @Nullable default Object getParameters()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default String getTargetAccount()
@Stability(value=Stable) static CfnResponsePlan.SsmAutomationProperty.Builder builder()
Copyright © 2021. All rights reserved.