public static interface CfnRule.RunCommandTargetProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.RunCommandTargetProperty.Builder
A builder for
CfnRule.RunCommandTargetProperty |
static class |
CfnRule.RunCommandTargetProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.RunCommandTargetProperty.Builder |
builder() |
String |
getKey()
``CfnRule.RunCommandTargetProperty.Key``
|
Object |
getValues()
``CfnRule.RunCommandTargetProperty.Values``
|
void |
setKey(String value)
``CfnRule.RunCommandTargetProperty.Key``
|
void |
setValues(List<Object> value)
``CfnRule.RunCommandTargetProperty.Values``
|
void |
setValues(software.amazon.awscdk.Token value)
``CfnRule.RunCommandTargetProperty.Values``
|
String getKey()
void setKey(String value)
Object getValues()
void setValues(software.amazon.awscdk.Token value)
static CfnRule.RunCommandTargetProperty.Builder builder()
Copyright © 2019. All rights reserved.