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