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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cognito.identitypool.IdentityPoolRoleAttachmentProps
IdentityPoolRoleAttachmentProps.Builder, IdentityPoolRoleAttachmentProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theIdentityPoolRoleAttachmentProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final 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 int
hashCode()
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:
getIdentityPool
in interfaceIdentityPoolRoleAttachmentProps
-
getAuthenticatedRole
Description copied from interface:IdentityPoolRoleAttachmentProps
(experimental) Default Authenticated (User) Role.Default: - No default authenticated role will be added
- Specified by:
getAuthenticatedRole
in interfaceIdentityPoolRoleAttachmentProps
-
getRoleMappings
Description copied from interface:IdentityPoolRoleAttachmentProps
(experimental) Rules for mapping roles to users.Default: - no Role Mappings
- Specified by:
getRoleMappings
in interfaceIdentityPoolRoleAttachmentProps
-
getUnauthenticatedRole
Description copied from interface:IdentityPoolRoleAttachmentProps
(experimental) Default Unauthenticated (Guest) Role.Default: - No default unauthenticated role will be added
- Specified by:
getUnauthenticatedRole
in interfaceIdentityPoolRoleAttachmentProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-