Fleet Database Properties Args
data class FleetDatabasePropertiesArgs(val collation: Output<String>? = null, val createMode: Output<Either<String, DatabaseCreateMode>>? = null, val identity: Output<IdentityArgs>? = null, val resourceTags: Output<Map<String, String>>? = null, val restoreFromTime: Output<String>? = null, val sourceDatabaseName: Output<String>? = null, val tierName: Output<String>? = null, val transparentDataEncryption: Output<TransparentDataEncryptionArgs>? = null) : ConvertibleToJava<FleetDatabasePropertiesArgs>
Fleet database properties.
Constructors
Link copied to clipboard
constructor(collation: Output<String>? = null, createMode: Output<Either<String, DatabaseCreateMode>>? = null, identity: Output<IdentityArgs>? = null, resourceTags: Output<Map<String, String>>? = null, restoreFromTime: Output<String>? = null, sourceDatabaseName: Output<String>? = null, tierName: Output<String>? = null, transparentDataEncryption: Output<TransparentDataEncryptionArgs>? = null)
Properties
Link copied to clipboard
Create mode. Available options: Default - Create a database. Copy - Copy the source database (source database name must be specified) PointInTimeRestore - Create a database by restoring source database from a point in time (source database name and restore from time must be specified)
Link copied to clipboard
Identity property.
Link copied to clipboard
Additional database properties to be applied as the underlying database resource tags.
Link copied to clipboard
Restore from time when CreateMode is PointInTimeRestore.
Link copied to clipboard
Source database name used when CreateMode is Copy or PointInTimeRestore.
Link copied to clipboard
Transparent Data Encryption properties