1. Packages
  2. AWS Native
  3. API Docs
  4. rds
  5. getCustomDbEngineVersion

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.rds.getCustomDbEngineVersion

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    The AWS::RDS::CustomDBEngineVersion resource creates an Amazon RDS custom DB engine version.

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:rds:getCustomDbEngineVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Engine string
    The database engine to use for your custom engine version (CEV). The only supported value is custom-oracle-ee.
    EngineVersion 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.
    Engine string
    The database engine to use for your custom engine version (CEV). The only supported value is custom-oracle-ee.
    EngineVersion 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.
    engine String
    The database engine to use for your custom engine version (CEV). The only supported value is custom-oracle-ee.
    engineVersion 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.
    engine string
    The database engine to use for your custom engine version (CEV). The only supported value is custom-oracle-ee.
    engineVersion 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.
    engine str
    The database engine to use for your custom engine version (CEV). The only supported value is custom-oracle-ee.
    engine_version str
    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.
    engine String
    The database engine to use for your custom engine version (CEV). The only supported value is custom-oracle-ee.
    engineVersion 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.

    getCustomDbEngineVersion Result

    The following output properties are available:

    DbEngineVersionArn string
    The ARN of the custom engine version.
    Description string
    An optional description of your CEV.
    Status Pulumi.AwsNative.Rds.CustomDbEngineVersionStatus
    The availability status to be assigned to the CEV.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    DbEngineVersionArn string
    The ARN of the custom engine version.
    Description string
    An optional description of your CEV.
    Status CustomDbEngineVersionStatus
    The availability status to be assigned to the CEV.
    Tags Tag
    An array of key-value pairs to apply to this resource.
    dbEngineVersionArn String
    The ARN of the custom engine version.
    description String
    An optional description of your CEV.
    status CustomDbEngineVersionStatus
    The availability status to be assigned to the CEV.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    dbEngineVersionArn string
    The ARN of the custom engine version.
    description string
    An optional description of your CEV.
    status CustomDbEngineVersionStatus
    The availability status to be assigned to the CEV.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    db_engine_version_arn str
    The ARN of the custom engine version.
    description str
    An optional description of your CEV.
    status CustomDbEngineVersionStatus
    The availability status to be assigned to the CEV.
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    dbEngineVersionArn String
    The ARN of the custom engine version.
    description String
    An optional description of your CEV.
    status "available" | "inactive" | "inactive-except-restore"
    The availability status to be assigned to the CEV.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    CustomDbEngineVersionStatus

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi