We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In architecture diagrams, tables are sometimes used to efficiently illustrate detailed information such as VPC route tables.
option 1: using general property
Table: Type: AWS::Diagram::Table Children: - TableRow1 - TableRow2 ... TableRow1: Type: AWS::Diagram::TableRow Children: - TableRow1Cell1 - TableRow1Cell2 ... TableRow1Cell1: Type: AWS::Diagram::TableRow Title: Cell1 ...
option 2: preparing a dedicated property
Table: Type: AWS::Diagram::Table Rows: - Cells: - Cell1 - Cell2 - Cells: - Cell3 - Cell4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In architecture diagrams, tables are sometimes used to efficiently illustrate detailed information such as VPC route tables.
option 1: using general property
option 2: preparing a dedicated property
The text was updated successfully, but these errors were encountered: