Snapshot Args
fun SnapshotArgs(chainName: Output<String>? = null, description: Output<String>? = null, enableConfidentialCompute: Output<Boolean>? = null, guestFlush: Output<Boolean>? = null, labels: Output<Map<String, String>>? = null, locationHint: Output<String>? = null, maxRetentionDays: Output<Int>? = null, name: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, snapshotEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, snapshotType: Output<SnapshotSnapshotType>? = null, sourceDisk: Output<String>? = null, sourceDiskEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, sourceDiskForRecoveryCheckpoint: Output<String>? = null, sourceInstantSnapshot: Output<String>? = null, storageLocations: Output<List<String>>? = null)