ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.count(Number count) |
|
static ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.create(software.constructs.Construct scope,
String id) |
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.description(String description) |
A human-readable description for the role.
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/project_iam_custom_role#id ProjectIamCustomRole#id}.
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.permissions(List<String> permissions) |
The names of the permissions this role grants when bound in an IAM policy.
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.project(String project) |
The project that the service account will be created in.
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.provisioners(List<? extends Object> provisioners) |
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.roleId(String roleId) |
The camel case role id to use for this role.
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.stage(String stage) |
The current launch stage of the role.
|
ProjectIamCustomRole.Builder |
ProjectIamCustomRole.Builder.title(String title) |
A human-readable title for the role.
|