createTemplateSnapshot
abstract suspend fun createTemplateSnapshot(input: CreateTemplateSnapshotRequest): CreateTemplateSnapshotResponse
Creates a snapshot of the current published version of the specified template.
Samples
// Creates an immutable snapshot of the current published version of a template. The snapshot is
// addressable by a version qualified ARN.
val resp = networkSecurityManagerClient.createTemplateSnapshot {
templateIdentifier = "arn:aws:network-security-manager:us-east-1:123456789012:template:xyz789"
clientToken = "550e8400-e29b-41d4-a716-446655440012"
}Content copied to clipboard