aws.vpc_lattice.list_services
Example SQL Queries
SELECT * FROMaws.vpc_lattice.list_services;Description
Lists the services owned by the caller account or shared with the caller account.
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. | VARCHAR |
| created_at The date and time that the service was created, specified in ISO-8601 format. | TIMESTAMP_S |
| 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 service. | VARCHAR |
| last_updated_at The date and time that the service was last updated. The format is ISO-8601. | TIMESTAMP_S |
| name The name of the service. | VARCHAR |
| status The status. | VARCHAR |