subcategory | layout | page_title | description |
---|---|---|---|
VPC Lattice |
aws |
AWS: aws_vpclattice_service |
Terraform data source for managing an AWS VPC Lattice Service. |
Terraform data source for managing an AWS VPC Lattice Service.
data "aws_vpclattice_service" "example" {
}
The following arguments are required:
service_identifier
- (Required) ID or Amazon Resource Name (ARN) of the service network
In addition to all arguments above, the following attributes are exported:
arn
- ARN of the service.auth_type
- Type of IAM policy. EitherNONE
orAWS_IAM
.certificate_arn
- Amazon Resource Name (ARN) of the certificate.custom_domain_name
- Custom domain name of the service.dns_entry
- DNS name of the service.id
- Unique identifier for the service.status
- Status of the service.tags
- List of tags associated with the service.