Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SetPrincipalTagAttributeMapResponse

import type { SetPrincipalTagAttributeMapResponse } from "https://aws-api.deno.dev/v0.3/services/cognitoidentity.ts?docs=full";
interface SetPrincipalTagAttributeMapResponse {
IdentityPoolId?: string | null;
IdentityProviderName?: string | null;
PrincipalTags?: {
[key: string]: string | null | undefined;
}
| null;
UseDefaults?: boolean | null;
}

§Properties

§
IdentityPoolId?: string | null
[src]

The ID of the Identity Pool you want to set attribute mappings for.

§
IdentityProviderName?: string | null
[src]

The provider name you want to use for attribute mappings.

§
PrincipalTags?: {
[key: string]: string | null | undefined;
}
| null
[src]

You can use this operation to add principal tags. The PrincipalTagsoperation enables you to reference user attributes in your IAM permissions policy.

§
UseDefaults?: boolean | null
[src]

You can use this operation to select default (username and clientID) attribute mappings.