Class CfnGraphQLApiPropsMixin.CognitoUserPoolConfigProperty
Describes an Amazon Cognito user pool configuration.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppSync
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnGraphQLApiPropsMixin.CognitoUserPoolConfigProperty : CfnGraphQLApiPropsMixin.ICognitoUserPoolConfigProperty
Syntax (vb)
Public Class CfnGraphQLApiPropsMixin.CognitoUserPoolConfigProperty Implements CfnGraphQLApiPropsMixin.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.CfnPropertyMixins.AWS.AppSync;
var cognitoUserPoolConfigProperty = new CognitoUserPoolConfigProperty {
AppIdClientRegex = "appIdClientRegex",
AwsRegion = "awsRegion",
UserPoolId = "userPoolId"
};
Synopsis
Constructors
| CognitoUserPoolConfigProperty() | Describes an Amazon Cognito user pool configuration. |
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. |
Constructors
CognitoUserPoolConfigProperty()
Describes an Amazon Cognito user pool configuration.
public CognitoUserPoolConfigProperty()
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.CfnPropertyMixins.AWS.AppSync;
var cognitoUserPoolConfigProperty = new CognitoUserPoolConfigProperty {
AppIdClientRegex = "appIdClientRegex",
AwsRegion = "awsRegion",
UserPoolId = "userPoolId"
};
Properties
AppIdClientRegex
A regular expression for validating the incoming Amazon Cognito user pool app client ID.
public string? AppIdClientRegex { get; set; }
Property Value
Remarks
If this value isn't set, no filtering is applied.
AwsRegion
The AWS Region in which the user pool was created.
public string? AwsRegion { get; set; }
Property Value
Remarks
UserPoolId
The user pool ID.
public object? UserPoolId { get; set; }