BigtableAppProfile.Builder |
BigtableAppProfile.Builder.appProfileId(String appProfileId) |
The unique name of the app profile in the form '[a-zA-Z0-9][-.a-zA-Z0-9]*'.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.count(Number count) |
|
static BigtableAppProfile.Builder |
BigtableAppProfile.Builder.create(software.constructs.Construct scope,
String id) |
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.dataBoostIsolationReadOnly(BigtableAppProfileDataBoostIsolationReadOnly dataBoostIsolationReadOnly) |
data_boost_isolation_read_only block.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.description(String description) |
Long form description of the use case for this app profile.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_app_profile#id BigtableAppProfile#id}.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.ignoreWarnings(com.hashicorp.cdktf.IResolvable ignoreWarnings) |
If true, ignore safety checks when deleting/updating the app profile.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.ignoreWarnings(Boolean ignoreWarnings) |
If true, ignore safety checks when deleting/updating the app profile.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.instance(String instance) |
The name of the instance to create the app profile within.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.multiClusterRoutingClusterIds(List<String> multiClusterRoutingClusterIds) |
The set of clusters to route to.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.multiClusterRoutingUseAny(com.hashicorp.cdktf.IResolvable multiClusterRoutingUseAny) |
If true, read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.multiClusterRoutingUseAny(Boolean multiClusterRoutingUseAny) |
If true, read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_app_profile#project BigtableAppProfile#project}.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.provisioners(List<? extends Object> provisioners) |
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.singleClusterRouting(BigtableAppProfileSingleClusterRouting singleClusterRouting) |
single_cluster_routing block.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.standardIsolation(BigtableAppProfileStandardIsolation standardIsolation) |
standard_isolation block.
|
BigtableAppProfile.Builder |
BigtableAppProfile.Builder.timeouts(BigtableAppProfileTimeouts timeouts) |
timeouts block.
|