Class DataAwsEcsTaskExecution

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:51.752Z")
    @Stability(Stable)
    public class DataAwsEcsTaskExecution
    extends com.hashicorp.cdktf.TerraformDataSource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ecs_task_execution aws_ecs_task_execution}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • DataAwsEcsTaskExecution

        protected DataAwsEcsTaskExecution​(software.amazon.jsii.JsiiObjectRef objRef)
      • DataAwsEcsTaskExecution

        protected DataAwsEcsTaskExecution​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DataAwsEcsTaskExecution

        @Stability(Stable)
        public DataAwsEcsTaskExecution​(@NotNull
                                       software.constructs.Construct scope,
                                       @NotNull
                                       String id,
                                       @NotNull
                                       DataAwsEcsTaskExecutionConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ecs_task_execution aws_ecs_task_execution} Data Source.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • putCapacityProviderStrategy

        @Stability(Stable)
        public void putCapacityProviderStrategy​(@NotNull
                                                Object value)
        Parameters:
        value - This parameter is required.
      • putOverrides

        @Stability(Stable)
        public void putOverrides​(@NotNull
                                 DataAwsEcsTaskExecutionOverrides value)
        Parameters:
        value - This parameter is required.
      • putPlacementConstraints

        @Stability(Stable)
        public void putPlacementConstraints​(@NotNull
                                            Object value)
        Parameters:
        value - This parameter is required.
      • putPlacementStrategy

        @Stability(Stable)
        public void putPlacementStrategy​(@NotNull
                                         Object value)
        Parameters:
        value - This parameter is required.
      • resetCapacityProviderStrategy

        @Stability(Stable)
        public void resetCapacityProviderStrategy()
      • resetDesiredCount

        @Stability(Stable)
        public void resetDesiredCount()
      • resetEnableEcsManagedTags

        @Stability(Stable)
        public void resetEnableEcsManagedTags()
      • resetEnableExecuteCommand

        @Stability(Stable)
        public void resetEnableExecuteCommand()
      • resetGroup

        @Stability(Stable)
        public void resetGroup()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetLaunchType

        @Stability(Stable)
        public void resetLaunchType()
      • resetNetworkConfiguration

        @Stability(Stable)
        public void resetNetworkConfiguration()
      • resetOverrides

        @Stability(Stable)
        public void resetOverrides()
      • resetPlacementConstraints

        @Stability(Stable)
        public void resetPlacementConstraints()
      • resetPlacementStrategy

        @Stability(Stable)
        public void resetPlacementStrategy()
      • resetPlatformVersion

        @Stability(Stable)
        public void resetPlatformVersion()
      • resetPropagateTags

        @Stability(Stable)
        public void resetPropagateTags()
      • resetReferenceId

        @Stability(Stable)
        public void resetReferenceId()
      • resetStartedBy

        @Stability(Stable)
        public void resetStartedBy()
      • resetTags

        @Stability(Stable)
        public void resetTags()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformDataSource
      • getTaskArns

        @Stability(Stable)
        @NotNull
        public List<String> getTaskArns()
      • getCapacityProviderStrategyInput

        @Stability(Stable)
        @Nullable
        public Object getCapacityProviderStrategyInput()
      • getClusterInput

        @Stability(Stable)
        @Nullable
        public String getClusterInput()
      • getDesiredCountInput

        @Stability(Stable)
        @Nullable
        public Number getDesiredCountInput()
      • getEnableEcsManagedTagsInput

        @Stability(Stable)
        @Nullable
        public Object getEnableEcsManagedTagsInput()
      • getEnableExecuteCommandInput

        @Stability(Stable)
        @Nullable
        public Object getEnableExecuteCommandInput()
      • getGroupInput

        @Stability(Stable)
        @Nullable
        public String getGroupInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getLaunchTypeInput

        @Stability(Stable)
        @Nullable
        public String getLaunchTypeInput()
      • getPlacementConstraintsInput

        @Stability(Stable)
        @Nullable
        public Object getPlacementConstraintsInput()
      • getPlacementStrategyInput

        @Stability(Stable)
        @Nullable
        public Object getPlacementStrategyInput()
      • getPlatformVersionInput

        @Stability(Stable)
        @Nullable
        public String getPlatformVersionInput()
      • getPropagateTagsInput

        @Stability(Stable)
        @Nullable
        public String getPropagateTagsInput()
      • getReferenceIdInput

        @Stability(Stable)
        @Nullable
        public String getReferenceIdInput()
      • getStartedByInput

        @Stability(Stable)
        @Nullable
        public String getStartedByInput()
      • getTagsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getTagsInput()
      • getTaskDefinitionInput

        @Stability(Stable)
        @Nullable
        public String getTaskDefinitionInput()
      • getCluster

        @Stability(Stable)
        @NotNull
        public String getCluster()
      • setCluster

        @Stability(Stable)
        public void setCluster​(@NotNull
                               String value)
      • getDesiredCount

        @Stability(Stable)
        @NotNull
        public Number getDesiredCount()
      • setDesiredCount

        @Stability(Stable)
        public void setDesiredCount​(@NotNull
                                    Number value)
      • getEnableEcsManagedTags

        @Stability(Stable)
        @NotNull
        public Object getEnableEcsManagedTags()
      • setEnableEcsManagedTags

        @Stability(Stable)
        public void setEnableEcsManagedTags​(@NotNull
                                            Boolean value)
      • setEnableEcsManagedTags

        @Stability(Stable)
        public void setEnableEcsManagedTags​(@NotNull
                                            com.hashicorp.cdktf.IResolvable value)
      • getEnableExecuteCommand

        @Stability(Stable)
        @NotNull
        public Object getEnableExecuteCommand()
      • setEnableExecuteCommand

        @Stability(Stable)
        public void setEnableExecuteCommand​(@NotNull
                                            Boolean value)
      • setEnableExecuteCommand

        @Stability(Stable)
        public void setEnableExecuteCommand​(@NotNull
                                            com.hashicorp.cdktf.IResolvable value)
      • getGroup

        @Stability(Stable)
        @NotNull
        public String getGroup()
      • setGroup

        @Stability(Stable)
        public void setGroup​(@NotNull
                             String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getLaunchType

        @Stability(Stable)
        @NotNull
        public String getLaunchType()
      • setLaunchType

        @Stability(Stable)
        public void setLaunchType​(@NotNull
                                  String value)
      • getPlatformVersion

        @Stability(Stable)
        @NotNull
        public String getPlatformVersion()
      • setPlatformVersion

        @Stability(Stable)
        public void setPlatformVersion​(@NotNull
                                       String value)
      • getPropagateTags

        @Stability(Stable)
        @NotNull
        public String getPropagateTags()
      • setPropagateTags

        @Stability(Stable)
        public void setPropagateTags​(@NotNull
                                     String value)
      • getReferenceId

        @Stability(Stable)
        @NotNull
        public String getReferenceId()
      • setReferenceId

        @Stability(Stable)
        public void setReferenceId​(@NotNull
                                   String value)
      • getStartedBy

        @Stability(Stable)
        @NotNull
        public String getStartedBy()
      • setStartedBy

        @Stability(Stable)
        public void setStartedBy​(@NotNull
                                 String value)
      • getTags

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getTags()
      • setTags

        @Stability(Stable)
        public void setTags​(@NotNull
                            Map<String,​String> value)
      • getTaskDefinition

        @Stability(Stable)
        @NotNull
        public String getTaskDefinition()
      • setTaskDefinition

        @Stability(Stable)
        public void setTaskDefinition​(@NotNull
                                      String value)