aws.vpc_lattice.list_service_network_service_associations
Example SQL Queries
SELECT * FROMaws.vpc_lattice.list_service_network_service_associations;Description
Lists the associations between the service network and the service. You can filter the list either by service or service network. You must provide either the service network identifier or the service identifier.
Every association in Amazon VPC Lattice is given a unique Amazon Resource Name (ARN), such as when a service network is associated with a VPC or when a service is associated with a service network. If the association is for a resource that is shared with another account, the association includes the local account ID as the prefix in the ARN for each account the resource is shared with.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_identifier Input Column The ID or Amazon Resource Name (ARN) of the service. | VARCHAR |
| service_network_identifier Input Column The ID or Amazon Resource Name (ARN) of the service network. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the association. | VARCHAR |
| created_at The date and time that the association was created, specified in ISO-8601 format. | TIMESTAMP_S |
| created_by The account that created the association. | VARCHAR |
| custom_domain_name The custom domain name of the service. | VARCHAR |
| dns_entry The DNS information. | STRUCT( |
Show child fields
| |
| id The ID of the association. | VARCHAR |
| service_arn The Amazon Resource Name (ARN) of the service. | VARCHAR |
| service_id The ID of the service. | VARCHAR |
| service_name The name of the service. | VARCHAR |
| service_network_arn The Amazon Resource Name (ARN) of the service network. | VARCHAR |
| service_network_id The ID of the service network. | VARCHAR |
| service_network_name The name of the service network. | VARCHAR |
| status The status. If the deletion fails, try to delete again. | VARCHAR |