software.amazon.awscdk.services.appsync.UserPoolDefaultAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appsync Show documentation
Show all versions of appsync Show documentation
The CDK Construct Library for AWS::AppSync
package software.amazon.awscdk.services.appsync;
/**
* (experimental) enum with all possible values for Cognito user-pool default actions.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.72.0 (build 4b8828b)", date = "2022-12-23T19:57:05.088Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.appsync.$Module.class, fqn = "@aws-cdk/aws-appsync.UserPoolDefaultAction")
public enum UserPoolDefaultAction {
/**
* (experimental) ALLOW access to API.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
ALLOW,
/**
* (experimental) DENY access to API.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Experimental)
DENY,
}