Class ContainerAwsNodePoolConfigRootVolume.Jsii$Proxy

    • 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.
    • Method Detail

      • getIops

        public final Number getIops()
        Description copied from interface: ContainerAwsNodePoolConfigRootVolume
        Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#iops ContainerAwsNodePool#iops}

        Specified by:
        getIops in interface ContainerAwsNodePoolConfigRootVolume
      • getKmsKeyArn

        public final String getKmsKeyArn()
        Description copied from interface: ContainerAwsNodePoolConfigRootVolume
        Optional.

        The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#kms_key_arn ContainerAwsNodePool#kms_key_arn}

        Specified by:
        getKmsKeyArn in interface ContainerAwsNodePoolConfigRootVolume
      • getSizeGib

        public final Number getSizeGib()
        Description copied from interface: ContainerAwsNodePoolConfigRootVolume
        Optional.

        The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#size_gib ContainerAwsNodePool#size_gib}

        Specified by:
        getSizeGib in interface ContainerAwsNodePoolConfigRootVolume
      • getThroughput

        public final Number getThroughput()
        Description copied from interface: ContainerAwsNodePoolConfigRootVolume
        Optional.

        The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#throughput ContainerAwsNodePool#throughput}

        Specified by:
        getThroughput in interface ContainerAwsNodePoolConfigRootVolume
      • getVolumeType

        public final String getVolumeType()
        Description copied from interface: ContainerAwsNodePoolConfigRootVolume
        Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#volume_type ContainerAwsNodePool#volume_type}

        Specified by:
        getVolumeType in interface ContainerAwsNodePoolConfigRootVolume
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object