@Stability(value=Stable)
public static interface CfnInstance.AssociationParameterProperty
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.*;
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()
`CfnInstance.AssociationParameterProperty.Key`.
|
List<String> |
getValue()
`CfnInstance.AssociationParameterProperty.Value`.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull List<String> getValue()
@Stability(value=Stable) static CfnInstance.AssociationParameterProperty.Builder builder()
Copyright © 2021. All rights reserved.