listScopeSnapshots

Lists the snapshots of the specified scope.

Samples

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