@Stability(value=Stable) @Internal public static final class CfnSchedule.EcsParametersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSchedule.EcsParametersProperty
CfnSchedule.EcsParametersPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnSchedule.EcsParametersProperty.Builder, CfnSchedule.EcsParametersProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSchedule.EcsParametersProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnSchedule.AwsVpcConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCapacityProviderStrategy()
The capacity provider strategy to use for the task.
|
Object |
getEnableEcsManagedTags()
Specifies whether to enable Amazon ECS managed tags for the task.
|
Object |
getEnableExecuteCommand()
Whether or not to enable the execute command functionality for the containers in this task.
|
String |
getGroup()
Specifies an ECS task group for the task.
|
String |
getLaunchType()
Specifies the launch type on which your task is running.
|
Object |
getNetworkConfiguration()
This structure specifies the network configuration for an ECS task.
|
Object |
getPlacementConstraints()
An array of placement constraint objects to use for the task.
|
Object |
getPlacementStrategy()
The task placement strategy for a task or service.
|
String |
getPlatformVersion()
Specifies the platform version for the task.
|
String |
getPropagateTags()
Specifies whether to propagate the tags from the task definition to the task.
|
String |
getReferenceId()
The reference ID to use for the task.
|
List<Object> |
getTags()
The metadata that you apply to the task to help you categorize and organize them.
|
Number |
getTaskCount()
The number of tasks to create based on `TaskDefinition` .
|
String |
getTaskDefinitionArn()
The Amazon Resource Name (ARN) of the task definition to use if the event target is an Amazon ECS task.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnSchedule.EcsParametersProperty.Builder builder)
CfnSchedule.AwsVpcConfigurationProperty.Builder.public final String getTaskDefinitionArn()
CfnSchedule.EcsParametersPropertygetTaskDefinitionArn in interface CfnSchedule.EcsParametersPropertypublic final Object getCapacityProviderStrategy()
CfnSchedule.EcsParametersPropertygetCapacityProviderStrategy in interface CfnSchedule.EcsParametersPropertypublic final Object getEnableEcsManagedTags()
CfnSchedule.EcsParametersPropertyFor more information, see Tagging Your Amazon ECS Resources in the Amazon ECS Developer Guide .
getEnableEcsManagedTags in interface CfnSchedule.EcsParametersPropertypublic final Object getEnableExecuteCommand()
CfnSchedule.EcsParametersPropertyIf true, this enables execute command functionality on all containers in the task.
getEnableExecuteCommand in interface CfnSchedule.EcsParametersPropertypublic final String getGroup()
CfnSchedule.EcsParametersPropertyThe maximum length is 255 characters.
getGroup in interface CfnSchedule.EcsParametersPropertypublic final String getLaunchType()
CfnSchedule.EcsParametersProperty
The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The FARGATE value is supported only in the Regions where Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon ECS in the Amazon ECS Developer Guide .
getLaunchType in interface CfnSchedule.EcsParametersPropertypublic final Object getNetworkConfiguration()
CfnSchedule.EcsParametersPropertygetNetworkConfiguration in interface CfnSchedule.EcsParametersPropertypublic final Object getPlacementConstraints()
CfnSchedule.EcsParametersPropertyYou can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).
getPlacementConstraints in interface CfnSchedule.EcsParametersPropertypublic final Object getPlacementStrategy()
CfnSchedule.EcsParametersPropertygetPlacementStrategy in interface CfnSchedule.EcsParametersPropertypublic final String getPlatformVersion()
CfnSchedule.EcsParametersProperty
Specify only the numeric portion of the platform version, such as 1.1.0 .
getPlatformVersion in interface CfnSchedule.EcsParametersPropertypublic final String getPropagateTags()
CfnSchedule.EcsParametersProperty
If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use Amazon ECS's TagResource API action.
getPropagateTags in interface CfnSchedule.EcsParametersPropertypublic final String getReferenceId()
CfnSchedule.EcsParametersPropertygetReferenceId in interface CfnSchedule.EcsParametersPropertypublic final List<Object> getTags()
CfnSchedule.EcsParametersProperty
Each tag consists of a key and an optional value, both of which you define. For more information, see RunTask in the Amazon ECS API Reference .
getTags in interface CfnSchedule.EcsParametersPropertypublic final Number getTaskCount()
CfnSchedule.EcsParametersProperty
The default is 1 .
getTaskCount in interface CfnSchedule.EcsParametersProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.