Skip to main content

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.

Request Body required
  • filterType string required

    Possible values: [manual, vpc, tags]

    Filter type used to select AWS resources within the assembly.

    ValueDescription
    manualAllows manual selection of specific resources.
    vpcProtects all resources within a specified VPC.
    tagsProtects resources based on specified tags.
  • tags object[]

    List of tags used to filter resources in the Cloud Assembly for tags based resource filtering.

  • key string

    Key of the tag

  • value string

    Value 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.

    ValueDescription
    match-all-tagsMatch resources that must have all specified tags
    match-any-tagsMatch 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.

Responses

OK


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 string

    Possible values: [manual, vpc, tags]

    Filter type used to select AWS resources within the assembly.

    ValueDescription
    manualAllows manual selection of specific resources.
    vpcProtects all resources within a specified VPC.
    tagsProtects resources based on specified tags.
  • tags object[]

    List of tags used to filter resources in the Cloud Assembly for tags based resource filtering.

  • key string

    Key of the tag

  • value string

    Value 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.

    ValueDescription
    match-all-tagsMatch resources that must have all specified tags
    match-any-tagsMatch 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

Loading...