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).
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
public abstract CreateCustomDBEngineVersionResponse CreateCustomDBEngineVersion( CreateCustomDBEngineVersionRequest request )
Container for the necessary parameters to execute the CreateCustomDBEngineVersion service method.
| Exception | Condition |
|---|---|
| CreateCustomDBEngineVersionException | An error occurred while trying to create the CEV. |
| CustomDBEngineVersionAlreadyExistsException | A CEV with the specified name already exists. |
| CustomDBEngineVersionNotFoundException | The specified CEV was not found. |
| CustomDBEngineVersionQuotaExceededException | You have exceeded your CEV quota. |
| Ec2ImagePropertiesNotSupportedException | The AMI configuration prerequisite has not been met. |
| InvalidCustomDBEngineVersionStateException | You can't delete the CEV. |
| KMSKeyNotAccessibleException | An error occurred accessing an Amazon Web Services KMS key. |
.NET Framework:
Supported in: 4.7.2 and newer