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

The availability status to be assigned to the CEV.

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

An array of key-value pairs to apply to this resource.