db_instances_list_only
Lists db_instances in a region or regions, for all properties use db_instances
Overview
| Name | db_instances_list_only |
| Type | Resource |
| Description | The AWS::Neptune::DBInstance resource creates an Amazon Neptune DB instance. |
| Id | awscc.neptune.db_instances_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
db_instance_identifier | string | Contains a user-supplied database identifier. This identifier is the unique key that identifies a DB instance. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all db_instances in a region.
SELECT
region,
db_instance_identifier
FROM awscc.neptune.db_instances_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the db_instances_list_only resource, see db_instances