FleetDatabasePropertiesArgs

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
val collation: Output<String>? = null

Database collation.

Link copied to clipboard
val createMode: Output<Either<String, DatabaseCreateMode>>? = null

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
val identity: Output<IdentityArgs>? = null

Identity property.

Link copied to clipboard
val resourceTags: Output<Map<String, String>>? = null

Additional database properties to be applied as the underlying database resource tags.

Link copied to clipboard
val restoreFromTime: Output<String>? = null

Restore from time when CreateMode is PointInTimeRestore.

Link copied to clipboard
val sourceDatabaseName: Output<String>? = null

Source database name used when CreateMode is Copy or PointInTimeRestore.

Link copied to clipboard
val tierName: Output<String>? = null

Name of the tier this database belongs to.

Link copied to clipboard

Transparent Data Encryption properties

Functions

Link copied to clipboard
open override fun toJava(): FleetDatabasePropertiesArgs