@aws-cdk_aws-glue-alpha.TableAttributes

interface TableAttributes ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Glue.Alpha.TableAttributes
Gogithub.com/aws/aws-cdk-go/awscdkgluealpha/v2#TableAttributes
Javasoftware.amazon.awscdk.services.glue.alpha.TableAttributes
Pythonaws_cdk.aws_glue_alpha.TableAttributes
TypeScript (source)@aws-cdk/aws-glue-alpha ยป TableAttributes

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as glue_alpha from '@aws-cdk/aws-glue-alpha';
const tableAttributes: glue_alpha.TableAttributes = {
  tableArn: 'tableArn',
  tableName: 'tableName',
};

Properties

NameTypeDescription
tableArn๐Ÿ”นstring
tableName๐Ÿ”นstring

tableArn๐Ÿ”น

Type: string


tableName๐Ÿ”น

Type: string