org.mongodb.awscdk.resources.mongodbatlas.DataLakeDataProcessRegionViewCloudProvider 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;
/**
* Name of the cloud service that hosts the data lake's data stores.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.101.0 (build b95fe5d)", date = "2024-07-30T09:54:29.000Z")
@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.DataLakeDataProcessRegionViewCloudProvider")
public enum DataLakeDataProcessRegionViewCloudProvider {
/**
* AWS.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
AWS,
/**
* GCP.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
GCP,
/**
* AZURE.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
AZURE,
/**
* TENANT.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
TENANT,
/**
* SERVERLESS.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
SERVERLESS,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy