public static interface CfnRule.EcsParametersProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.EcsParametersProperty.Builder
A builder for
CfnRule.EcsParametersProperty |
static class |
CfnRule.EcsParametersProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.EcsParametersProperty.Builder |
builder() |
Object |
getTaskCount()
``CfnRule.EcsParametersProperty.TaskCount``
|
String |
getTaskDefinitionArn()
``CfnRule.EcsParametersProperty.TaskDefinitionArn``
|
void |
setTaskCount(Number value)
``CfnRule.EcsParametersProperty.TaskCount``
|
void |
setTaskCount(software.amazon.awscdk.Token value)
``CfnRule.EcsParametersProperty.TaskCount``
|
void |
setTaskDefinitionArn(String value)
``CfnRule.EcsParametersProperty.TaskDefinitionArn``
|
String getTaskDefinitionArn()
void setTaskDefinitionArn(String value)
Object getTaskCount()
void setTaskCount(Number value)
void setTaskCount(software.amazon.awscdk.Token value)
static CfnRule.EcsParametersProperty.Builder builder()
Copyright © 2019. All rights reserved.