Class BigqueryCapacityCommitmentConfig.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

      • getPlan

        public final String getPlan()
        Description copied from interface: BigqueryCapacityCommitmentConfig
        Capacity commitment plan. Valid values are at https://cloud.google.com/bigquery/docs/reference/reservations/rpc/google.cloud.bigquery.reservation.v1#commitmentplan.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#plan BigqueryCapacityCommitment#plan}

        Specified by:
        getPlan in interface BigqueryCapacityCommitmentConfig
      • getSlotCount

        public final Number getSlotCount()
        Description copied from interface: BigqueryCapacityCommitmentConfig
        Number of slots in this commitment.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#slot_count BigqueryCapacityCommitment#slot_count}

        Specified by:
        getSlotCount in interface BigqueryCapacityCommitmentConfig
      • getCapacityCommitmentId

        public final String getCapacityCommitmentId()
        Description copied from interface: BigqueryCapacityCommitmentConfig
        The optional capacity commitment ID.

        Capacity commitment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. The first and last character cannot be a dash. Max length is 64 characters. NOTE: this ID won't be kept if the capacity commitment is split or merged. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#capacity_commitment_id BigqueryCapacityCommitment#capacity_commitment_id}

        Specified by:
        getCapacityCommitmentId in interface BigqueryCapacityCommitmentConfig
      • getEdition

        public final String getEdition()
        Description copied from interface: BigqueryCapacityCommitmentConfig
        The edition type. Valid values are STANDARD, ENTERPRISE, ENTERPRISE_PLUS.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#edition BigqueryCapacityCommitment#edition}

        Specified by:
        getEdition in interface BigqueryCapacityCommitmentConfig
      • getEnforceSingleAdminProjectPerOrg

        public final String getEnforceSingleAdminProjectPerOrg()
        Description copied from interface: BigqueryCapacityCommitmentConfig
        If true, fail the request if another project in the organization has a capacity commitment.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#enforce_single_admin_project_per_org BigqueryCapacityCommitment#enforce_single_admin_project_per_org}

        Specified by:
        getEnforceSingleAdminProjectPerOrg in interface BigqueryCapacityCommitmentConfig
      • getId

        public final String getId()
        Description copied from interface: BigqueryCapacityCommitmentConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#id BigqueryCapacityCommitment#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Specified by:
        getId in interface BigqueryCapacityCommitmentConfig
      • getLocation

        public final String getLocation()
        Description copied from interface: BigqueryCapacityCommitmentConfig
        The geographic location where the transfer config should reside. Examples: US, EU, asia-northeast1. The default value is US.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#location BigqueryCapacityCommitment#location}

        Specified by:
        getLocation in interface BigqueryCapacityCommitmentConfig
      • getRenewalPlan

        public final String getRenewalPlan()
        Description copied from interface: BigqueryCapacityCommitmentConfig
        The plan this capacity commitment is converted to after commitmentEndTime passes.

        Once the plan is changed, committed period is extended according to commitment plan. Only applicable for some commitment plans. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_capacity_commitment#renewal_plan BigqueryCapacityCommitment#renewal_plan}

        Specified by:
        getRenewalPlan in interface BigqueryCapacityCommitmentConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $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