All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mongodb.awscdk.resources.mongodbatlas.DataLakeDataProcessRegionViewRegion Maven / Gradle / Ivy

There is a newer version: 3.9.0
Show newest version
package org.mongodb.awscdk.resources.mongodbatlas;

/**
 * Name of the region to which the data lake routes client connections.
 */
@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.DataLakeDataProcessRegionViewRegion")
public enum DataLakeDataProcessRegionViewRegion {
    /**
     * DUBLIN_IRL.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    DUBLIN_IRL,
    /**
     * FRANKFURT_DEU.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    FRANKFURT_DEU,
    /**
     * LONDON_GBR.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    LONDON_GBR,
    /**
     * MUMBAI_IND.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    MUMBAI_IND,
    /**
     * OREGON_USA.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    OREGON_USA,
    /**
     * SYDNEY_AUS.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    SYDNEY_AUS,
    /**
     * VIRGINIA_USA.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    VIRGINIA_USA,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy