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

AddCustomAttributesRequest

import type { AddCustomAttributesRequest } from "https://aws-api.deno.dev/v0.3/services/cognitoidentityserviceprovider.ts?docs=full";

Represents the request to add custom attributes.

interface AddCustomAttributesRequest {
CustomAttributes: SchemaAttributeType[];
UserPoolId: string;
}

§Properties

§
CustomAttributes: SchemaAttributeType[]
[src]

An array of custom attributes, such as Mutable and Name.

§
UserPoolId: string
[src]

The user pool ID for the user pool where you want to add custom attributes.