Class: Aws::CloudWatch::Types::TagResourceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the CloudWatch resource that you’re adding tags to.

The ARN format of an alarm is ‘arn:aws:cloudwatch:Region:account-id:alarm:alarm-name `

The ARN format of a Contributor Insights rule is ‘arn:aws:cloudwatch:Region:account-id:insight-rule/insight-rule-name `

For more information about ARN format, see [ Resource Types Defined by Amazon CloudWatch] in the *Amazon Web Services General Reference*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/list_amazoncloudwatch.html#amazoncloudwatch-resources-for-iam-policies

Returns:

  • (String)


4491
4492
4493
4494
4495
4496
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4491

class TagResourceInput < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The list of key-value pairs to associate with the alarm.

Returns:



4491
4492
4493
4494
4495
4496
# File 'lib/aws-sdk-cloudwatch/types.rb', line 4491

class TagResourceInput < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end