---
title: "GET /servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}"
method: GET
path: "/servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}"
---

# GET /servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}

`GET /servicenetworkserviceassociations/{serviceNetworkServiceAssociationIdentifier}`

Retrieves information about the specified association between a service network and a service.

## Path parameters

- `serviceNetworkServiceAssociationIdentifier` string, required

## Response `200`

Success

- GetServiceNetworkServiceAssociationResponse
  - `id` string — The ID of the service network and service association.
  - `status` 'CREATE_IN_PROGRESS' | 'ACTIVE' | 'DELETE_IN_PROGRESS' | 'CREATE_FAILED' | 'DELETE_FAILED' — The status of the association.
  - `arn` string — The Amazon Resource Name (ARN) of the association.
  - `createdBy` string — The account that created the association.
  - `createdAt` string, date-time — The date and time that the association was created, in ISO-8601 format.
  - `serviceId` string — The ID of the service.
  - `serviceName` string — The name of the service.
  - `serviceArn` string — The Amazon Resource Name (ARN) of the service.
  - `serviceNetworkId` string — The ID of the service network.
  - `serviceNetworkName` string — The name of the service network.
  - `serviceNetworkArn` string — The Amazon Resource Name (ARN) of the service network.
  - `dnsEntry` object — The DNS name of the service.
    - `domainName` string — The domain name of the service.
    - `hostedZoneId` string — The ID of the hosted zone.
  - `customDomainName` string — The custom domain name of the service.
  - `failureMessage` string — The failure message.
  - `failureCode` string — The failure code.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — InternalServerException

---

[API](https://skmtc.net/aws/apis/vpc-lattice.md) · [All operations](https://skmtc.net/aws/apis/vpc-lattice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/vpc-lattice/versions/bbec5439e0f7/schema)
