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