@Stability(value=Experimental) @Internal public static final class IdentityPoolRoleMapping.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IdentityPoolRoleMapping
IdentityPoolRoleMappingsoftware.amazon.jsii.JsiiObject.InitializationModeIdentityPoolRoleMapping.Builder, IdentityPoolRoleMapping.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IdentityPoolRoleMapping.Builder builder)
Constructor that initializes the object based on literal property values passed by the
IdentityPoolRoleMapping.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) |
IdentityPoolProviderUrl |
getProviderUrl()
(experimental) The url of the provider of for which the role is mapped.
|
Boolean |
getResolveAmbiguousRoles()
(experimental) Allow for role assumption when results of role mapping are ambiguous.
|
List<RoleMappingRule> |
getRules()
(experimental) The claim and value that must be matched in order to assume the role.
|
Boolean |
getUseToken()
(experimental) If true then mapped roles must be passed through the cognito:roles or cognito:preferred_role claims from identity provider.
|
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(IdentityPoolRoleMapping.Builder builder)
IdentityPoolRoleMapping.Builder.public final IdentityPoolProviderUrl getProviderUrl()
IdentityPoolRoleMappinggetProviderUrl in interface IdentityPoolRoleMappingpublic final Boolean getResolveAmbiguousRoles()
IdentityPoolRoleMappingDefault: false - Ambiguous role resolutions will lead to requester being denied
getResolveAmbiguousRoles in interface IdentityPoolRoleMappingpublic final List<RoleMappingRule> getRules()
IdentityPoolRoleMappingRequired if useToken is false
Default: - No Rule Mapping Rule
getRules in interface IdentityPoolRoleMappingpublic final Boolean getUseToken()
IdentityPoolRoleMappingDefault: false
getUseToken in interface IdentityPoolRoleMappinghttps://docs.aws.amazon.com/cognito/latest/developerguide/role-based-access-control.html#using-tokens-to-assign-roles-to-users@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.