listTemplateSnapshots

Lists the snapshots of the specified template.

Samples

// Lists the immutable snapshots that have been created for a template.
val resp = networkSecurityManagerClient.listTemplateSnapshots {
    templateIdentifier = "arn:aws:network-security-manager:us-east-1:123456789012:template:xyz789"
    maxResults = 10
}