@@ -4249,6 +4249,18 @@ components:
42494249 description: Name of the connection
42504250 example: My AWS Connection
42514251 type: string
4252+ tags:
4253+ description: |-
4254+ Tags associated with the connection. Each tag must follow the `key:value` format.
4255+ The `default` tag key is reserved.
4256+ example:
4257+ - env:prod
4258+ - team:action-platform
4259+ items:
4260+ description: A non-reserved tag in `key:value` format.
4261+ pattern: "^[A-Za-z0-9._/-]+:[A-Za-z0-9._/-]+$"
4262+ type: string
4263+ type: array
42524264 required:
42534265 - name
42544266 - integration
@@ -4262,6 +4274,18 @@ components:
42624274 description: Name of the connection
42634275 example: My AWS Connection
42644276 type: string
4277+ tags:
4278+ description: |-
4279+ Tags associated with the connection. Each tag must follow the `key:value` format.
4280+ The `default` tag key is reserved.
4281+ example:
4282+ - env:prod
4283+ - team:action-platform
4284+ items:
4285+ description: A non-reserved tag in `key:value` format.
4286+ pattern: "^[A-Za-z0-9._/-]+:[A-Za-z0-9._/-]+$"
4287+ type: string
4288+ type: array
42654289 type: object
42664290 ActionConnectionData:
42674291 description: Data related to the connection.
@@ -121707,6 +121731,9 @@ paths:
121707121731 type: AWSAssumeRole
121708121732 type: AWS
121709121733 name: My AWS Connection
121734+ tags:
121735+ - env:prod
121736+ - team:action-platform
121710121737 type: action_connection
121711121738 schema:
121712121739 $ref: "#/components/schemas/CreateActionConnectionRequest"
@@ -121723,6 +121750,9 @@ paths:
121723121750 integration:
121724121751 type: AWS
121725121752 name: My AWS Connection
121753+ tags:
121754+ - env:prod
121755+ - team:action-platform
121726121756 id: 00000000-0000-0000-0000-000000000001
121727121757 type: action_connection
121728121758 schema:
@@ -121800,6 +121830,9 @@ paths:
121800121830 integration:
121801121831 type: AWS
121802121832 name: My AWS Connection
121833+ tags:
121834+ - env:prod
121835+ - team:action-platform
121803121836 id: 00000000-0000-0000-0000-000000000002
121804121837 type: action_connection
121805121838 schema:
@@ -121848,6 +121881,9 @@ paths:
121848121881 integration:
121849121882 type: AWS
121850121883 name: My AWS Connection
121884+ tags:
121885+ - env:prod
121886+ - team:action-platform
121851121887 type: action_connection
121852121888 schema:
121853121889 $ref: "#/components/schemas/UpdateActionConnectionRequest"
@@ -121865,6 +121901,9 @@ paths:
121865121901 integration:
121866121902 type: AWS
121867121903 name: My AWS Connection
121904+ tags:
121905+ - env:prod
121906+ - team:action-platform
121868121907 id: 00000000-0000-0000-0000-000000000003
121869121908 type: action_connection
121870121909 schema:
0 commit comments