service_networks
Retrieves a list of service_networks
in a region
Overview
Name | service_networks |
Type | Resource |
Description | service_networks |
Id | awscc.vpclattice.service_networks |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.vpclattice.service_networks
WHERE region = 'us-east-1'
Permissions
To operate on the service_networks
resource, the following permissions are required:
Create
vpc-lattice:GetServiceNetwork,
vpc-lattice:ListTagsForResource,
vpc-lattice:CreateServiceNetwork,
vpc-lattice:TagResource,
iam:CreateServiceLinkedRole
List
vpc-lattice:ListServiceNetworks