org.mongodb.awscdk.resources.mongodbatlas.DataLakeDatabaseDataSourceViewDefaultFormat 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;
/**
* File format that MongoDB Cloud uses if it encounters a file without a file extension while searching storeName.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.101.0 (build b95fe5d)", date = "2024-07-30T09:54:29.002Z")
@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.DataLakeDatabaseDataSourceViewDefaultFormat")
public enum DataLakeDatabaseDataSourceViewDefaultFormat {
/**
* .avro.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
AVRO,
/**
* .avro.gz.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
AVRO_GZ,
/**
* .bson.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
BSON,
/**
* .bson.gz.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
BSON_GZ,
/**
* .csv.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
CSV,
/**
* .json.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
JSON,
/**
* .json.gz.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
JSON_GZ,
/**
* .orc.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
ORC,
/**
* .tsv.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
TSV,
/**
* .tsv.gz.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
TSV_GZ,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy