public static final class IdentityPoolRoleAttachmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IdentityPoolRoleAttachmentProps
IdentityPoolRoleAttachmentProps
IdentityPoolRoleAttachmentProps.Builder, IdentityPoolRoleAttachmentProps.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) |
IRole |
getAuthenticatedRole()
(experimental) Default Authenticated (User) Role.
|
IIdentityPool |
getIdentityPool()
(experimental) Id of the Attachments Underlying Identity Pool.
|
java.util.List<IdentityPoolRoleMapping> |
getRoleMappings()
(experimental) Rules for mapping roles to users.
|
IRole |
getUnauthenticatedRole()
(experimental) Default Unauthenticated (Guest) Role.
|
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 IIdentityPool getIdentityPool()
IdentityPoolRoleAttachmentProps
getIdentityPool
in interface IdentityPoolRoleAttachmentProps
public final IRole getAuthenticatedRole()
IdentityPoolRoleAttachmentProps
Default: - No default authenticated role will be added
getAuthenticatedRole
in interface IdentityPoolRoleAttachmentProps
public final java.util.List<IdentityPoolRoleMapping> getRoleMappings()
IdentityPoolRoleAttachmentProps
Default: - no Role Mappings
getRoleMappings
in interface IdentityPoolRoleAttachmentProps
public final IRole getUnauthenticatedRole()
IdentityPoolRoleAttachmentProps
Default: - No default unauthenticated role will be added
getUnauthenticatedRole
in interface IdentityPoolRoleAttachmentProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()