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

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

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

/**
 * Label that identifies the cloud service provider where MongoDB Cloud performs stream processing.
 * 

* Currently, this parameter supports AWS only. */ @javax.annotation.Generated(value = "jsii-pacmak/1.101.0 (build b95fe5d)", date = "2024-07-30T09:54:29.064Z") @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.StreamsDataProcessRegionCloudProvider") public enum StreamsDataProcessRegionCloudProvider { /** * 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