Interface DataAwsEcsTaskExecutionOverrides

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    DataAwsEcsTaskExecutionOverrides.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:51.756Z")
    @Stability(Stable)
    public interface DataAwsEcsTaskExecutionOverrides
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getContainerOverrides

        @Stability(Stable)
        @Nullable
        default Object getContainerOverrides()
        container_overrides block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ecs_task_execution#container_overrides DataAwsEcsTaskExecution#container_overrides}

      • getCpu

        @Stability(Stable)
        @Nullable
        default String getCpu()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ecs_task_execution#cpu DataAwsEcsTaskExecution#cpu}.
      • getExecutionRoleArn

        @Stability(Stable)
        @Nullable
        default String getExecutionRoleArn()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ecs_task_execution#execution_role_arn DataAwsEcsTaskExecution#execution_role_arn}.
      • getInferenceAcceleratorOverrides

        @Stability(Stable)
        @Nullable
        default Object getInferenceAcceleratorOverrides()
        inference_accelerator_overrides block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ecs_task_execution#inference_accelerator_overrides DataAwsEcsTaskExecution#inference_accelerator_overrides}

      • getMemory

        @Stability(Stable)
        @Nullable
        default String getMemory()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ecs_task_execution#memory DataAwsEcsTaskExecution#memory}.
      • getTaskRoleArn

        @Stability(Stable)
        @Nullable
        default String getTaskRoleArn()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ecs_task_execution#task_role_arn DataAwsEcsTaskExecution#task_role_arn}.