org.mongodb.awscdk.resources.mongodbatlas.NotificationViewDatadogRegion 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;
/**
* Datadog region that indicates which API Uniform Resource Locator (URL) to use.
*
* The resource requires this parameter when '"notifications.typeName" : "DATADOG"'.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.94.0 (build b380f01)", date = "2024-02-05T16:04:31.944Z")
@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.NotificationViewDatadogRegion")
public enum NotificationViewDatadogRegion {
/**
* EU.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
EU,
/**
* US.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
US,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy