public static final class IdentityPoolProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IdentityPoolProps
IdentityPoolProps
IdentityPoolProps.Builder, IdentityPoolProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Boolean |
getAllowClassicFlow()
(experimental) Enables the Basic (Classic) authentication flow.
|
java.lang.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.
|
java.lang.String |
getIdentityPoolName()
(experimental) The name of the Identity Pool.
|
java.util.List<IdentityPoolRoleMapping> |
getRoleMappings()
(experimental) Rules for mapping roles to users.
|
IRole |
getUnauthenticatedRole()
(experimental) The Default Role to be assumed by Unauthenticated Users.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Boolean getAllowClassicFlow()
IdentityPoolProps
Default: - Classic Flow not allowed
getAllowClassicFlow
in interface IdentityPoolProps
public final java.lang.Boolean getAllowUnauthenticatedIdentities()
IdentityPoolProps
Default: - false
getAllowUnauthenticatedIdentities
in interface IdentityPoolProps
public final IRole getAuthenticatedRole()
IdentityPoolProps
Default: - A Default Authenticated Role will be added
getAuthenticatedRole
in interface IdentityPoolProps
public final IdentityPoolAuthenticationProviders getAuthenticationProviders()
IdentityPoolProps
Default: - No Authentication Providers passed directly to Identity Pool
getAuthenticationProviders
in interface IdentityPoolProps
public final java.lang.String getIdentityPoolName()
IdentityPoolProps
Default: - automatically generated name by CloudFormation at deploy time
getIdentityPoolName
in interface IdentityPoolProps
public final java.util.List<IdentityPoolRoleMapping> getRoleMappings()
IdentityPoolProps
Default: - no Role Mappings
getRoleMappings
in interface IdentityPoolProps
public final IRole getUnauthenticatedRole()
IdentityPoolProps
Default: - A Default Unauthenticated Role will be added
getUnauthenticatedRole
in interface IdentityPoolProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()