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,
|
Tags |
[required] The key-value tag pairs you want to associate to your
environment. For example, |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceArn = "string",
Tags = list(
"string"
)
)