aws-cdk-lib.aws_iotanalytics.CfnDatastore.ParquetConfigurationProperty

interface ParquetConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTAnalytics.CfnDatastore.ParquetConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDatastore_ParquetConfigurationProperty
Javasoftware.amazon.awscdk.services.iotanalytics.CfnDatastore.ParquetConfigurationProperty
Pythonaws_cdk.aws_iotanalytics.CfnDatastore.ParquetConfigurationProperty
TypeScript aws-cdk-lib » aws_iotanalytics » CfnDatastore » ParquetConfigurationProperty

Contains the configuration information of the Parquet format.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const parquetConfigurationProperty: iotanalytics.CfnDatastore.ParquetConfigurationProperty = {
  schemaDefinition: {
    columns: [{
      name: 'name',
      type: 'type',
    }],
  },
};

Properties

NameTypeDescription
schemaDefinition?IResolvable | SchemaDefinitionPropertyInformation needed to define a schema.

schemaDefinition?

Type: IResolvable | SchemaDefinitionProperty (optional)

Information needed to define a schema.