Skip to content
New issue

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

[Resource Type] AWS::Diagram::Table #34

Open
ugwis opened this issue May 1, 2024 · 0 comments
Open

[Resource Type] AWS::Diagram::Table #34

ugwis opened this issue May 1, 2024 · 0 comments
Labels
new feature New feature or request

Comments

@ugwis
Copy link
Member

ugwis commented May 1, 2024

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
@ugwis ugwis changed the title Add table resource Add table resource (AWS::Diagram::Table) May 4, 2024
@ugwis ugwis changed the title Add table resource (AWS::Diagram::Table) Add table resource May 4, 2024
@ugwis ugwis added the new feature New feature or request label May 8, 2024
@ugwis ugwis changed the title Add table resource Add table in diagram Jun 25, 2024
@ugwis ugwis changed the title Add table in diagram Table in diagram Jun 25, 2024
@ugwis ugwis changed the title Table in diagram [Add Type] AWS::Diagram::Table Mar 12, 2025
@ugwis ugwis changed the title [Add Type] AWS::Diagram::Table [Resource Type] AWS::Diagram::Table Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant