AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.rds.getCustomDbEngineVersion
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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
. - 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.
- 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.
- 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.
- 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.
- 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
. - 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.
getCustomDbEngineVersion Result
The following output properties are available:
- Db
Engine 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 - The availability status to be assigned to the CEV.
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Db
Engine stringVersion Arn - The ARN of the custom engine version.
- Description string
- An optional description of your CEV.
- Status
Custom
Db Engine Version Status - The availability status to be assigned to the CEV.
- Tag
- An array of key-value pairs to apply to this resource.
- db
Engine StringVersion Arn - The ARN of the custom engine version.
- description String
- An optional description of your CEV.
- status
Custom
Db Engine Version Status - The availability status to be assigned to the CEV.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- db
Engine stringVersion Arn - The ARN of the custom engine version.
- description string
- An optional description of your CEV.
- status
Custom
Db Engine Version Status - The availability status to be assigned to the CEV.
- Tag[]
- An array of key-value pairs to apply to this resource.
- db_
engine_ strversion_ arn - The ARN of the custom engine version.
- description str
- An optional description of your CEV.
- status
Custom
Db Engine Version Status - The availability status to be assigned to the CEV.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- db
Engine StringVersion Arn - 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.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
CustomDbEngineVersionStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi