class Aws::IoTAnalytics::Types::ParquetConfiguration

Contains the configuration information of the Parquet format.

@note When making an API call, you may pass ParquetConfiguration

data as a hash:

    {
      schema_definition: {
        columns: [
          {
            name: "ColumnName", # required
            type: "ColumnDataType", # required
          },
        ],
      },
    }

@!attribute [rw] schema_definition

Information needed to define a schema.
@return [Types::SchemaDefinition]

Constants

SENSITIVE