Class CfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty
@Stability(Stable)
@Internal
public static final class CfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty
An implementation for
CfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty-
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.OpenIdConnectTokenSelectionProperty
CfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty.Builder, CfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.OpenIdConnectTokenSelectionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty.Builder.
-
-
Method Details
-
getAccessTokenOnly
Description copied from interface:CfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionPropertyThe OIDC configuration for processing access tokens.Contains allowed audience claims, for example
https://auth.example.com, and the claim that you want to map to the principal, for examplesub.Returns union: either
IResolvableorCfnIdentitySourcePropsMixin.OpenIdConnectAccessTokenConfigurationProperty- Specified by:
getAccessTokenOnlyin interfaceCfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty- See Also:
-
getIdentityTokenOnly
Description copied from interface:CfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionPropertyThe OIDC configuration for processing identity (ID) tokens.Contains allowed client ID claims, for example
1example23456789, and the claim that you want to map to the principal, for examplesub.Returns union: either
IResolvableorCfnIdentitySourcePropsMixin.OpenIdConnectIdentityTokenConfigurationProperty- Specified by:
getIdentityTokenOnlyin interfaceCfnIdentitySourcePropsMixin.OpenIdConnectTokenSelectionProperty- 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()
-