interface ColumnProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTAnalytics.CfnDatastore.ColumnProperty |
![]() | software.amazon.awscdk.services.iotanalytics.CfnDatastore.ColumnProperty |
![]() | aws_cdk.aws_iotanalytics.CfnDatastore.ColumnProperty |
![]() | @aws-cdk/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 * as iotanalytics from '@aws-cdk/aws-iotanalytics';
const columnProperty: iotanalytics.CfnDatastore.ColumnProperty = {
name: 'name',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of the column. |
type | string | The 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 .