aws-cdk-lib.aws_iotanalytics.CfnDatastore.ColumnProperty

interface ColumnProperty

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

Contains information about a column that stores your data.

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 columnProperty: iotanalytics.CfnDatastore.ColumnProperty = {
  name: 'name',
  type: 'type',
};

Properties

NameTypeDescription
namestringThe name of the column.
typestringThe type of data.

name

Type: string

The name of the column.


type

Type: string

The type of data.

For more information about the supported data types, see Common data types in the AWS Glue Developer Guide .