AWS::RDS::CustomDBEngineVersionCreates a custom DB engine version (CEV).
12 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Engine | string | RequiredCreate-only |
EngineVersion | string | RequiredCreate-only |
DatabaseInstallationFilesS3BucketName | string | Create-only |
DatabaseInstallationFilesS3Prefix | string | Create-only |
Description | string | |
ImageId | string | Create-only |
KMSKeyId | string | Create-only |
Manifest | string | Create-onlyWrite-only |
SourceCustomDbEngineVersionIdentifier | string | Create-onlyWrite-only |
Status | string | |
Tags | Array<Tag> | |
UseAwsProvidedLatestImage | boolean | Create-onlyWrite-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DBEngineVersionArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RDS::CustomDBEngineVersion
Resources:
MyResource:
Type: AWS::RDS::CustomDBEngineVersion
Properties:
Engine: "value"
EngineVersion: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:CopySnapshotec2:DeleteSnapshotec2:DescribeSnapshotskms:CreateGrantkms:Decryptkms:DescribeKeykms:GenerateDataKeykms:ReEncryptrds:DescribeDBEngineVersionsrds:AddTagsToResourcerds:DescribeDBEngineVersionsrds:ModifyCustomDBEngineVersionrds:RemoveTagsFromResourcerds:DeleteCustomDBEngineVersionrds:DescribeDBEngineVersionsrds:DescribeDBEngineVersionsEverything you need to know about RDS on one page. HD quality, print-friendly.
Download Free InfographicEngineThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EngineEngineVersionDatabaseInstallationFilesS3BucketNameDatabaseInstallationFilesS3PrefixImageIdKMSKeyIdManifestSourceCustomDbEngineVersionIdentifierUseAwsProvidedLatestImage