Update AWS Cloud Assembly resource
API to update AWS Cloud Assembly resources based on the resource filter strategy
Path Parameters
- accountId int64 required
Cloud Rewind account ID.
- projectId string required
Cloud Rewind project ID.
- cloudAssemblyId int64 required
AWS cloud assembly ID.
- application/json
Request Body required
- filterType string required
Possible values: [
manual
,vpc
,tags
]Filter type used to select AWS resources within the assembly.
Value Description manual Allows manual selection of specific resources. vpc Protects all resources within a specified VPC. tags Protects resources based on specified tags. tags object[]
List of tags used to filter resources in the Cloud Assembly for
tags
based resource filtering.key stringKey of the tag
value stringValue of the tag
- conditions string
Possible values: [
match-all-tags
,match-any-tags
]Condition to apply between the resource tags for
tags
based resource filtering.Value Description match-all-tags Match resources that must have all specified tags match-any-tags Match resources that have any of the specified tags - resources string[]
List of cloud resource IDs used to filter resources in the Cloud Assembly for
manual
based resource filtering.
- 200
- 401
- 403
- 404
- 409
- 412
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- id int64
Id of the cloud assembly
- accountId int64
Account Id
- projectId string
Project Id
resourceFilterStrategy object
Defines how AWS resources are filtered within the Cloud Assembly.
filterType stringPossible values: [
manual
,vpc
,tags
]Filter type used to select AWS resources within the assembly.
Value Description manual Allows manual selection of specific resources. vpc Protects all resources within a specified VPC. tags Protects resources based on specified tags. tags object[]
List of tags used to filter resources in the Cloud Assembly for
tags
based resource filtering.key stringKey of the tag
value stringValue of the tag
conditions stringPossible values: [
match-all-tags
,match-any-tags
]Condition to apply between the resource tags for
tags
based resource filtering.Value Description match-all-tags Match resources that must have all specified tags match-any-tags Match resources that have any of the specified tags resources string[]List of cloud resource IDs used to filter resources in the Cloud Assembly for
manual
based resource filtering.- createdAt date-time
Timestamp indicating when the Cloud Assembly was created
- updatedAt date-time
Timestamp indicating when the Cloud Assembly was updated
{
"id": 0,
"accountId": 0,
"projectId": "string",
"resourceFilterStrategy": {
"filterType": "manual",
"tags": [
{
"key": "string",
"value": "string"
}
],
"conditions": "match-all-tags",
"resources": [
"string"
]
},
"createdAt": "2025-08-28",
"updatedAt": "2025-08-28"
}
Unauthorized
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*
string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*
string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Not Found
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*
string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Conflict
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*
string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Precondition Failed
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*
string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*
string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}