Interface CfnGraphQLApi.CognitoUserPoolConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGraphQLApi.CognitoUserPoolConfigProperty.Jsii$Proxy
Enclosing class:
CfnGraphQLApi

@Stability(Stable) public static interface CfnGraphQLApi.CognitoUserPoolConfigProperty extends software.amazon.jsii.JsiiSerializable
Describes an Amazon Cognito user pool configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appsync.*;
 CognitoUserPoolConfigProperty cognitoUserPoolConfigProperty = CognitoUserPoolConfigProperty.builder()
         .appIdClientRegex("appIdClientRegex")
         .awsRegion("awsRegion")
         .userPoolId("userPoolId")
         .build();
 

See Also: