Interface BigqueryBiReservationConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
BigqueryBiReservationConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.622Z") @Stability(Stable) public interface BigqueryBiReservationConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryBiReservationConfig.BuilderA builder forBigqueryBiReservationConfigstatic classBigqueryBiReservationConfig.Jsii$ProxyAn implementation forBigqueryBiReservationConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static BigqueryBiReservationConfig.Builderbuilder()default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#id BigqueryBiReservation#id}.StringgetLocation()LOCATION_DESCRIPTION.default ObjectgetPreferredTables()preferred_tables block.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#project BigqueryBiReservation#project}.default NumbergetSize()Size of a reservation, in bytes.default BigqueryBiReservationTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
LOCATION_DESCRIPTION.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#location BigqueryBiReservation#location}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#id BigqueryBiReservation#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.
-
getPreferredTables
@Stability(Stable) @Nullable default Object getPreferredTables()
preferred_tables block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#preferred_tables BigqueryBiReservation#preferred_tables}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#project BigqueryBiReservation#project}.
-
getSize
@Stability(Stable) @Nullable default Number getSize()
Size of a reservation, in bytes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#size BigqueryBiReservation#size}
-
getTimeouts
@Stability(Stable) @Nullable default BigqueryBiReservationTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_bi_reservation#timeouts BigqueryBiReservation#timeouts}
-
builder
@Stability(Stable) static BigqueryBiReservationConfig.Builder builder()
-
-