createScopeSnapshot
abstract suspend fun createScopeSnapshot(input: CreateScopeSnapshotRequest): CreateScopeSnapshotResponse
Creates a snapshot of the current published version of the specified scope.
Samples
// Creates an immutable snapshot of the current published version of a scope. The snapshot is
// addressable by a version qualified ARN.
val resp = networkSecurityManagerClient.createScopeSnapshot {
scopeIdentifier = "arn:aws:network-security-manager:us-east-1:123456789012:scope:abc123"
clientToken = "550e8400-e29b-41d4-a716-446655440010"
}Content copied to clipboard