Terraform data source for managing an AWS VPC Lattice Service Network.
data "aws_vpclattice_service_network" "example" {
service_network_identifier = "snsa-01112223334445556"
}
The following arguments are required:
service_network_identifier
- (Required) Identifier of the service network.This data source exports the following attributes in addition to the arguments above:
arn
- ARN of the Service Network.auth_type
- Authentication type for the service network. Either NONE
or AWS_IAM
.created_at
- Date and time the service network was created.id
- ID of the service network.last_updated_at
- Date and time the service network was last updated.name
- Name of the service network.number_of_associated_services
- Number of services associated with this service network.number_of_associated_vpcs
- Number of VPCs associated with this service network.