Class CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty
An implementation for
CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty
CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty.Builder, CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanThe ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider.final StringThe claim that determines the principal in OIDC access tokens.final inthashCode()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(CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty.Builder.
-
-
Method Details
-
getClientIds
Description copied from interface:CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationPropertyThe 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:
getClientIdsin interfaceCfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty- See Also:
-
getPrincipalIdClaim
Description copied from interface:CfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationPropertyThe claim that determines the principal in OIDC access tokens.For example,
sub.Default: - "sub"
- Specified by:
getPrincipalIdClaimin interfaceCfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-