Project.Builder |
Project.Builder.autoCreateNetwork(com.hashicorp.cdktf.IResolvable autoCreateNetwork) |
Create the 'default' network automatically.
|
Project.Builder |
Project.Builder.autoCreateNetwork(Boolean autoCreateNetwork) |
Create the 'default' network automatically.
|
Project.Builder |
Project.Builder.billingAccount(String billingAccount) |
The alphanumeric ID of the billing account this project belongs to.
|
Project.Builder |
Project.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
Project.Builder |
Project.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
Project.Builder |
Project.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
Project.Builder |
Project.Builder.count(Number count) |
|
static Project.Builder |
Project.Builder.create(software.constructs.Construct scope,
String id) |
|
Project.Builder |
Project.Builder.deletionPolicy(String deletionPolicy) |
The deletion policy for the Project.
|
Project.Builder |
Project.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
Project.Builder |
Project.Builder.folderId(String folderId) |
The numeric ID of the folder this project should be created under.
|
Project.Builder |
Project.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
Project.Builder |
Project.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project#id Project#id}.
|
Project.Builder |
Project.Builder.labels(Map<String,String> labels) |
A set of key/value label pairs to assign to the project.
|
Project.Builder |
Project.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
Project.Builder |
Project.Builder.name(String name) |
The display name of the project.
|
Project.Builder |
Project.Builder.orgId(String orgId) |
The numeric ID of the organization this project belongs to.
|
Project.Builder |
Project.Builder.projectId(String projectId) |
The project ID.
|
Project.Builder |
Project.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
Project.Builder |
Project.Builder.provisioners(List<? extends Object> provisioners) |
|
Project.Builder |
Project.Builder.skipDelete(com.hashicorp.cdktf.IResolvable skipDelete) |
If true, the Terraform resource can be deleted without deleting the Project via the Google API.
|
Project.Builder |
Project.Builder.skipDelete(Boolean skipDelete) |
If true, the Terraform resource can be deleted without deleting the Project via the Google API.
|
Project.Builder |
Project.Builder.timeouts(ProjectTimeouts timeouts) |
timeouts block.
|