Class DataAwsEcsTaskExecution
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformDataSource
-
- com.hashicorp.cdktf.providers.aws.data_aws_ecs_task_execution.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}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataAwsEcsTaskExecution.BuilderA fluent builder forDataAwsEcsTaskExecution.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataAwsEcsTaskExecution(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataAwsEcsTaskExecution(software.amazon.jsii.JsiiObjectRef objRef)DataAwsEcsTaskExecution(software.constructs.Construct scope, String id, 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.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformDataSource
getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, interpolationForAttribute, isTerraformDataSource, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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.
-
putNetworkConfiguration
@Stability(Stable) public void putNetworkConfiguration(@NotNull DataAwsEcsTaskExecutionNetworkConfiguration 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:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformDataSource
-
getCapacityProviderStrategy
@Stability(Stable) @NotNull public DataAwsEcsTaskExecutionCapacityProviderStrategyList getCapacityProviderStrategy()
-
getNetworkConfiguration
@Stability(Stable) @NotNull public DataAwsEcsTaskExecutionNetworkConfigurationOutputReference getNetworkConfiguration()
-
getOverrides
@Stability(Stable) @NotNull public DataAwsEcsTaskExecutionOverridesOutputReference getOverrides()
-
getPlacementConstraints
@Stability(Stable) @NotNull public DataAwsEcsTaskExecutionPlacementConstraintsList getPlacementConstraints()
-
getPlacementStrategy
@Stability(Stable) @NotNull public DataAwsEcsTaskExecutionPlacementStrategyList getPlacementStrategy()
-
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()
-
getNetworkConfigurationInput
@Stability(Stable) @Nullable public DataAwsEcsTaskExecutionNetworkConfiguration getNetworkConfigurationInput()
-
getOverridesInput
@Stability(Stable) @Nullable public DataAwsEcsTaskExecutionOverrides getOverridesInput()
-
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()
-
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)
-
getTaskDefinition
@Stability(Stable) @NotNull public String getTaskDefinition()
-
setTaskDefinition
@Stability(Stable) public void setTaskDefinition(@NotNull String value)
-
-