@Stability(value=Stable)
public static interface CfnRule.RunCommandTargetProperty
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.events.*;
RunCommandTargetProperty runCommandTargetProperty = RunCommandTargetProperty.builder()
.key("key")
.values(List.of("values"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.RunCommandTargetProperty.Builder
A builder for
CfnRule.RunCommandTargetProperty |
static class |
CfnRule.RunCommandTargetProperty.Jsii$Proxy
An implementation for
CfnRule.RunCommandTargetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.RunCommandTargetProperty.Builder |
builder() |
String |
getKey()
`CfnRule.RunCommandTargetProperty.Key`.
|
List<String> |
getValues()
`CfnRule.RunCommandTargetProperty.Values`.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull List<String> getValues()
@Stability(value=Stable) static CfnRule.RunCommandTargetProperty.Builder builder()
Copyright © 2021. All rights reserved.