aws.vpc_lattice.get_service_network_vpc_association
Example SQL Queries
SELECT * FROMaws.vpc_lattice.get_service_network_vpc_associationWHERE"service_network_vpc_association_identifier" = 'VALUE';Description
Retrieves information about the association between a service network and a VPC.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_network_vpc_association_identifier Required Input Column The ID or Amazon Resource Name (ARN) of the association. | 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 |
| failure_code The failure code. | VARCHAR |
| failure_message The failure message. | VARCHAR |
| id The ID of the specified association between the service network and the VPC. | VARCHAR |
| last_updated_at The date and time that the association was last updated, specified in ISO-8601 format. | TIMESTAMP_S |
| security_group_ids The IDs of the security groups. | VARCHAR[] |
Show child fields
| |
| 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 of the association. | VARCHAR |
| vpc_id The ID of the VPC. | VARCHAR |