ServiceAccountKey.Builder |
ServiceAccountKey.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.count(Number count) |
|
static ServiceAccountKey.Builder |
ServiceAccountKey.Builder.create(software.constructs.Construct scope,
String id) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account_key#id ServiceAccountKey#id}.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.keepers(Map<String,String> keepers) |
Arbitrary map of values that, when changed, will trigger recreation of resource.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.keyAlgorithm(String keyAlgorithm) |
The algorithm used to generate the key, used only on create.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.privateKeyType(String privateKeyType) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account_key#private_key_type ServiceAccountKey#private_key_type}.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.provisioners(List<? extends Object> provisioners) |
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.publicKeyData(String publicKeyData) |
A field that allows clients to upload their own public key.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.publicKeyType(String publicKeyType) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/service_account_key#public_key_type ServiceAccountKey#public_key_type}.
|
ServiceAccountKey.Builder |
ServiceAccountKey.Builder.serviceAccountId(String serviceAccountId) |
The ID of the parent service account of the key.
|