Class IdentityPoolProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.identitypool.alpha.IdentityPoolProps.Jsii$Proxy
- All Implemented Interfaces:
IdentityPoolProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IdentityPoolProps
@Stability(Experimental)
@Internal
public static final class IdentityPoolProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IdentityPoolProps
An implementation for
IdentityPoolProps
-
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.identitypool.alpha.IdentityPoolProps
IdentityPoolProps.Builder, IdentityPoolProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(IdentityPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theIdentityPoolProps.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 Boolean
(experimental) Enables the Basic (Classic) authentication flow.final Boolean
(experimental) Whether the Identity Pool supports unauthenticated logins.final IRole
(experimental) The default Role to be assumed by authenticated users.(experimental) Authentication Providers for using in Identity Pool.final String
(experimental) The name of the Identity Pool.final List<IdentityPoolRoleMapping>
(experimental) Rules for mapping roles to users.final IRole
(experimental) The default Role to be assumed by unauthenticated users.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 theIdentityPoolProps.Builder
.
-
-
Method Details
-
getAllowClassicFlow
Description copied from interface:IdentityPoolProps
(experimental) Enables the Basic (Classic) authentication flow.Default: - Classic Flow not allowed
- Specified by:
getAllowClassicFlow
in interfaceIdentityPoolProps
-
getAllowUnauthenticatedIdentities
Description copied from interface:IdentityPoolProps
(experimental) Whether the Identity Pool supports unauthenticated logins.Default: - false
- Specified by:
getAllowUnauthenticatedIdentities
in interfaceIdentityPoolProps
-
getAuthenticatedRole
Description copied from interface:IdentityPoolProps
(experimental) The default Role to be assumed by authenticated users.Default: - A default authenticated Role will be added
- Specified by:
getAuthenticatedRole
in interfaceIdentityPoolProps
-
getAuthenticationProviders
Description copied from interface:IdentityPoolProps
(experimental) Authentication Providers for using in Identity Pool.Default: - No Authentication Providers passed directly to Identity Pool
- Specified by:
getAuthenticationProviders
in interfaceIdentityPoolProps
-
getIdentityPoolName
Description copied from interface:IdentityPoolProps
(experimental) The name of the Identity Pool.Default: - Automatically generated name by CloudFormation at deploy time
- Specified by:
getIdentityPoolName
in interfaceIdentityPoolProps
-
getRoleMappings
Description copied from interface:IdentityPoolProps
(experimental) Rules for mapping roles to users.Default: - no role mappings
- Specified by:
getRoleMappings
in interfaceIdentityPoolProps
-
getUnauthenticatedRole
Description copied from interface:IdentityPoolProps
(experimental) The default Role to be assumed by unauthenticated users.Default: - A default unauthenticated Role will be added
- Specified by:
getUnauthenticatedRole
in interfaceIdentityPoolProps
-
$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()
-