Class IdentityPoolRoleAttachmentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cognito.identitypool.IdentityPoolRoleAttachmentProps.Jsii$Proxy
- All Implemented Interfaces:
IdentityPoolRoleAttachmentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IdentityPoolRoleAttachmentProps
@Stability(Experimental)
@Internal
public static final class IdentityPoolRoleAttachmentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IdentityPoolRoleAttachmentProps
An implementation for
IdentityPoolRoleAttachmentProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.identitypool.IdentityPoolRoleAttachmentProps
IdentityPoolRoleAttachmentProps.Builder, IdentityPoolRoleAttachmentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theIdentityPoolRoleAttachmentProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal IRole(experimental) Default Authenticated (User) Role.final IIdentityPool(experimental) Id of the Attachments Underlying Identity Pool.final List<IdentityPoolRoleMapping>(experimental) Rules for mapping roles to users.final IRole(experimental) Default Unauthenticated (Guest) Role.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theIdentityPoolRoleAttachmentProps.Builder.
-
-
Method Details
-
getIdentityPool
Description copied from interface:IdentityPoolRoleAttachmentProps(experimental) Id of the Attachments Underlying Identity Pool.- Specified by:
getIdentityPoolin interfaceIdentityPoolRoleAttachmentProps
-
getAuthenticatedRole
Description copied from interface:IdentityPoolRoleAttachmentProps(experimental) Default Authenticated (User) Role.Default: - No default authenticated role will be added
- Specified by:
getAuthenticatedRolein interfaceIdentityPoolRoleAttachmentProps
-
getRoleMappings
Description copied from interface:IdentityPoolRoleAttachmentProps(experimental) Rules for mapping roles to users.Default: - no Role Mappings
- Specified by:
getRoleMappingsin interfaceIdentityPoolRoleAttachmentProps
-
getUnauthenticatedRole
Description copied from interface:IdentityPoolRoleAttachmentProps(experimental) Default Unauthenticated (Guest) Role.Default: - No default unauthenticated role will be added
- Specified by:
getUnauthenticatedRolein interfaceIdentityPoolRoleAttachmentProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-