Skip to content

Tag Resource

mwaa_tag_resource R Documentation

Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment

Description

Associates key-value tag pairs to your Amazon Managed Workflows for Apache Airflow (MWAA) environment.

Usage

mwaa_tag_resource(ResourceArn, Tags)

Arguments

ResourceArn

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

Tags

[required] The key-value tag pairs you want to associate to your environment. For example, "Environment": "Staging". For more information, see Tagging Amazon Web Services resources.

Value

An empty list.

Request syntax

svc$tag_resource(
  ResourceArn = "string",
  Tags = list(
    "string"
  )
)