aws.vpc_lattice.list_service_network_vpc_associations
Example SQL Queries
SELECT * FROMaws.vpc_lattice.list_service_network_vpc_associations;Description
Lists the service network and VPC associations. You can filter the list either by VPC or service network. You must provide either the service network identifier or the VPC identifier.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_network_identifier Input Column The ID or Amazon Resource Name (ARN) of the service network. | VARCHAR |
| vpc_identifier Input Column The ID or Amazon Resource Name (ARN) of the VPC. | 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 |
| id The ID of the association. | VARCHAR |
| last_updated_at The date and time that the association was last updated, specified in ISO-8601 format. | TIMESTAMP_S |
| 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. | VARCHAR |
| vpc_id The ID of the VPC. | VARCHAR |