listTagsForResource

Retrieves the list of key-value tags assigned to the resource.

Samples


fun main() { 
   //sampleStart 
   // The following list tags for resource example lists the tags of a specified application.
val resp = appConfigClient.listTagsForResource {
    resourceArn = "arn:aws:appconfig:us-east-1:111122223333:application/339ohji"
} 
   //sampleEnd
}