We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.rds.getCustomDbEngineVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Creates a custom DB engine version (CEV).
Using getCustomDbEngineVersion
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCustomDbEngineVersion(args: GetCustomDbEngineVersionArgs, opts?: InvokeOptions): Promise<GetCustomDbEngineVersionResult>
function getCustomDbEngineVersionOutput(args: GetCustomDbEngineVersionOutputArgs, opts?: InvokeOptions): Output<GetCustomDbEngineVersionResult>def get_custom_db_engine_version(engine: Optional[str] = None,
                                 engine_version: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetCustomDbEngineVersionResult
def get_custom_db_engine_version_output(engine: Optional[pulumi.Input[str]] = None,
                                 engine_version: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetCustomDbEngineVersionResult]func LookupCustomDbEngineVersion(ctx *Context, args *LookupCustomDbEngineVersionArgs, opts ...InvokeOption) (*LookupCustomDbEngineVersionResult, error)
func LookupCustomDbEngineVersionOutput(ctx *Context, args *LookupCustomDbEngineVersionOutputArgs, opts ...InvokeOption) LookupCustomDbEngineVersionResultOutput> Note: This function is named LookupCustomDbEngineVersion in the Go SDK.
public static class GetCustomDbEngineVersion 
{
    public static Task<GetCustomDbEngineVersionResult> InvokeAsync(GetCustomDbEngineVersionArgs args, InvokeOptions? opts = null)
    public static Output<GetCustomDbEngineVersionResult> Invoke(GetCustomDbEngineVersionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCustomDbEngineVersionResult> getCustomDbEngineVersion(GetCustomDbEngineVersionArgs args, InvokeOptions options)
public static Output<GetCustomDbEngineVersionResult> getCustomDbEngineVersion(GetCustomDbEngineVersionArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:rds:getCustomDbEngineVersion
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Engine string
- The database engine to use for your custom engine version (CEV).
Valid values:- custom-oracle-ee
- custom-oracle-ee-cdb
 
- EngineVersion string
- The name of your CEV. The name format is major version.customized_string. For example, a valid CEV name is19.my_cev1. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS. The combination ofEngineandEngineVersionis unique per customer per Region. Constraints: Minimum length is 1. Maximum length is 60. Pattern:^[a-z0-9_.-]{1,60$}
- Engine string
- The database engine to use for your custom engine version (CEV).
Valid values:- custom-oracle-ee
- custom-oracle-ee-cdb
 
- EngineVersion string
- The name of your CEV. The name format is major version.customized_string. For example, a valid CEV name is19.my_cev1. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS. The combination ofEngineandEngineVersionis unique per customer per Region. Constraints: Minimum length is 1. Maximum length is 60. Pattern:^[a-z0-9_.-]{1,60$}
- engine String
- The database engine to use for your custom engine version (CEV).
Valid values:- custom-oracle-ee
- custom-oracle-ee-cdb
 
- engineVersion String
- The name of your CEV. The name format is major version.customized_string. For example, a valid CEV name is19.my_cev1. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS. The combination ofEngineandEngineVersionis unique per customer per Region. Constraints: Minimum length is 1. Maximum length is 60. Pattern:^[a-z0-9_.-]{1,60$}
- engine string
- The database engine to use for your custom engine version (CEV).
Valid values:- custom-oracle-ee
- custom-oracle-ee-cdb
 
- engineVersion string
- The name of your CEV. The name format is major version.customized_string. For example, a valid CEV name is19.my_cev1. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS. The combination ofEngineandEngineVersionis unique per customer per Region. Constraints: Minimum length is 1. Maximum length is 60. Pattern:^[a-z0-9_.-]{1,60$}
- engine str
- The database engine to use for your custom engine version (CEV).
Valid values:- custom-oracle-ee
- custom-oracle-ee-cdb
 
- engine_version str
- The name of your CEV. The name format is major version.customized_string. For example, a valid CEV name is19.my_cev1. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS. The combination ofEngineandEngineVersionis unique per customer per Region. Constraints: Minimum length is 1. Maximum length is 60. Pattern:^[a-z0-9_.-]{1,60$}
- engine String
- The database engine to use for your custom engine version (CEV).
Valid values:- custom-oracle-ee
- custom-oracle-ee-cdb
 
- engineVersion String
- The name of your CEV. The name format is major version.customized_string. For example, a valid CEV name is19.my_cev1. This setting is required for RDS Custom for Oracle, but optional for Amazon RDS. The combination ofEngineandEngineVersionis unique per customer per Region. Constraints: Minimum length is 1. Maximum length is 60. Pattern:^[a-z0-9_.-]{1,60$}
getCustomDbEngineVersion Result
The following output properties are available:
- DbEngine stringVersion Arn 
- The ARN of the custom engine version.
- Description string
- An optional description of your CEV.
- Status
Pulumi.Aws Native. Rds. Custom Db Engine Version Status 
- A value that indicates the status of a custom engine version (CEV).
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.
- DbEngine stringVersion Arn 
- The ARN of the custom engine version.
- Description string
- An optional description of your CEV.
- Status
CustomDb Engine Version Status 
- A value that indicates the status of a custom engine version (CEV).
- Tag
- A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.
- dbEngine StringVersion Arn 
- The ARN of the custom engine version.
- description String
- An optional description of your CEV.
- status
CustomDb Engine Version Status 
- A value that indicates the status of a custom engine version (CEV).
- List<Tag>
- A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.
- dbEngine stringVersion Arn 
- The ARN of the custom engine version.
- description string
- An optional description of your CEV.
- status
CustomDb Engine Version Status 
- A value that indicates the status of a custom engine version (CEV).
- Tag[]
- A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.
- db_engine_ strversion_ arn 
- The ARN of the custom engine version.
- description str
- An optional description of your CEV.
- status
CustomDb Engine Version Status 
- A value that indicates the status of a custom engine version (CEV).
- Sequence[root_Tag]
- A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.
- dbEngine StringVersion Arn 
- The ARN of the custom engine version.
- description String
- An optional description of your CEV.
- status "available" | "inactive" | "inactive-except-restore"
- A value that indicates the status of a custom engine version (CEV).
- List<Property Map>
- A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.
Supporting Types
CustomDbEngineVersionStatus    
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi