DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.count(Number count) |
|
static DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.create(software.constructs.Construct scope,
String id) |
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.delegates(List<String> delegates) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#delegates DataGoogleServiceAccountJwt#delegates}.
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.expiresIn(Number expiresIn) |
Number of seconds until the JWT expires.
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#id DataGoogleServiceAccountJwt#id}.
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.payload(String payload) |
A JSON-encoded JWT claims set that will be included in the signed JWT.
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.provisioners(List<? extends Object> provisioners) |
|
DataGoogleServiceAccountJwt.Builder |
DataGoogleServiceAccountJwt.Builder.targetServiceAccount(String targetServiceAccount) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/service_account_jwt#target_service_account DataGoogleServiceAccountJwt#target_service_account}.
|