@Stability(value=External)
public static interface CfnRule.EcsParametersProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-ecsparameters.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.EcsParametersProperty.Builder
A builder for
CfnRule.EcsParametersProperty |
static class |
CfnRule.EcsParametersProperty.Jsii$Proxy
An implementation for
CfnRule.EcsParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.EcsParametersProperty.Builder |
builder() |
default String |
getGroup()
`CfnRule.EcsParametersProperty.Group`.
|
default String |
getLaunchType()
`CfnRule.EcsParametersProperty.LaunchType`.
|
default Object |
getNetworkConfiguration()
`CfnRule.EcsParametersProperty.NetworkConfiguration`.
|
default String |
getPlatformVersion()
`CfnRule.EcsParametersProperty.PlatformVersion`.
|
default Number |
getTaskCount()
`CfnRule.EcsParametersProperty.TaskCount`.
|
String |
getTaskDefinitionArn()
`CfnRule.EcsParametersProperty.TaskDefinitionArn`.
|
@Stability(value=External) @NotNull String getTaskDefinitionArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-ecsparameters.html#cfn-events-rule-ecsparameters-taskdefinitionarn@Stability(value=External) @Nullable default String getGroup()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-ecsparameters.html#cfn-events-rule-ecsparameters-group@Stability(value=External) @Nullable default String getLaunchType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-ecsparameters.html#cfn-events-rule-ecsparameters-launchtype@Stability(value=External) @Nullable default Object getNetworkConfiguration()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-ecsparameters.html#cfn-events-rule-ecsparameters-networkconfiguration@Stability(value=External) @Nullable default String getPlatformVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-ecsparameters.html#cfn-events-rule-ecsparameters-platformversion@Stability(value=External) @Nullable default Number getTaskCount()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-ecsparameters.html#cfn-events-rule-ecsparameters-taskcount@Stability(value=External) static CfnRule.EcsParametersProperty.Builder builder()
Copyright © 2020. All rights reserved.