Interface IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.751Z") @Stability(Stable) public interface IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries.Builderstatic classIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries.Jsii$ProxyAn implementation forIntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries.Builderbuilder()default IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKeygetKey()key block.default IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValuegetValue()value block.
-
-
-
Method Detail
-
getKey
@Stability(Stable) @Nullable default IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesKey getKey()
key block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#key IntegrationsAuthConfig#key}
-
getValue
@Stability(Stable) @Nullable default IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntriesValue getValue()
value block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integrations_auth_config#value IntegrationsAuthConfig#value}
-
builder
@Stability(Stable) static IntegrationsAuthConfigDecryptedCredentialOauth2ClientCredentialsTokenParamsEntries.Builder builder()
-
-