UpdateGraphqlApiRequest
import type { UpdateGraphqlApiRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appsync.ts";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]§
authenticationType?: AuthenticationType | null
[src]§
lambdaAuthorizerConfig?: LambdaAuthorizerConfig | null
[src]§
openIDConnectConfig?: OpenIDConnectConfig | null
[src]§
userPoolConfig?: UserPoolConfig | null
[src]