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

SetPrincipalTagAttributeMapInput

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

§Properties

§
IdentityPoolId: string
[src]

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

§
IdentityProviderName: string
[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.

§
UseDefaults?: boolean | null
[src]

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