@Stability(value=Stable)
public static interface CfnResponsePlan.DynamicSsmParameterProperty
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.*;
DynamicSsmParameterProperty dynamicSsmParameterProperty = DynamicSsmParameterProperty.builder()
.key("key")
.value(DynamicSsmParameterValueProperty.builder()
.variable("variable")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResponsePlan.DynamicSsmParameterProperty.Builder
A builder for
CfnResponsePlan.DynamicSsmParameterProperty |
static class |
CfnResponsePlan.DynamicSsmParameterProperty.Jsii$Proxy
An implementation for
CfnResponsePlan.DynamicSsmParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResponsePlan.DynamicSsmParameterProperty.Builder |
builder() |
String |
getKey()
`CfnResponsePlan.DynamicSsmParameterProperty.Key`.
|
Object |
getValue()
`CfnResponsePlan.DynamicSsmParameterProperty.Value`.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull Object getValue()
@Stability(value=Stable) static CfnResponsePlan.DynamicSsmParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.