Class FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration
Inheritance
System.Object
FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Kinesis.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration
Fields
View SourceEnabled
Defaults to true. Set it to false if you want to disable format conversion while preserving the configuration details.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
InputFormatConfiguration
Nested argument that specifies the deserializer that you want Kinesis Data Firehose to use to convert the format of your data from JSON. More details below.
Declaration
public readonly FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfiguration InputFormatConfiguration
Field Value
| Type | Description |
|---|---|
| FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationInputFormatConfiguration |
OutputFormatConfiguration
Nested argument that specifies the serializer that you want Kinesis Data Firehose to use to convert the format of your data to the Parquet or ORC format. More details below.
Declaration
public readonly FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfiguration OutputFormatConfiguration
Field Value
| Type | Description |
|---|---|
| FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationOutputFormatConfiguration |
SchemaConfiguration
Nested argument that specifies the AWS Glue Data Catalog table that contains the column information. More details below.
Declaration
public readonly FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration SchemaConfiguration
Field Value
| Type | Description |
|---|---|
| FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfigurationSchemaConfiguration |