Class IamWorkloadIdentityPoolConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.iam_workload_identity_pool.IamWorkloadIdentityPoolConfig.Jsii$Proxy
-
- All Implemented Interfaces:
IamWorkloadIdentityPoolConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IamWorkloadIdentityPoolConfig
@Stability(Stable) @Internal public static final class IamWorkloadIdentityPoolConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IamWorkloadIdentityPoolConfig
An implementation forIamWorkloadIdentityPoolConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.iam_workload_identity_pool.IamWorkloadIdentityPoolConfig
IamWorkloadIdentityPoolConfig.Builder, IamWorkloadIdentityPoolConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IamWorkloadIdentityPoolConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theIamWorkloadIdentityPoolConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()A description of the pool.ObjectgetDisabled()Whether the pool is disabled.StringgetDisplayName()A display name for the pool.com.hashicorp.cdktf.ITerraformIteratorgetForEach()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}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()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}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()IamWorkloadIdentityPoolTimeoutsgetTimeouts()timeouts block.StringgetWorkloadIdentityPoolId()The ID to use for the pool, which becomes the final component of the resource name.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IamWorkloadIdentityPoolConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theIamWorkloadIdentityPoolConfig.Builder.
-
-
Method Detail
-
getWorkloadIdentityPoolId
public final String getWorkloadIdentityPoolId()
Description copied from interface:IamWorkloadIdentityPoolConfigThe 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}
- Specified by:
getWorkloadIdentityPoolIdin interfaceIamWorkloadIdentityPoolConfig
-
getDescription
public final String getDescription()
Description copied from interface:IamWorkloadIdentityPoolConfigA 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}
- Specified by:
getDescriptionin interfaceIamWorkloadIdentityPoolConfig
-
getDisabled
public final Object getDisabled()
Description copied from interface:IamWorkloadIdentityPoolConfigWhether 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}
- Specified by:
getDisabledin interfaceIamWorkloadIdentityPoolConfig
-
getDisplayName
public final String getDisplayName()
Description copied from interface:IamWorkloadIdentityPoolConfigA 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}
- Specified by:
getDisplayNamein interfaceIamWorkloadIdentityPoolConfig
-
getId
public final String getId()
Description copied from interface:IamWorkloadIdentityPoolConfigDocs 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.
- Specified by:
getIdin interfaceIamWorkloadIdentityPoolConfig
-
getProject
public final String getProject()
Description copied from interface:IamWorkloadIdentityPoolConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workload_identity_pool#project IamWorkloadIdentityPool#project}.- Specified by:
getProjectin interfaceIamWorkloadIdentityPoolConfig
-
getTimeouts
public final IamWorkloadIdentityPoolTimeouts getTimeouts()
Description copied from interface:IamWorkloadIdentityPoolConfigtimeouts 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}
- Specified by:
getTimeoutsin interfaceIamWorkloadIdentityPoolConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-