Interface CfnGraphQLApi.ICognitoUserPoolConfigProperty
Describes an Amazon Cognito user pool configuration.
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGraphQLApi.ICognitoUserPoolConfigProperty
Syntax (vb)
Public Interface CfnGraphQLApi.ICognitoUserPoolConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppSync;
var cognitoUserPoolConfigProperty = new CognitoUserPoolConfigProperty {
AppIdClientRegex = "appIdClientRegex",
AwsRegion = "awsRegion",
UserPoolId = "userPoolId"
};
Synopsis
Properties
| AppIdClientRegex | A regular expression for validating the incoming Amazon Cognito user pool app client ID. |
| AwsRegion | The AWS Region in which the user pool was created. |
| UserPoolId | The user pool ID. |
Properties
AppIdClientRegex
A regular expression for validating the incoming Amazon Cognito user pool app client ID.
string? AppIdClientRegex { get; }
Property Value
Remarks
If this value isn't set, no filtering is applied.
AwsRegion
The AWS Region in which the user pool was created.
string? AwsRegion { get; }
Property Value
Remarks
UserPoolId
The user pool ID.
string? UserPoolId { get; }