DeleteCustomDbEngineVersionResponse

This data type is used as a response element in the action DescribeDBEngineVersions.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the DB engine version.

Link copied to clipboard

JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV). RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base, and UNIX/Linux user and group using the installation parameters. For more information, see JSON fields in the CEV manifest in the Amazon RDS User Guide.

Link copied to clipboard

The name of the Amazon S3 bucket that contains your database installation files.

Link copied to clipboard

The Amazon S3 directory that contains the database installation files. If not specified, then no prefix is assumed.

Link copied to clipboard

The description of the database engine.

Link copied to clipboard

A value that indicates the source media provider of the AMI based on the usage operation. Applicable for RDS Custom for SQL Server.

Link copied to clipboard

The ARN of the custom engine version.

Link copied to clipboard

The description of the database engine version.

Link copied to clipboard

The name of the DB parameter group family for the database engine.

Link copied to clipboard

The default character set for new instances of this engine version, if the CharacterSetName parameter of the CreateDBInstance API isn't specified.

Link copied to clipboard

The name of the database engine.

Link copied to clipboard

The version number of the database engine.

Link copied to clipboard

The types of logs that the database engine has available for export to CloudWatch Logs.

Link copied to clipboard

The EC2 image

Link copied to clipboard

The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for RDS Custom, but optional for Amazon RDS.

Link copied to clipboard

The major engine version of the CEV.

Link copied to clipboard

The status of the DB engine version, either available or deprecated.

Link copied to clipboard

A list of the supported CA certificate identifiers.

Link copied to clipboard

A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance operation.

Link copied to clipboard

A list of the supported DB engine modes.

Link copied to clipboard

A list of features supported by the DB engine.

Link copied to clipboard

A list of the character sets supported by the Oracle DB engine for the NcharCharacterSetName parameter of the CreateDBInstance operation.

Link copied to clipboard

A list of the time zones supported by this engine for the Timezone parameter of the CreateDBInstance action.

Link copied to clipboard

Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

Indicates whether the engine version supports rotating the server certificate without rebooting the DB instance.

Link copied to clipboard

Indicates whether you can use Aurora global databases with a specific DB engine version.

Link copied to clipboard

Indicates whether the DB engine version supports zero-ETL integrations with Amazon Redshift.

Link copied to clipboard

Indicates whether the DB engine version supports forwarding write operations from reader DB instances to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.

Link copied to clipboard

Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

Link copied to clipboard

Indicates whether you can use Aurora parallel query with a specific DB engine version.

Link copied to clipboard

Indicates whether the database engine version supports read replicas.

Link copied to clipboard

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

Link copied to clipboard

A list of engine versions that this database engine version can be upgraded to.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String