public static final class CfnIdentityPoolRoleAttachmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIdentityPoolRoleAttachmentProps
CfnIdentityPoolRoleAttachmentProps
CfnIdentityPoolRoleAttachmentProps.Builder, CfnIdentityPoolRoleAttachmentProps.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.String |
getIdentityPoolId()
An identity pool ID in the format `REGION:GUID` .
|
java.lang.Object |
getRoleMappings()
How users for a specific identity provider are mapped to roles.
|
java.lang.Object |
getRoles()
The map of the roles associated with this pool.
|
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.String getIdentityPoolId()
CfnIdentityPoolRoleAttachmentProps
getIdentityPoolId
in interface CfnIdentityPoolRoleAttachmentProps
public final java.lang.Object getRoleMappings()
CfnIdentityPoolRoleAttachmentProps
This is a string to the RoleMapping
object map. The string identifies the identity provider. For example: graph.facebook.com
or cognito-idp.us-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id
.
If the IdentityProvider
field isn't provided in this object, the string is used as the identity provider name.
For more information, see the RoleMapping property .
getRoleMappings
in interface CfnIdentityPoolRoleAttachmentProps
public final java.lang.Object getRoles()
CfnIdentityPoolRoleAttachmentProps
For a given role, the key is either "authenticated" or "unauthenticated". The value is the role ARN.
getRoles
in interface CfnIdentityPoolRoleAttachmentProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()