Class EcsTaskDefinitionProxyConfigurationOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:52.873Z")
    @Stability(Stable)
    public class EcsTaskDefinitionProxyConfigurationOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • EcsTaskDefinitionProxyConfigurationOutputReference

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

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

        @Stability(Stable)
        public EcsTaskDefinitionProxyConfigurationOutputReference​(@NotNull
                                                                  com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                  @NotNull
                                                                  String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetProperties

        @Stability(Stable)
        public void resetProperties()
      • resetType

        @Stability(Stable)
        public void resetType()
      • getContainerNameInput

        @Stability(Stable)
        @Nullable
        public String getContainerNameInput()
      • getPropertiesInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getPropertiesInput()
      • getTypeInput

        @Stability(Stable)
        @Nullable
        public String getTypeInput()
      • getContainerName

        @Stability(Stable)
        @NotNull
        public String getContainerName()
      • setContainerName

        @Stability(Stable)
        public void setContainerName​(@NotNull
                                     String value)
      • getProperties

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getProperties()
      • setProperties

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

        @Stability(Stable)
        @NotNull
        public String getType()
      • setType

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