---
title: "GET /servicenetworkresourceassociations/{serviceNetworkResourceAssociationIdentifier}"
method: GET
path: "/servicenetworkresourceassociations/{serviceNetworkResourceAssociationIdentifier}"
---

# GET /servicenetworkresourceassociations/{serviceNetworkResourceAssociationIdentifier}

`GET /servicenetworkresourceassociations/{serviceNetworkResourceAssociationIdentifier}`

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

## Path parameters

- `serviceNetworkResourceAssociationIdentifier` string, required

## Response `200`

Success

- GetServiceNetworkResourceAssociationResponse
  - `id` string — The ID of the association.
  - `arn` string — The Amazon Resource Name (ARN) of the association.
  - `status` 'CREATE_IN_PROGRESS' | 'ACTIVE' | 'PARTIAL' | 'DELETE_IN_PROGRESS' | 'CREATE_FAILED' | 'DELETE_FAILED' — The status 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.
  - `resourceConfigurationId` string — The ID of the resource configuration that is associated with the service network.
  - `resourceConfigurationArn` string — The Amazon Resource Name (ARN) of the association.
  - `resourceConfigurationName` string — The name of the resource configuration that is associated with the service network.
  - `serviceNetworkId` string — The ID of the service network that is associated with the resource configuration.
  - `serviceNetworkArn` string — The Amazon Resource Name (ARN) of the service network that is associated with the resource configuration.
  - `serviceNetworkName` string — The name of the service network that is associated with the resource configuration.
  - `failureReason` string — The reason the association request failed.
  - `failureCode` string — The failure code.
  - `lastUpdatedAt` string, date-time — The most recent date and time that the association was updated, in ISO-8601 format.
  - `privateDnsEntry` object — The private DNS entry for the service.
    - `domainName` string — The domain name of the service.
    - `hostedZoneId` string — The ID of the hosted zone.
  - `privateDnsEnabled` boolean — Indicates if private DNS is enabled in the service network resource association.
  - `dnsEntry` object — The DNS entry for the service.
    - `domainName` string — The domain name of the service.
    - `hostedZoneId` string — The ID of the hosted zone.
  - `isManagedAssociation` boolean — Indicates whether the association is managed by Amazon.
  - `domainVerificationStatus` 'VERIFIED' | 'PENDING' | 'VERIFICATION_TIMED_OUT' — The domain verification status in the service network resource association.

## 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)
