class Aws::MWAA::Types::TagResourceInput

@note When making an API call, you may pass TagResourceInput

data as a hash:

    {
      resource_arn: "EnvironmentArn", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] resource_arn

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

@!attribute [rw] tags

The key-value tag pairs you want to associate to your environment.
For example, `"Environment": "Staging"`. To learn more, see [Tagging
AWS resources][1].

[1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/mwaa-2020-07-01/TagResourceInput AWS API Documentation

Constants

SENSITIVE