Class CfnPipe.PipeTargetEcsTaskParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.PipeTargetEcsTaskParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPipe.PipeTargetEcsTaskParametersProperty
CfnPipe.PipeTargetEcsTaskParametersProperty-
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.pipes.CfnPipe.PipeTargetEcsTaskParametersProperty
CfnPipe.PipeTargetEcsTaskParametersProperty.Builder, CfnPipe.PipeTargetEcsTaskParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipe.PipeTargetEcsTaskParametersProperty.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 ObjectUse this structure if the Amazon ECS task uses theawsvpcnetwork mode.final ObjectThe overrides that are associated with a task.final ObjectAn array of placement constraint objects to use for the task.final ObjectThe placement strategy objects to use for the task.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.getTags()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 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 theCfnPipe.PipeTargetEcsTaskParametersProperty.Builder.
-
-
Method Details
-
getTaskDefinitionArn
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertyThe ARN of the task definition to use if the event target is an Amazon ECS task.- Specified by:
getTaskDefinitionArnin interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getCapacityProviderStrategy
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertyThe capacity provider strategy to use for the task.If a
capacityProviderStrategyis specified, thelaunchTypeparameter must be omitted. If nocapacityProviderStrategyor launchType is specified, thedefaultCapacityProviderStrategyfor the cluster is used.- Specified by:
getCapacityProviderStrategyin interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getEnableEcsManagedTags
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertySpecifies whether to enable Amazon ECS managed tags for the task.For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.
- Specified by:
getEnableEcsManagedTagsin interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getEnableExecuteCommand
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertyWhether 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 interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getGroup
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertySpecifies an Amazon ECS task group for the task.The maximum length is 255 characters.
- Specified by:
getGroupin interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getLaunchType
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertySpecifies 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 AWS Fargate with Amazon ECS is supported. For more information, see AWS Fargate on Amazon ECS in the Amazon Elastic Container Service Developer Guide .- Specified by:
getLaunchTypein interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getNetworkConfiguration
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertyUse this structure if the Amazon ECS task uses theawsvpcnetwork mode.This structure specifies the VPC subnets and security groups associated with the task, and whether a public IP address is to be used. This structure is required if
LaunchTypeisFARGATEbecause theawsvpcmode is required for Fargate tasks.If you specify
NetworkConfigurationwhen the target ECS task does not use theawsvpcnetwork mode, the task fails.- Specified by:
getNetworkConfigurationin interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getOverrides
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertyThe overrides that are associated with a task.- Specified by:
getOverridesin interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getPlacementConstraints
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertyAn 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 interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getPlacementStrategy
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertyThe placement strategy objects to use for the task.You can specify a maximum of five strategy rules per task.
- Specified by:
getPlacementStrategyin interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getPlatformVersion
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertySpecifies the platform version for the task.Specify only the numeric portion of the platform version, such as
1.1.0.This structure is used only if
LaunchTypeisFARGATE. For more information about valid platform versions, see AWS Fargate Platform Versions in the Amazon Elastic Container Service Developer Guide .- Specified by:
getPlatformVersionin interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getPropagateTags
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertySpecifies 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
TagResourceAPI action.- Specified by:
getPropagateTagsin interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getReferenceId
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertyThe reference ID to use for the task.- Specified by:
getReferenceIdin interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getTags
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertyThe 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. To learn more, see RunTask in the Amazon ECS API Reference.
- Specified by:
getTagsin interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
getTaskCount
Description copied from interface:CfnPipe.PipeTargetEcsTaskParametersPropertyThe number of tasks to create based onTaskDefinition.The default is 1.
- Specified by:
getTaskCountin interfaceCfnPipe.PipeTargetEcsTaskParametersProperty
-
$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()
-