org.mongodb.awscdk.resources.mongodbatlas.AuthConfigProviders Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of awscdk-resources-mongodbatlas Show documentation
Show all versions of awscdk-resources-mongodbatlas Show documentation
MongoDB Atlas CDK Construct Library for AWS CloudFormation Resources
package org.mongodb.awscdk.resources.mongodbatlas;
/**
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.94.0 (build b380f01)", date = "2024-02-05T16:04:31.785Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = org.mongodb.awscdk.resources.mongodbatlas.$Module.class, fqn = "awscdk-resources-mongodbatlas.AuthConfigProviders")
public enum AuthConfigProviders {
/**
* anon-user.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
ANON_USER,
/**
* api-key.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
API_KEY,
/**
* custom-token.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
CUSTOM_TOKEN,
/**
* custom-function.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
CUSTOM_FUNCTION,
/**
* local-userpass.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
LOCAL_USERPASS,
/**
* oauth2-apple.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
OAUTH2_APPLE,
/**
* oauth2-facebook.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
OAUTH2_FACEBOOK,
/**
* oauth2-google.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
OAUTH2_GOOGLE,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy