Skip to main content

service_network

Gets an individual service_network resource

Overview

Nameservice_network
TypeResource
Descriptionservice_network
Idawscc.vpclattice.service_network

Fields

NameDatatypeDescription
arnstring
created_atstring
idstring
last_updated_atstring
namestring
auth_typestring
tagsarray
regionstringAWS 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