service_network_service_associations
Retrieves a list of service_network_service_associations
in a region
Overview
Name | service_network_service_associations |
Type | Resource |
Description | service_network_service_associations |
Id | awscc.vpclattice.service_network_service_associations |
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_network_service_associations
WHERE region = 'us-east-1'
Permissions
To operate on the service_network_service_associations
resource, the following permissions are required:
Create
vpc-lattice:CreateServiceNetworkServiceAssociation,
vpc-lattice:GetServiceNetworkServiceAssociation,
vpc-lattice:TagResource,
vpc-lattice:ListTagsForResource
List
vpc-lattice:ListServiceNetworkServiceAssociations