Untag Resource
mwaa_untag_resource | R Documentation |
Removes key-value tag pairs associated to your Amazon Managed Workflows for Apache Airflow (MWAA) environment¶
Description¶
Removes key-value tag pairs associated to your Amazon Managed Workflows
for Apache Airflow (MWAA) environment. For example,
"Environment": "Staging"
.
Usage¶
mwaa_untag_resource(ResourceArn, tagKeys)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the Amazon MWAA
environment. For example,
|
tagKeys |
[required] The key-value tag pair you want to remove. For
example, |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
tagKeys = list(
"string"
)
)