@Stability(value=Stable)
public static interface CfnRule.RunCommandParametersProperty
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.events.*;
RunCommandParametersProperty runCommandParametersProperty = RunCommandParametersProperty.builder()
.runCommandTargets(List.of(RunCommandTargetProperty.builder()
.key("key")
.values(List.of("values"))
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.RunCommandParametersProperty.Builder
A builder for
CfnRule.RunCommandParametersProperty |
static class |
CfnRule.RunCommandParametersProperty.Jsii$Proxy
An implementation for
CfnRule.RunCommandParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.RunCommandParametersProperty.Builder |
builder() |
Object |
getRunCommandTargets()
Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
|
@Stability(value=Stable) @NotNull Object getRunCommandTargets()
@Stability(value=Stable) static CfnRule.RunCommandParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.