service_network
Gets an individual service_network
resource
Overview
Name | service_network |
Type | Resource |
Description | service_network |
Id | awscc.vpclattice.service_network |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
created_at,
id,
last_updated_at,
name,
auth_type,
tags
FROM awscc.vpclattice.service_network
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the service_network
resource, the following permissions are required:
Read
vpc-lattice:GetServiceNetwork,
vpc-lattice:ListTagsForResource
Update
vpc-lattice:GetServiceNetwork,
vpc-lattice:UpdateServiceNetwork,
vpc-lattice:TagResource,
vpc-lattice:UntagResource
Delete
vpc-lattice:DeleteServiceNetwork