customdb_engine_version
Gets an individual customdb_engine_version
resource
Overview
Name | customdb_engine_version |
Type | Resource |
Description | customdb_engine_version |
Id | awscc.rds.customdb_engine_version |
Fields
Name | Datatype | Description |
---|---|---|
database_installation_files_s3_bucket_name | string | The name of an Amazon S3 bucket that contains database installation files for your CEV. For example, a valid bucket name is `my-custom-installation-files`. |
database_installation_files_s3_prefix | string | The Amazon S3 directory that contains the database installation files for your CEV. For example, a valid bucket name is `123456789012/cev1`. If this setting isn't specified, no prefix is assumed. |
description | string | An optional description of your CEV. |
engine | string | The database engine to use for your custom engine version (CEV). The only supported value is `custom-oracle-ee`. |
engine_version | string | The name of your CEV. The name format is 19.customized_string . For example, a valid name is 19.my_cev1. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS. The combination of Engine and EngineVersion is unique per customer per Region. |
kms_key_id | string | The AWS KMS key identifier for an encrypted CEV. A symmetric KMS key is required for RDS Custom, but optional for Amazon RDS. |
manifest | string | The CEV manifest, which is a JSON document that describes the installation .zip files stored in Amazon S3. Specify the name/value pairs in a file or a quoted string. RDS Custom applies the patches in the order in which they are listed. |
db_engine_version_arn | string | The ARN of the custom engine version. |
status | string | The availability status to be assigned to the CEV. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
database_installation_files_s3_bucket_name,
database_installation_files_s3_prefix,
description,
engine,
engine_version,
kms_key_id,
manifest,
db_engine_version_arn,
status,
tags
FROM awscc.rds.customdb_engine_version
WHERE data__Identifier = '<Engine>|<EngineVersion>';
Permissions
To operate on the customdb_engine_version
resource, the following permissions are required:
Read
rds:DescribeDBEngineVersions
Update
rds:AddTagsToResource,
rds:DescribeDBEngineVersions,
rds:ModifyCustomDBEngineVersion,
rds:RemoveTagsFromResource
Delete
rds:DeleteCustomDBEngineVersion,
rds:DescribeDBEngineVersions