AWS v7.8.0 published on Tuesday, Oct 7, 2025 by Pulumi
aws.odb.getGiVersions
Data source to retrieve available Grid Infrastructure versions of Oracle Database@AWS.
You can find out more about Oracle Database@AWS from User Guide.
Example Usage
Using getGiVersions
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 getGiVersions(args: GetGiVersionsArgs, opts?: InvokeOptions): Promise<GetGiVersionsResult>
function getGiVersionsOutput(args: GetGiVersionsOutputArgs, opts?: InvokeOptions): Output<GetGiVersionsResult>
def get_gi_versions(region: Optional[str] = None,
shape: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGiVersionsResult
def get_gi_versions_output(region: Optional[pulumi.Input[str]] = None,
shape: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGiVersionsResult]
func GetGiVersions(ctx *Context, args *GetGiVersionsArgs, opts ...InvokeOption) (*GetGiVersionsResult, error)
func GetGiVersionsOutput(ctx *Context, args *GetGiVersionsOutputArgs, opts ...InvokeOption) GetGiVersionsResultOutput
> Note: This function is named GetGiVersions
in the Go SDK.
public static class GetGiVersions
{
public static Task<GetGiVersionsResult> InvokeAsync(GetGiVersionsArgs args, InvokeOptions? opts = null)
public static Output<GetGiVersionsResult> Invoke(GetGiVersionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGiVersionsResult> getGiVersions(GetGiVersionsArgs args, InvokeOptions options)
public static Output<GetGiVersionsResult> getGiVersions(GetGiVersionsArgs args, InvokeOptions options)
fn::invoke:
function: aws:odb/getGiVersions:getGiVersions
arguments:
# arguments dictionary
The following arguments are supported:
getGiVersions Result
The following output properties are available:
- Gi
Versions List<GetGi Versions Gi Version> - Information about a specific version of Oracle Grid Infrastructure (GI) software that can be installed on a VM cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Region string
- Shape string
- Gi
Versions []GetGi Versions Gi Version - Information about a specific version of Oracle Grid Infrastructure (GI) software that can be installed on a VM cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- Region string
- Shape string
- gi
Versions List<GetGi Versions Gi Version> - Information about a specific version of Oracle Grid Infrastructure (GI) software that can be installed on a VM cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- region String
- shape String
- gi
Versions GetGi Versions Gi Version[] - Information about a specific version of Oracle Grid Infrastructure (GI) software that can be installed on a VM cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- region string
- shape string
- gi_
versions Sequence[GetGi Versions Gi Version] - Information about a specific version of Oracle Grid Infrastructure (GI) software that can be installed on a VM cluster.
- id str
- The provider-assigned unique ID for this managed resource.
- region str
- shape str
- gi
Versions List<Property Map> - Information about a specific version of Oracle Grid Infrastructure (GI) software that can be installed on a VM cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- region String
- shape String
Supporting Types
GetGiVersionsGiVersion
- Version string
- Version string
- version String
- version string
- version str
- version String
Package Details
- Repository
- AWS Classic pulumi/pulumi-aws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aws
Terraform Provider.