@Stability(value=Stable) @Internal public static final class CfnIdentityPoolRoleAttachmentProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnIdentityPoolRoleAttachmentProps
CfnIdentityPoolRoleAttachmentPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnIdentityPoolRoleAttachmentProps.Builder, CfnIdentityPoolRoleAttachmentProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnIdentityPoolRoleAttachmentProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnIdentityPoolRoleAttachmentProps.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) |
String |
getIdentityPoolId()
An identity pool ID in the format `REGION:GUID` .
|
Object |
getRoleMappings()
How users for a specific identity provider are mapped to roles.
|
Object |
getRoles()
The map of the roles associated with this pool.
|
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(CfnIdentityPoolRoleAttachmentProps.Builder builder)
CfnIdentityPoolRoleAttachmentProps.Builder.public final String getIdentityPoolId()
CfnIdentityPoolRoleAttachmentPropsgetIdentityPoolId in interface CfnIdentityPoolRoleAttachmentPropspublic final 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 CfnIdentityPoolRoleAttachmentPropspublic final Object getRoles()
CfnIdentityPoolRoleAttachmentPropsFor a given role, the key is either "authenticated" or "unauthenticated". The value is the role ARN.
getRoles in interface CfnIdentityPoolRoleAttachmentProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.