library
turbot/aws_tags

Correct one resource with incorrect tags

Corrects one resource with incorrect tags

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws_tags.pipeline.correct_one_resource_with_incorrect_tags \
--arg 'title=<string>' \
--arg 'arn=<string>' \
--arg 'region=<string>' \
--arg 'cred=<string>' \
--arg 'account_id=<string>' \
--arg 'remove=<list(string)>' \
--arg 'upsert=<map(string)>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = aws_tags.pipeline.correct_one_resource_with_incorrect_tags
args = {
title = <string>
arn = <string>
region = <string>
cred = <string>
account_id = <string>
remove = <list(string)>
upsert = <map(string)>
}
}

Params

NameTypeRequiredDescriptionDefault
titlestringYesTitle of the resource, to be used as a display name.-
arnstringYesThe ARN of the resource.-
regionstringYesAWS Region of the resource(s).-
credstringYesName of the credential to be used for any authenticated actions.-
account_idstringYesThe account ID of the resource.-
removelist(string)YesList of tag keys to remove from the resource-
upsertmap(string)YesMap of tag keys and values to add or update on the resource-
notifierstringYesThe name of the notifier to use for sending notification messages.default
notification_levelstringYesThe verbosity level of notification messages to send. Valid options are 'verbose', 'info', 'error'.info
approverslist(string)YesList of notifiers to be used for obtaining action/approval decisions.
[
"default"
]
default_actionstringYesThe default action to use for the detected item, used if no input is provided.notify

Outputs

This pipeline has no outputs.