mwaa_untag_resource: Removes key-value tag pairs associated to your Amazon Managed...

View source: R/mwaa_operations.R

mwaa_untag_resourceR 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".

See https://www.paws-r-sdk.com/docs/mwaa_untag_resource/ for full documentation.

Usage

mwaa_untag_resource(ResourceArn, tagKeys)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the Amazon MWAA environment. For example, arn:aws:airflow:us-east-1:123456789012:environment/MyMWAAEnvironment.

tagKeys

[required] The key-value tag pair you want to remove. For example, "Environment": "Staging".


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.