IdentityPoolRoleAttachmentArgs

data class IdentityPoolRoleAttachmentArgs(val identityPoolId: Output<String>? = null, val roleMappings: Output<List<IdentityPoolRoleAttachmentRoleMappingArgs>>? = null, val roles: Output<Map<String, String>>? = null) : ConvertibleToJava<IdentityPoolRoleAttachmentArgs>

Provides an AWS Cognito Identity Pool Roles Attachment.

Import

Cognito Identity Pool Roles Attachment can be imported using the Identity Pool ID, e.g.,

$ pulumi import aws:cognito/identityPoolRoleAttachment:IdentityPoolRoleAttachment example us-west-2:b64805ad-cb56-40ba-9ffc-f5d8207e6d42

Constructors

Link copied to clipboard
constructor(identityPoolId: Output<String>? = null, roleMappings: Output<List<IdentityPoolRoleAttachmentRoleMappingArgs>>? = null, roles: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val identityPoolId: Output<String>? = null

An identity pool ID in the format REGION_GUID.

Link copied to clipboard

A List of Role Mapping.

Link copied to clipboard
val roles: Output<Map<String, String>>? = null

The map of roles associated with this pool. For a given role, the key will be either "authenticated" or "unauthenticated" and the value will be the Role ARN.

Functions

Link copied to clipboard
open override fun toJava(): IdentityPoolRoleAttachmentArgs