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

CognitoMemberDefinition

import type { CognitoMemberDefinition } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.

interface CognitoMemberDefinition {
ClientId: string;
UserGroup: string;
UserPool: string;
}

§Properties

§
ClientId: string
[src]

An identifier for an application client. You must create the app client ID using Amazon Cognito.

§
UserGroup: string
[src]

An identifier for a user group.

§
UserPool: string
[src]

An identifier for a user pool. The user pool must be in the same region as the service that you are calling.