aws.vpc_lattice.list_service_networks
Example SQL Queries
SELECT * FROMaws.vpc_lattice.list_service_networks;Description
Lists the service networks owned by the caller account or shared with the caller account. Also includes the account ID in the ARN to show which account owns the service network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 service network. | VARCHAR |
| created_at The date and time that the service network was created, specified in ISO-8601 format. | TIMESTAMP_S |
| id The ID of the service network. | VARCHAR |
| last_updated_at The date and time that the service network was last updated, specified in ISO-8601 format. | TIMESTAMP_S |
| name The name of the service network. | VARCHAR |
| number_of_associated_services The number of services associated with the service network. | BIGINT |
| number_of_associated_vp_cs The number of VPCs associated with the service network. | BIGINT |