TableAttributes
- class aws_cdk.aws_glue.TableAttributes(*, table_arn, table_name)
- Bases: - object- Parameters:
- table_arn ( - str)
- table_name ( - str)
 
- Stability:
- experimental 
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_glue as glue table_attributes = glue.TableAttributes( table_arn="tableArn", table_name="tableName" ) - Attributes - table_arn
- experimental - Type:
- stability 
 
 - table_name
- experimental - Type:
- stability