aws.vpc_lattice.get_service_network_service_association
Example SQL Queries
SELECT * FROMaws.vpc_lattice.get_service_network_service_associationWHERE"service_network_service_association_identifier" = 'VALUE';Description
Retrieves information about the specified association between a service network and a service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_network_service_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 |
| custom_domain_name The custom domain name of the service. | VARCHAR |
| dns_entry The DNS name of the service. | STRUCT( |
Show child fields
| |
| failure_code The failure code. | VARCHAR |
| failure_message The failure message. | VARCHAR |
| id The ID of the service network and service association. | VARCHAR |
| service_arn The Amazon Resource Name (ARN) of the service. | VARCHAR |
| service_id The ID of the service. | VARCHAR |
| service_name The name of the service. | VARCHAR |
| 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 |