Class CfnSchedule.EcsParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSchedule.EcsParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSchedule.EcsParametersProperty
CfnSchedule.EcsParametersProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.scheduler.CfnSchedule.EcsParametersProperty
CfnSchedule.EcsParametersProperty.Builder, CfnSchedule.EcsParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSchedule.EcsParametersProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe capacity provider strategy to use for the task.final ObjectSpecifies whether to enable Amazon ECS managed tags for the task.final ObjectWhether or not to enable the execute command functionality for the containers in this task.final StringgetGroup()Specifies an Amazon ECS task group for the task.final StringSpecifies the launch type on which your task is running.final ObjectThis structure specifies the network configuration for an ECS task.final ObjectAn array of placement constraint objects to use for the task.final ObjectThe task placement strategy for a task or service.final StringSpecifies the platform version for the task.final StringSpecifies whether to propagate the tags from the task definition to the task.final StringThe reference ID to use for the task.final ObjectgetTags()The metadata that you apply to the task to help you categorize and organize them.final NumberThe number of tasks to create based onTaskDefinition.final StringThe Amazon Resource Name (ARN) of the task definition to use if the event target is an Amazon ECS task.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSchedule.EcsParametersProperty.Builder.
-
-
Method Details
-
getTaskDefinitionArn
Description copied from interface:CfnSchedule.EcsParametersPropertyThe Amazon Resource Name (ARN) of the task definition to use if the event target is an Amazon ECS task.- Specified by:
getTaskDefinitionArnin interfaceCfnSchedule.EcsParametersProperty
-
getCapacityProviderStrategy
Description copied from interface:CfnSchedule.EcsParametersPropertyThe capacity provider strategy to use for the task.- Specified by:
getCapacityProviderStrategyin interfaceCfnSchedule.EcsParametersProperty
-
getEnableEcsManagedTags
Description copied from interface:CfnSchedule.EcsParametersPropertySpecifies whether to enable Amazon ECS managed tags for the task.For more information, see Tagging Your Amazon ECS Resources in the Amazon ECS Developer Guide .
- Specified by:
getEnableEcsManagedTagsin interfaceCfnSchedule.EcsParametersProperty
-
getEnableExecuteCommand
Description copied from interface:CfnSchedule.EcsParametersPropertyWhether or not to enable the execute command functionality for the containers in this task.If true, this enables execute command functionality on all containers in the task.
- Specified by:
getEnableExecuteCommandin interfaceCfnSchedule.EcsParametersProperty
-
getGroup
Description copied from interface:CfnSchedule.EcsParametersPropertySpecifies an Amazon ECS task group for the task.The maximum length is 255 characters.
- Specified by:
getGroupin interfaceCfnSchedule.EcsParametersProperty
-
getLaunchType
Description copied from interface:CfnSchedule.EcsParametersPropertySpecifies the launch type on which your task is running.The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The
FARGATEvalue 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 .- Specified by:
getLaunchTypein interfaceCfnSchedule.EcsParametersProperty
-
getNetworkConfiguration
Description copied from interface:CfnSchedule.EcsParametersPropertyThis structure specifies the network configuration for an ECS task.- Specified by:
getNetworkConfigurationin interfaceCfnSchedule.EcsParametersProperty
-
getPlacementConstraints
Description copied from interface:CfnSchedule.EcsParametersPropertyAn array of placement constraint objects to use for the task.You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime).
- Specified by:
getPlacementConstraintsin interfaceCfnSchedule.EcsParametersProperty
-
getPlacementStrategy
Description copied from interface:CfnSchedule.EcsParametersPropertyThe task placement strategy for a task or service.- Specified by:
getPlacementStrategyin interfaceCfnSchedule.EcsParametersProperty
-
getPlatformVersion
Description copied from interface:CfnSchedule.EcsParametersPropertySpecifies the platform version for the task.Specify only the numeric portion of the platform version, such as
1.1.0.- Specified by:
getPlatformVersionin interfaceCfnSchedule.EcsParametersProperty
-
getPropagateTags
Description copied from interface:CfnSchedule.EcsParametersPropertySpecifies whether to propagate the tags from the task definition to the task.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 the Amazon ECS
TagResourceAPI action.- Specified by:
getPropagateTagsin interfaceCfnSchedule.EcsParametersProperty
-
getReferenceId
Description copied from interface:CfnSchedule.EcsParametersPropertyThe reference ID to use for the task.- Specified by:
getReferenceIdin interfaceCfnSchedule.EcsParametersProperty
-
getTags
Description copied from interface:CfnSchedule.EcsParametersPropertyThe metadata that you apply to the task to help you categorize and organize them.Each tag consists of a key and an optional value, both of which you define. For more information, see
RunTaskin the Amazon ECS API Reference .- Specified by:
getTagsin interfaceCfnSchedule.EcsParametersProperty
-
getTaskCount
Description copied from interface:CfnSchedule.EcsParametersPropertyThe number of tasks to create based onTaskDefinition.The default is
1.- Specified by:
getTaskCountin interfaceCfnSchedule.EcsParametersProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-