service_network_service_association
Gets an individual service_network_service_association
resource
Overview
Name | service_network_service_association |
Type | Resource |
Description | service_network_service_association |
Id | awscc.vpclattice.service_network_service_association |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
created_at | string | |
dns_entry | object | |
id | string | |
service_network_arn | string | |
service_network_id | string | |
service_network_identifier | string | |
service_network_name | string | |
service_arn | string | |
service_id | string | |
service_identifier | string | |
service_name | string | |
status | string | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
created_at,
dns_entry,
id,
service_network_arn,
service_network_id,
service_network_identifier,
service_network_name,
service_arn,
service_id,
service_identifier,
service_name,
status,
tags
FROM awscc.vpclattice.service_network_service_association
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the service_network_service_association
resource, the following permissions are required:
Read
vpc-lattice:GetServiceNetworkServiceAssociation,
vpc-lattice:ListTagsForResource
Update
vpc-lattice:TagResource,
vpc-lattice:UntagResource,
vpc-lattice:GetServiceNetworkServiceAssociation,
vpc-lattice:ListTagsForResource
Delete
vpc-lattice:DeleteServiceNetworkServiceAssociation,
vpc-lattice:GetServiceNetworkServiceAssociation