listTemplateSnapshots
inline suspend fun NetworkSecurityManagerClient.listTemplateSnapshots(crossinline block: ListTemplateSnapshotsRequest.Builder.() -> Unit): ListTemplateSnapshotsResponse
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
}Content copied to clipboard