| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnPartition.Builder |
CfnPartition.Builder.catalogId(String catalogId)
The AWS account ID of the catalog in which the partion is to be created.
|
static CfnPartition.Builder |
CfnPartition.Builder.create(software.constructs.Construct scope,
String id) |
CfnPartition.Builder |
CfnPartition.Builder.databaseName(String databaseName)
The name of the catalog database in which to create the partition.
|
CfnPartition.Builder |
CfnPartition.Builder.partitionInput(CfnPartition.PartitionInputProperty partitionInput)
The structure used to create and update a partition.
|
CfnPartition.Builder |
CfnPartition.Builder.partitionInput(IResolvable partitionInput)
The structure used to create and update a partition.
|
CfnPartition.Builder |
CfnPartition.Builder.tableName(String tableName)
The name of the metadata table in which the partition is to be created.
|
Copyright © 2022. All rights reserved.