@aws-cdk_aws-glue-alpha.ClassificationString

class ClassificationString ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Glue.Alpha.ClassificationString
Gogithub.com/aws/aws-cdk-go/awscdkgluealpha/v2#ClassificationString
Javasoftware.amazon.awscdk.services.glue.alpha.ClassificationString
Pythonaws_cdk.aws_glue_alpha.ClassificationString
TypeScript (source)@aws-cdk/aws-glue-alpha ยป ClassificationString

Classification string given to tables with this data format.

See also: https://docs.aws.amazon.com/glue/latest/dg/add-classifier.html#classifier-built-in

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as glue_alpha from '@aws-cdk/aws-glue-alpha';
const classificationString = glue_alpha.ClassificationString.AVRO;

Initializer

new ClassificationString(value: string)

Parameters

  • value string

Properties

NameTypeDescription
value๐Ÿ”นstring
static AVRO๐Ÿ”นClassificationString
static CSV๐Ÿ”นClassificationString
static JSON๐Ÿ”นClassificationString
static ORC๐Ÿ”นClassificationString
static PARQUET๐Ÿ”นClassificationString
static XML๐Ÿ”นClassificationString

value๐Ÿ”น

Type: string


static AVRO๐Ÿ”น

Type: ClassificationString

See also: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-format.html#aws-glue-programming-etl-format-avro


static CSV๐Ÿ”น

Type: ClassificationString

See also: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-format.html#aws-glue-programming-etl-format-csv


static JSON๐Ÿ”น

Type: ClassificationString

See also: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-format.html#aws-glue-programming-etl-format-json


static ORC๐Ÿ”น

Type: ClassificationString

See also: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-format.html#aws-glue-programming-etl-format-orc


static PARQUET๐Ÿ”น

Type: ClassificationString

See also: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-format.html#aws-glue-programming-etl-format-parquet


static XML๐Ÿ”น

Type: ClassificationString

See also: https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-format.html#aws-glue-programming-etl-format-xml