listDeploymentSnapshots

Lists the snapshots of the specified deployment.

Samples

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