Skip to main content

Retrieve an AWS tag

Returns a representation of the specified AWS tag in the specified environment.

Path Parameters
  • environment_id string required

    Performs the operation on an AWS tag within the specified environment.

  • tag_id string required

    Performs the operation on the AWS tag with the specified ID.

Query Parameters
  • lookback_days int64

    Calculate backup status for the last lookback_days days.

Responses

Success


Schema
  • id string

    The Clumio-assigned ID of the AWS tag.

  • key string

    The AWS-assigned tag key.

  • key_id string

    The Clumio-assigned ID of the AWS key.

  • organizational_unit_id string

    The Clumio-assigned ID of the organizational unit associated with the tag.

  • protection_info object

    The protection policy applied to this resource. If the resource is not protected, then this field has a value of null.

  • inheriting_entity_id string

    The ID of the entity from which protection was inherited. If protection was not inherited, then this field has a value of null.

  • inheriting_entity_type string

    The type of entity from which protection was inherited. If protection was not inherited, then this field has a value of null.
    Entities from which protection can be inherited include the following:

    Inheriting Entity TypeDetails
    aws_tagAWS tag.
  • policy_id string

    A system-generated ID assigned to the policy protecting this resource.

  • protection_status string

    The protection status of the EBS volume. Possible values include "protected" and "unprotected".

  • value string

    The AWS-assigned tag value.

Loading...