paws.security.identity (version 0.1.0)

inspector_list_tags_for_resource: Lists all tags associated with an assessment template

Description

Lists all tags associated with an assessment template.

Usage

inspector_list_tags_for_resource(resourceArn)

Arguments

resourceArn

[required] The ARN that specifies the assessment template whose tags you want to list.

Request syntax

svc$list_tags_for_resource(
  resourceArn = "string"
)

Examples

Run this code
# NOT RUN {
# Lists all tags associated with an assessment template.
# }
# NOT RUN {
svc$list_tags_for_resource(
  resourceArn = "arn:aws:inspector:us-west-2:123456789012:target/0-0kFIPusq/template/0-gcwFl..."
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace