Class CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.verifiedpermissions.CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty
An implementation for
CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.verifiedpermissions.CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty
CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Builder, CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider.final String
The claim that determines the principal in OIDC access tokens.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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(CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty.Builder
.
-
-
Method Details
-
getClientIds
Description copied from interface:CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty
The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider.For example,
1example23456789, 2example10111213
.- Specified by:
getClientIds
in interfaceCfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty
- See Also:
-
getPrincipalIdClaim
Description copied from interface:CfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty
The claim that determines the principal in OIDC access tokens.For example,
sub
.Default: - "sub"
- Specified by:
getPrincipalIdClaim
in interfaceCfnIdentitySource.OpenIdConnectIdentityTokenConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-