IdentityPoolRoleAttachment

class IdentityPoolRoleAttachment : KotlinCustomResource

Resource Type definition for AWS::Cognito::IdentityPoolRoleAttachment

Properties

Link copied to clipboard
val awsId: Output<String>

The resource ID.

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

How users for a specific identity provider are mapped to roles. This is a string to the RoleMapping object map. The string identifies the identity provider. For example: graph.facebook.com or cognito-idp.us-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id . If the IdentityProvider field isn't provided in this object, the string is used as the identity provider name. For more information, see the RoleMapping property .

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

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

Link copied to clipboard
val urn: Output<String>