Class CfnUserPoolIdentityProviderProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.CfnUserPoolIdentityProviderProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserPoolIdentityProviderProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserPoolIdentityProviderProps
@Stability(Stable)
@Internal
public static final class CfnUserPoolIdentityProviderProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserPoolIdentityProviderProps
An implementation for
CfnUserPoolIdentityProviderProps
-
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.cognito.CfnUserPoolIdentityProviderProps
CfnUserPoolIdentityProviderProps.Builder, CfnUserPoolIdentityProviderProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUserPoolIdentityProviderProps.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
final Object
A mapping of IdP attributes to standard and custom user pool attributes.A list of IdP identifiers.final Object
The IdP details.final String
The IdP name.final String
The IdP type.final String
The user pool ID.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
Constructor that initializes the object based on literal property values passed by theCfnUserPoolIdentityProviderProps.Builder
.
-
-
Method Details
-
getProviderName
Description copied from interface:CfnUserPoolIdentityProviderProps
The IdP name.- Specified by:
getProviderName
in interfaceCfnUserPoolIdentityProviderProps
-
getProviderType
Description copied from interface:CfnUserPoolIdentityProviderProps
The IdP type.- Specified by:
getProviderType
in interfaceCfnUserPoolIdentityProviderProps
-
getUserPoolId
Description copied from interface:CfnUserPoolIdentityProviderProps
The user pool ID.- Specified by:
getUserPoolId
in interfaceCfnUserPoolIdentityProviderProps
-
getAttributeMapping
Description copied from interface:CfnUserPoolIdentityProviderProps
A mapping of IdP attributes to standard and custom user pool attributes.- Specified by:
getAttributeMapping
in interfaceCfnUserPoolIdentityProviderProps
-
getIdpIdentifiers
Description copied from interface:CfnUserPoolIdentityProviderProps
A list of IdP identifiers.- Specified by:
getIdpIdentifiers
in interfaceCfnUserPoolIdentityProviderProps
-
getProviderDetails
Description copied from interface:CfnUserPoolIdentityProviderProps
The IdP details. The following list describes the provider detail keys for each IdP type.- For Google and Login with Amazon:
- client_id
- client_secret
- authorize_scopes
- For Facebook:
- client_id
- client_secret
- authorize_scopes
- api_version
- For Sign in with Apple:
- client_id
- team_id
- key_id
- private_key
- authorize_scopes
- For OpenID Connect (OIDC) providers:
- client_id
- client_secret
- attributes_request_method
- oidc_issuer
- authorize_scopes
- The following keys are only present if Amazon Cognito didn't discover them at the
oidc_issuer
URL. - authorize_url
- token_url
- attributes_url
- jwks_uri
- Amazon Cognito sets the value of the following keys automatically. They are read-only.
- attributes_url_add_attributes
- For SAML providers:
- MetadataFile or MetadataURL
- IDPSignout optional
- Specified by:
getProviderDetails
in interfaceCfnUserPoolIdentityProviderProps
-
$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()
-