tag#
- async idem_aws.exec.aws.dynamodb.tag.update_tags(hub, ctx, resource_arn: str, old_tags: Dict[str, Any], new_tags: Dict[str, Any])[source]#
Update tags of AWS Dynamo DB resources
- Parameters:
resource_arn – Identifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).
old_tags – Dict of existing tags.
new_tags – Dict of new tags.
- Returns:
True|False, “comment”: [“A list”], “ret”: dict of updated tags}
- Return type:
{“result”