@Stability(value=Stable)
public static interface CfnResponsePlan.SsmParameterProperty
extends software.amazon.jsii.JsiiSerializable
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.ssmincidents.*;
SsmParameterProperty ssmParameterProperty = SsmParameterProperty.builder()
.key("key")
.values(List.of("values"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResponsePlan.SsmParameterProperty.Builder
A builder for
CfnResponsePlan.SsmParameterProperty |
static class |
CfnResponsePlan.SsmParameterProperty.Jsii$Proxy
An implementation for
CfnResponsePlan.SsmParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnResponsePlan.SsmParameterProperty.Builder |
builder() |
String |
getKey()
The key parameter to use when running the automation document.
|
List<String> |
getValues()
The value parameter to use when running the automation document.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull List<String> getValues()
@Stability(value=Stable) static CfnResponsePlan.SsmParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.