IdentityPoolRoleAttachment

class IdentityPoolRoleAttachment : KotlinCustomResource

Provides an AWS Cognito Identity Pool Roles Attachment.

Import

In TODO v1.5.0 and later, use an import block to import Cognito Identity Pool Roles Attachment using the Identity Pool ID. For exampleterraform import { to = aws_cognito_identity_pool_roles_attachment.example id = "us-west-2:b64805ad-cb56-40ba-9ffc-f5d8207e6d42" } Using TODO import, import Cognito Identity Pool Roles Attachment using the Identity Pool ID. For exampleconsole % TODO import aws_cognito_identity_pool_roles_attachment.example us-west-2:b64805ad-cb56-40ba-9ffc-f5d8207e6d42

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val identityPoolId: Output<String>

An identity pool ID in the format REGION_GUID.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A List of Role Mapping.

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

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.

Link copied to clipboard
val urn: Output<String>