cloud_exadata_infrastructures_list_only
Lists cloud_exadata_infrastructures in a region or regions, for all properties use cloud_exadata_infrastructures
Overview
| Name | cloud_exadata_infrastructures_list_only |
| Type | Resource |
| Description | The AWS::ODB::CloudExadataInfrastructure resource creates an Exadata Infrastructure |
| Id | awscc.odb.cloud_exadata_infrastructures_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
cloud_exadata_infrastructure_arn | string | The Amazon Resource Name (ARN) for the Exadata infrastructure. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all cloud_exadata_infrastructures in a region.
SELECT
region,
cloud_exadata_infrastructure_arn
FROM awscc.odb.cloud_exadata_infrastructures_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the cloud_exadata_infrastructures_list_only resource, see cloud_exadata_infrastructures