aws.vpc_lattice.get_service_network
Example SQL Queries
SELECT * FROMaws.vpc_lattice.get_service_networkWHERE"service_network_identifier" = 'VALUE';Description
Retrieves information about the specified service network.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_network_identifier Required 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 service network. | VARCHAR |
| auth_type The type of IAM policy. | 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 of the last update, 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 |