Class EcsTaskDefinitionRuntimePlatformOutputReference

  • 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 EcsTaskDefinitionRuntimePlatformOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • EcsTaskDefinitionRuntimePlatformOutputReference

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

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

        @Stability(Stable)
        public EcsTaskDefinitionRuntimePlatformOutputReference​(@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

      • resetCpuArchitecture

        @Stability(Stable)
        public void resetCpuArchitecture()
      • resetOperatingSystemFamily

        @Stability(Stable)
        public void resetOperatingSystemFamily()
      • getCpuArchitectureInput

        @Stability(Stable)
        @Nullable
        public String getCpuArchitectureInput()
      • getOperatingSystemFamilyInput

        @Stability(Stable)
        @Nullable
        public String getOperatingSystemFamilyInput()
      • getCpuArchitecture

        @Stability(Stable)
        @NotNull
        public String getCpuArchitecture()
      • setCpuArchitecture

        @Stability(Stable)
        public void setCpuArchitecture​(@NotNull
                                       String value)
      • getOperatingSystemFamily

        @Stability(Stable)
        @NotNull
        public String getOperatingSystemFamily()
      • setOperatingSystemFamily

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