Class ContainerAwsClusterControlPlaneRootVolumeOutputReference

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:19.154Z")
    @Stability(Stable)
    public class ContainerAwsClusterControlPlaneRootVolumeOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ContainerAwsClusterControlPlaneRootVolumeOutputReference

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

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

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

      • resetIops

        @Stability(Stable)
        public void resetIops()
      • resetKmsKeyArn

        @Stability(Stable)
        public void resetKmsKeyArn()
      • resetSizeGib

        @Stability(Stable)
        public void resetSizeGib()
      • resetThroughput

        @Stability(Stable)
        public void resetThroughput()
      • resetVolumeType

        @Stability(Stable)
        public void resetVolumeType()
      • getIopsInput

        @Stability(Stable)
        @Nullable
        public Number getIopsInput()
      • getKmsKeyArnInput

        @Stability(Stable)
        @Nullable
        public String getKmsKeyArnInput()
      • getSizeGibInput

        @Stability(Stable)
        @Nullable
        public Number getSizeGibInput()
      • getThroughputInput

        @Stability(Stable)
        @Nullable
        public Number getThroughputInput()
      • getVolumeTypeInput

        @Stability(Stable)
        @Nullable
        public String getVolumeTypeInput()
      • getIops

        @Stability(Stable)
        @NotNull
        public Number getIops()
      • setIops

        @Stability(Stable)
        public void setIops​(@NotNull
                            Number value)
      • getKmsKeyArn

        @Stability(Stable)
        @NotNull
        public String getKmsKeyArn()
      • setKmsKeyArn

        @Stability(Stable)
        public void setKmsKeyArn​(@NotNull
                                 String value)
      • getSizeGib

        @Stability(Stable)
        @NotNull
        public Number getSizeGib()
      • setSizeGib

        @Stability(Stable)
        public void setSizeGib​(@NotNull
                               Number value)
      • getThroughput

        @Stability(Stable)
        @NotNull
        public Number getThroughput()
      • setThroughput

        @Stability(Stable)
        public void setThroughput​(@NotNull
                                  Number value)
      • getVolumeType

        @Stability(Stable)
        @NotNull
        public String getVolumeType()
      • setVolumeType

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