gi_versions
Creates, updates, deletes, gets or lists a gi_versions resource.
Overview
| Name | gi_versions |
| Type | Resource |
| Id | aws.odb.gi_versions |
Fields
The following fields are returned by SELECT queries:
- list_gi_versions
| Name | Datatype | Description |
|---|---|---|
version | string | The GI software version. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_gi_versions | select | region | Returns information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- list_gi_versions
Returns information about Oracle Grid Infrastructure (GI) software versions that are available for a VM cluster for the specified shape.
SELECT
version
FROM aws.odb.gi_versions
WHERE region = '{{ region }}' -- required
;