@Stability(value=Experimental) @Internal public static final class IdentityPoolProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IdentityPoolProps
IdentityPoolPropssoftware.amazon.jsii.JsiiObject.InitializationModeIdentityPoolProps.Builder, IdentityPoolProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IdentityPoolProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
IdentityPoolProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getAllowClassicFlow()
(experimental) Enables the Basic (Classic) authentication flow.
|
Boolean |
getAllowUnauthenticatedIdentities()
(experimental) Wwhether the identity pool supports unauthenticated logins.
|
IRole |
getAuthenticatedRole()
(experimental) The Default Role to be assumed by Authenticated Users.
|
IdentityPoolAuthenticationProviders |
getAuthenticationProviders()
(experimental) Authentication providers for using in identity pool.
|
String |
getIdentityPoolName()
(experimental) The name of the Identity Pool.
|
List<IdentityPoolRoleMapping> |
getRoleMappings()
(experimental) Rules for mapping roles to users.
|
IRole |
getUnauthenticatedRole()
(experimental) The Default Role to be assumed by Unauthenticated Users.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IdentityPoolProps.Builder builder)
IdentityPoolProps.Builder.public final Boolean getAllowClassicFlow()
IdentityPoolPropsDefault: - Classic Flow not allowed
getAllowClassicFlow in interface IdentityPoolPropspublic final Boolean getAllowUnauthenticatedIdentities()
IdentityPoolPropsDefault: - false
getAllowUnauthenticatedIdentities in interface IdentityPoolPropspublic final IRole getAuthenticatedRole()
IdentityPoolPropsDefault: - A Default Authenticated Role will be added
getAuthenticatedRole in interface IdentityPoolPropspublic final IdentityPoolAuthenticationProviders getAuthenticationProviders()
IdentityPoolPropsDefault: - No Authentication Providers passed directly to Identity Pool
getAuthenticationProviders in interface IdentityPoolPropspublic final String getIdentityPoolName()
IdentityPoolPropsDefault: - automatically generated name by CloudFormation at deploy time
getIdentityPoolName in interface IdentityPoolPropspublic final List<IdentityPoolRoleMapping> getRoleMappings()
IdentityPoolPropsDefault: - no Role Mappings
getRoleMappings in interface IdentityPoolPropspublic final IRole getUnauthenticatedRole()
IdentityPoolPropsDefault: - A Default Unauthenticated Role will be added
getUnauthenticatedRole in interface IdentityPoolProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.