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

UpdateGraphqlApiRequest

import type { UpdateGraphqlApiRequest } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
interface UpdateGraphqlApiRequest {
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[] | null;
apiId: string;
authenticationType?: AuthenticationType | null;
lambdaAuthorizerConfig?: LambdaAuthorizerConfig | null;
logConfig?: LogConfig | null;
name: string;
openIDConnectConfig?: OpenIDConnectConfig | null;
userPoolConfig?: UserPoolConfig | null;
xrayEnabled?: boolean | null;
}

§Properties

§
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[] | null
[src]

A list of additional authentication providers for the GraphqlApi API.

§
apiId: string
[src]

The API ID.

§
authenticationType?: AuthenticationType | null
[src]

The new authentication type for the GraphqlApi object.

§
lambdaAuthorizerConfig?: LambdaAuthorizerConfig | null
[src]

Configuration for Lambda function authorization.

§
logConfig?: LogConfig | null
[src]

The Amazon CloudWatch Logs configuration for the GraphqlApi object.

§
name: string
[src]

The new name for the GraphqlApi object.

§
openIDConnectConfig?: OpenIDConnectConfig | null
[src]

The OpenID Connect configuration for the GraphqlApi object.

§
userPoolConfig?: UserPoolConfig | null
[src]

The new Amazon Cognito user pool configuration for the ~GraphqlApi object.

§
xrayEnabled?: boolean | null
[src]

A flag indicating whether to use X-Ray tracing for the GraphqlApi.