CfnTableProps¶
-
class
aws_cdk.aws_glue.
CfnTableProps
(*, catalog_id, database_name, table_input)¶ Bases:
object
Properties for defining a
AWS::Glue::Table
.- Parameters
catalog_id (
str
) –AWS::Glue::Table.CatalogId
.database_name (
str
) –AWS::Glue::Table.DatabaseName
.table_input (
Union
[IResolvable
,TableInputProperty
]) –AWS::Glue::Table.TableInput
.
- Link
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-table.html
Attributes
-
catalog_id
¶ AWS::Glue::Table.CatalogId
.
-
database_name
¶ AWS::Glue::Table.DatabaseName
.
-
table_input
¶ AWS::Glue::Table.TableInput
.