service_networks_list_only
Lists service_networks
in a region or regions, for all properties use service_networks
Overview
Name | service_networks_list_only |
Type | Resource |
Description | A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network. |
Id | aws.vpclattice.service_networks_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
created_at | string | |
id | string | |
last_updated_at | string | |
name | string | |
auth_type | string | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all service_networks
in a region.
SELECT
region,
arn
FROM aws.vpclattice.service_networks_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the service_networks_list_only
resource, see service_networks