AWS::BCMDataExports::TableReturns the metadata for the specified table and table properties, including the list of columns in the table schema, their data types, and column descriptions.
1 configurable property. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
TableName | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the table. |
Description | string | The table description. |
Schema | Array<Column> | The schema of the table. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BCMDataExports::Table
Resources:
MyResource:
Type: AWS::BCMDataExports::Table
Properties:
TableName: "my-tablename"Permissions CloudFormation needs in your IAM role to manage this resource.
bcm-data-exports:GetTablebcm-data-exports:ListTablesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TableName