org.mongodb.awscdk.resources.mongodbatlas.ApiAtlasDiskBackupShardedClusterSnapshotMemberViewCloudProvider Maven / Gradle / Ivy
Show all versions of awscdk-resources-mongodbatlas Show documentation
package org.mongodb.awscdk.resources.mongodbatlas;
/**
* Human-readable label that identifies the cloud provider that stores this snapshot.
*
* The resource returns this parameter when "type": "replicaSet".
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.101.0 (build b95fe5d)", date = "2024-07-30T09:54:28.855Z")
@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.ApiAtlasDiskBackupShardedClusterSnapshotMemberViewCloudProvider")
public enum ApiAtlasDiskBackupShardedClusterSnapshotMemberViewCloudProvider {
/**
* AWS.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
AWS,
/**
* AZURE.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
AZURE,
/**
* GCP.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
GCP,
}