GetCustomDbEngineVersionResult

data class GetCustomDbEngineVersionResult(val dbEngineVersionArn: String? = null, val description: String? = null, val status: CustomDbEngineVersionStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(dbEngineVersionArn: String? = null, description: String? = null, status: CustomDbEngineVersionStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the custom engine version.

Link copied to clipboard
val description: String? = null

An optional description of your CEV.

Link copied to clipboard

A value that indicates the status of a custom engine version (CEV).

Link copied to clipboard
val tags: List<Tag>? = null

A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.