Get Custom Db Engine Version Result
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)
Properties
Link copied to clipboard
The ARN of the custom engine version.
Link copied to clipboard
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
A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.