Uses of Interface
software.amazon.awscdk.services.appsync.CfnGraphQLApi.UserPoolConfigProperty
-
Uses of CfnGraphQLApi.UserPoolConfigProperty in software.amazon.awscdk.services.appsync
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnGraphQLApi.UserPoolConfigProperty
Modifier and TypeMethodDescriptionCfnGraphQLApi.UserPoolConfigProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionvoid
CfnGraphQLApi.setUserPoolConfig
(CfnGraphQLApi.UserPoolConfigProperty value) Optional authorization configuration for using Amazon Cognito user pools with your GraphQL endpoint.CfnGraphQLApi.Builder.userPoolConfig
(CfnGraphQLApi.UserPoolConfigProperty userPoolConfig) Optional authorization configuration for using Amazon Cognito user pools with your GraphQL endpoint.CfnGraphQLApiProps.Builder.userPoolConfig
(CfnGraphQLApi.UserPoolConfigProperty userPoolConfig) Sets the value ofCfnGraphQLApiProps.getUserPoolConfig()