#[non_exhaustive]
pub struct ModifyCustomDbEngineVersionOutput { /* private fields */ }
Expand description

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

Implementations

The name of the database engine.

The version number of the database engine.

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

The description of the database engine.

The description of the database engine version.

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

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

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

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

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

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

A value that indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.

Indicates whether the database engine version supports read replicas.

A list of the supported DB engine modes.

A list of features supported by the DB engine.

The supported features vary by DB engine and DB engine version.

To determine the supported features for a specific DB engine and DB engine version using the CLI, use the following command:

aws rds describe-db-engine-versions --engine --engine-version

For example, to determine the supported features for RDS for PostgreSQL version 13.3 using the CLI, use the following command:

aws rds describe-db-engine-versions --engine postgres --engine-version 13.3

The supported features are listed under SupportedFeatureNames in the output.

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

A value that indicates whether you can use Aurora parallel query with a specific DB engine version.

A value that indicates whether you can use Aurora global databases with a specific DB engine version.

The major engine version of the CEV.

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

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

The ARN of the custom engine version.

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

The creation time of the DB engine version.

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

A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.

Creates a new builder-style object to manufacture ModifyCustomDbEngineVersionOutput.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more