Skip to content

updateCloudNativeTagRule

Update cloud native tag rule

Arguments

Argument Type Description
input (required) UpdateCloudNativeTagRuleInput! Input required to update a cloud-native tag rule.

Returns

Void

Sample

mutation UpdateCloudNativeTagRule($input: UpdateCloudNativeTagRuleInput!) {
  updateCloudNativeTagRule(input: $input)
}
{
  "input": {
    "tagRuleId": "00000000-0000-0000-0000-000000000000",
    "tagRuleName": "example-string"
  }
}
{
  "data": {
    "updateCloudNativeTagRule": "example-string"
  }
}