Skip to main content

odb_networks_list_only

Lists odb_networks in a region or regions, for all properties use odb_networks

Overview

Nameodb_networks_list_only
TypeResource
DescriptionThe AWS::ODB::OdbNetwork resource creates an ODB Network
Idawscc.odb.odb_networks_list_only

Fields

NameDatatypeDescription
odb_network_arnstringThe Amazon Resource Name (ARN) of the ODB network.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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