GraphqlApi
import type { GraphqlApi } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appsync.ts";interface GraphqlApi {
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[] | null;
apiId?: string | null;
arn?: string | null;
authenticationType?: AuthenticationType | null;
lambdaAuthorizerConfig?: LambdaAuthorizerConfig | null;
logConfig?: LogConfig | null;
name?: string | null;
openIDConnectConfig?: OpenIDConnectConfig | null;
tags?: {} | null;
[key: string]: string | null | undefined;
uris?: {} | null;
[key: string]: string | null | undefined;
userPoolConfig?: UserPoolConfig | null;
wafWebAclArn?: string | null;
xrayEnabled?: boolean | null;
}§Properties
§
additionalAuthenticationProviders?: AdditionalAuthenticationProvider[] | null
[src]§
authenticationType?: AuthenticationType | null
[src]§
lambdaAuthorizerConfig?: LambdaAuthorizerConfig | null
[src]§
openIDConnectConfig?: OpenIDConnectConfig | null
[src]§
userPoolConfig?: UserPoolConfig | null
[src]