cost_allocation_tag#

Exec module for updating status of cost allocation tags.

async idem_aws.exec.aws.costexplorer.cost_allocation_tag.update_status(hub, ctx, tags: Dict[str, Any])[source]#

Updates status of a cost allocation tags.

If the tag status is already in same state, the request doesn’t fail. Instead, it doesn’t have any effect on the tag status (for example, activating the active tag).

Parameters:

tags (dict) – Dictionary of Cost allocation tags in format {tag-key: tag-status}.

Returns:

Dict[str, str]