Class DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.data_aws_ecs_task_execution.DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment.Jsii$Proxy
-
- All Implemented Interfaces:
DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment
@Stability(Stable) @Internal public static final class DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment
An implementation forDataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.data_aws_ecs_task_execution.DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment
DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment.Builder, DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment.Builder builder)Constructor that initializes the object based on literal property values passed by theDataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetKey()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ecs_task_execution#key DataAwsEcsTaskExecution#key}.StringgetValue()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ecs_task_execution#value DataAwsEcsTaskExecution#value}.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment.Builder.
-
-
Method Detail
-
getKey
public final String getKey()
Description copied from interface:DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironmentDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ecs_task_execution#key DataAwsEcsTaskExecution#key}.- Specified by:
getKeyin interfaceDataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment
-
getValue
public final String getValue()
Description copied from interface:DataAwsEcsTaskExecutionOverridesContainerOverridesEnvironmentDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ecs_task_execution#value DataAwsEcsTaskExecution#value}.- Specified by:
getValuein interfaceDataAwsEcsTaskExecutionOverridesContainerOverridesEnvironment
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-