@Stability(value=Stable)
public static interface CfnInstance.SsmAssociationProperty
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.ec2.*;
SsmAssociationProperty ssmAssociationProperty = SsmAssociationProperty.builder()
.documentName("documentName")
// the properties below are optional
.associationParameters(List.of(AssociationParameterProperty.builder()
.key("key")
.value(List.of("value"))
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInstance.SsmAssociationProperty.Builder
A builder for
CfnInstance.SsmAssociationProperty |
static class |
CfnInstance.SsmAssociationProperty.Jsii$Proxy
An implementation for
CfnInstance.SsmAssociationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstance.SsmAssociationProperty.Builder |
builder() |
default Object |
getAssociationParameters()
`CfnInstance.SsmAssociationProperty.AssociationParameters`.
|
String |
getDocumentName()
`CfnInstance.SsmAssociationProperty.DocumentName`.
|
@Stability(value=Stable) @Nullable default Object getAssociationParameters()
@Stability(value=Stable) @NotNull String getDocumentName()
@Stability(value=Stable) static CfnInstance.SsmAssociationProperty.Builder builder()
Copyright © 2021. All rights reserved.