---
title: "GET /servicenetworkresourceassociations"
method: GET
path: "/servicenetworkresourceassociations"
---

# GET /servicenetworkresourceassociations

`GET /servicenetworkresourceassociations`

Lists the associations between a service network and a resource configuration.

## Query parameters

- `serviceNetworkIdentifier` string
- `resourceConfigurationIdentifier` string
- `maxResults` integer
- `nextToken` string
- `includeChildren` boolean

## Response `200`

Success

- ListServiceNetworkResourceAssociationsResponse
  - `items` ServiceNetworkResourceAssociationSummary[], required — Information about the associations.
    - `id` string — The ID of the association between the service network and resource configuration.
    - `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 service network’s association with the resource configuration. If the deletion fails, try to delete again.
    - `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 associated with the service network.
    - `resourceConfigurationArn` string — The Amazon Resource Name (ARN) of the association.
    - `resourceConfigurationName` string — The name of the resource configuration associated with the service network.
    - `serviceNetworkId` string — The ID of the service network associated with the resource configuration.
    - `serviceNetworkArn` string — The Amazon Resource Name (ARN) of the service network associated with the resource configuration.
    - `serviceNetworkName` string — The name of the service network associated with the resource configuration.
    - `dnsEntry` object — The DNS entry for the service.
      - `domainName` string — The domain name of the service.
      - `hostedZoneId` string — The ID of the hosted zone.
    - `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.
    - `isManagedAssociation` boolean — Specifies whether the association is managed by Amazon.
    - `failureCode` string — The failure code.
    - `privateDnsEnabled` boolean — Indicates if private DNS is enabled for the service network resource association.
  - `nextToken` string — If there are additional results, a pagination token for the next page of results.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — 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)
