customdb_engine_versions_list_only
Lists customdb_engine_versions
in a region or regions, for all properties use customdb_engine_versions
Overview
Name | customdb_engine_versions_list_only |
Type | Resource |
Description | Creates a custom DB engine version (CEV). |
Id | aws.rds.customdb_engine_versions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
engine | string | The database engine to use for your custom engine version (CEV). Valid values: + custom-oracle-ee + custom-oracle-ee-cdb |
engine_version | string | The name of your CEV. The name format is major version.customized_string . For example, a valid CEV 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.*Constraints:* Minimum length is 1. Maximum length is 60. *Pattern:* ^[a-z0-9_.-]{1,60$ } |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all customdb_engine_versions
in a region.
SELECT
region,
engine,
engine_version
FROM aws.rds.customdb_engine_versions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the customdb_engine_versions_list_only
resource, see customdb_engine_versions