TaggingAssignmentSpec

TaggingAssignmentSpec
TaggingAssignmentSpec

Specification for tag assignment operations

JSON Example
{
    "resourceIds": [
        "string"
    ],
    "tagsToAttach": [
        "string"
    ],
    "tagsToDetach": [
        "string"
    ]
}
array of string
resourceIds
Required  
Constraints: minItems: 1 maxItems: 2147483647

List of resource IDs for which tags need to be attached/detached

array of string
tagsToAttach
Optional

List of tag IDs to be attached to resources

array of string
tagsToDetach
Optional

List of tag IDs to be detached from resources