List Tags For Resource
pi_list_tags_for_resource | R Documentation |
Retrieves all the metadata tags associated with Amazon RDS Performance Insights resource¶
Description¶
Retrieves all the metadata tags associated with Amazon RDS Performance Insights resource.
Usage¶
pi_list_tags_for_resource(ServiceType, ResourceARN)
Arguments¶
ServiceType |
[required] List the tags for the Amazon Web Services service for
which Performance Insights returns metrics. Valid value is
|
ResourceARN |
[required] Lists all the tags for the Amazon RDS Performance Insights resource. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN). |
Value¶
A list with the following syntax:
list(
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
Request syntax¶
svc$list_tags_for_resource(
ServiceType = "RDS"|"DOCDB",
ResourceARN = "string"
)