AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Creates a custom DB engine version (CEV).

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateCustomDBEngineVersionAsync.

Namespace: Amazon.RDS
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z

Syntax

C#
public abstract CreateCustomDBEngineVersionResponse CreateCustomDBEngineVersion(
         CreateCustomDBEngineVersionRequest request
)

Parameters

request
Type: Amazon.RDS.Model.CreateCustomDBEngineVersionRequest

Container for the necessary parameters to execute the CreateCustomDBEngineVersion service method.

Return Value


The response from the CreateCustomDBEngineVersion service method, as returned by RDS.

Exceptions

ExceptionCondition
CreateCustomDBEngineVersionException An error occurred while trying to create the CEV.
CustomDBEngineVersionAlreadyExistsException A CEV with the specified name already exists.
CustomDBEngineVersionQuotaExceededException You have exceeded your CEV quota.
Ec2ImagePropertiesNotSupportedException The AMI configuration prerequisite has not been met.
KMSKeyNotAccessibleException An error occurred accessing an Amazon Web Services KMS key.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also