Interface CfnDatastore.ColumnProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDatastore.ColumnProperty.Jsii$Proxy
- Enclosing class:
CfnDatastore
@Stability(Stable)
public static interface CfnDatastore.ColumnProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotanalytics.*; ColumnProperty columnProperty = ColumnProperty.builder() .name("name") .type("type") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDatastore.ColumnProperty
static final class
An implementation forCfnDatastore.ColumnProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the column.- See Also:
-
getType
The type of data.For more information about the supported data types, see Common data types in the AWS Glue Developer Guide .
- See Also:
-
builder
-