service_network_vpc_association
Gets an individual service_network_vpc_association
resource
Overview
Name | service_network_vpc_association |
Type | Resource |
Description | service_network_vpc_association |
Id | awscc.vpclattice.service_network_vpc_association |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
created_at | string | |
security_group_ids | array | |
id | string | |
service_network_arn | string | |
service_network_id | string | |
service_network_identifier | string | |
service_network_name | string | |
status | string | |
vpc_id | string | |
vpc_identifier | string | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
created_at,
security_group_ids,
id,
service_network_arn,
service_network_id,
service_network_identifier,
service_network_name,
status,
vpc_id,
vpc_identifier,
tags
FROM awscc.vpclattice.service_network_vpc_association
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the service_network_vpc_association
resource, the following permissions are required:
Read
vpc-lattice:GetServiceNetworkVpcAssociation,
vpc-lattice:ListTagsForResource
Update
vpc-lattice:TagResource,
vpc-lattice:UntagResource,
vpc-lattice:GetServiceNetworkVpcAssociation,
vpc-lattice:UpdateServiceNetworkVpcAssociation,
ec2:DescribeSecurityGroups,
vpc-lattice:ListTagsForResource
Delete
vpc-lattice:DeleteServiceNetworkVpcAssociation,
vpc-lattice:GetServiceNetworkVpcAssociation