@Stability(value=Stable)
public static interface CfnInstance.AssociationParameterProperty
extends software.amazon.jsii.JsiiSerializable
AssociationParameter is a property of the Amazon EC2 Instance SsmAssociation property.
Example:
// 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.*;
AssociationParameterProperty associationParameterProperty = AssociationParameterProperty.builder()
.key("key")
.value(List.of("value"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInstance.AssociationParameterProperty.Builder
A builder for
CfnInstance.AssociationParameterProperty |
static class |
CfnInstance.AssociationParameterProperty.Jsii$Proxy
An implementation for
CfnInstance.AssociationParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstance.AssociationParameterProperty.Builder |
builder() |
String |
getKey()
The name of an input parameter that is in the associated SSM document.
|
List<String> |
getValue()
The value of an input parameter.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) static CfnInstance.AssociationParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.