Interface CfnDataset.DataLakeDatasetSchemaFieldProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataset.DataLakeDatasetSchemaFieldProperty.Jsii$Proxy
- Enclosing class:
CfnDataset
@Stability(Stable)
public static interface CfnDataset.DataLakeDatasetSchemaFieldProperty
extends software.amazon.jsii.JsiiSerializable
The dataset field details.
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.scn.*;
DataLakeDatasetSchemaFieldProperty dataLakeDatasetSchemaFieldProperty = DataLakeDatasetSchemaFieldProperty.builder()
.isRequired(false)
.name("name")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataset.DataLakeDatasetSchemaFieldPropertystatic final classAn implementation forCfnDataset.DataLakeDatasetSchemaFieldProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIsRequired
Indicate if the field is required or not.Returns union: either
BooleanorIResolvable- See Also:
-
getName
The dataset field name.- See Also:
-
getType
The dataset field type.- See Also:
-
builder
-