BigtableInstance.Builder |
BigtableInstance.Builder.cluster(com.hashicorp.cdktf.IResolvable cluster) |
cluster block.
|
BigtableInstance.Builder |
BigtableInstance.Builder.cluster(List<? extends BigtableInstanceCluster> cluster) |
cluster block.
|
BigtableInstance.Builder |
BigtableInstance.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
BigtableInstance.Builder |
BigtableInstance.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
BigtableInstance.Builder |
BigtableInstance.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
BigtableInstance.Builder |
BigtableInstance.Builder.count(Number count) |
|
static BigtableInstance.Builder |
BigtableInstance.Builder.create(software.constructs.Construct scope,
String id) |
|
BigtableInstance.Builder |
BigtableInstance.Builder.deletionProtection(com.hashicorp.cdktf.IResolvable deletionProtection) |
When the field is set to true or unset in Terraform state, a terraform apply or terraform destroy that would delete the instance will fail.
|
BigtableInstance.Builder |
BigtableInstance.Builder.deletionProtection(Boolean deletionProtection) |
When the field is set to true or unset in Terraform state, a terraform apply or terraform destroy that would delete the instance will fail.
|
BigtableInstance.Builder |
BigtableInstance.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
BigtableInstance.Builder |
BigtableInstance.Builder.displayName(String displayName) |
The human-readable display name of the Bigtable instance.
|
BigtableInstance.Builder |
BigtableInstance.Builder.forceDestroy(com.hashicorp.cdktf.IResolvable forceDestroy) |
When deleting a BigTable instance, this boolean option will delete all backups within the instance.
|
BigtableInstance.Builder |
BigtableInstance.Builder.forceDestroy(Boolean forceDestroy) |
When deleting a BigTable instance, this boolean option will delete all backups within the instance.
|
BigtableInstance.Builder |
BigtableInstance.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
BigtableInstance.Builder |
BigtableInstance.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigtable_instance#id BigtableInstance#id}.
|
BigtableInstance.Builder |
BigtableInstance.Builder.instanceType(String instanceType) |
The instance type to create.
|
BigtableInstance.Builder |
BigtableInstance.Builder.labels(Map<String,String> labels) |
A mapping of labels to assign to the resource.
|
BigtableInstance.Builder |
BigtableInstance.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
BigtableInstance.Builder |
BigtableInstance.Builder.name(String name) |
The name (also called Instance Id in the Cloud Console) of the Cloud Bigtable instance.
|
BigtableInstance.Builder |
BigtableInstance.Builder.project(String project) |
The ID of the project in which the resource belongs.
|
BigtableInstance.Builder |
BigtableInstance.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
BigtableInstance.Builder |
BigtableInstance.Builder.provisioners(List<? extends Object> provisioners) |
|
BigtableInstance.Builder |
BigtableInstance.Builder.timeouts(BigtableInstanceTimeouts timeouts) |
timeouts block.
|