Interface IamWorkloadIdentityPoolConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
IamWorkloadIdentityPoolConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.570Z") @Stability(Stable) public interface IamWorkloadIdentityPoolConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIamWorkloadIdentityPoolConfig.BuilderA builder forIamWorkloadIdentityPoolConfigstatic classIamWorkloadIdentityPoolConfig.Jsii$ProxyAn implementation forIamWorkloadIdentityPoolConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static IamWorkloadIdentityPoolConfig.Builderbuilder()default StringgetDescription()A description of the pool.default ObjectgetDisabled()Whether the pool is disabled.default StringgetDisplayName()A display name for the pool.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workload_identity_pool#id IamWorkloadIdentityPool#id}.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workload_identity_pool#project IamWorkloadIdentityPool#project}.default IamWorkloadIdentityPoolTimeoutsgetTimeouts()timeouts block.StringgetWorkloadIdentityPoolId()The ID to use for the pool, which becomes the final component of the resource name.
-
-
-
Method Detail
-
getWorkloadIdentityPoolId
@Stability(Stable) @NotNull String getWorkloadIdentityPoolId()
The ID to use for the pool, which becomes the final component of the resource name.This value should be 4-32 characters, and may contain the characters [a-z0-9-]. The prefix 'gcp-' is reserved for use by Google, and may not be specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workload_identity_pool#workload_identity_pool_id IamWorkloadIdentityPool#workload_identity_pool_id}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A description of the pool. Cannot exceed 256 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workload_identity_pool#description IamWorkloadIdentityPool#description}
-
getDisabled
@Stability(Stable) @Nullable default Object getDisabled()
Whether the pool is disabled.You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workload_identity_pool#disabled IamWorkloadIdentityPool#disabled}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
A display name for the pool. Cannot exceed 32 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workload_identity_pool#display_name IamWorkloadIdentityPool#display_name}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workload_identity_pool#id IamWorkloadIdentityPool#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workload_identity_pool#project IamWorkloadIdentityPool#project}.
-
getTimeouts
@Stability(Stable) @Nullable default IamWorkloadIdentityPoolTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workload_identity_pool#timeouts IamWorkloadIdentityPool#timeouts}
-
builder
@Stability(Stable) static IamWorkloadIdentityPoolConfig.Builder builder()
-
-