---
title: "GET /resourceconfigurations/{resourceConfigurationIdentifier}"
method: GET
path: "/resourceconfigurations/{resourceConfigurationIdentifier}"
---

# GET /resourceconfigurations/{resourceConfigurationIdentifier}

`GET /resourceconfigurations/{resourceConfigurationIdentifier}`

Retrieves information about the specified resource configuration.

## Path parameters

- `resourceConfigurationIdentifier` string, required

## Response `200`

Success

- GetResourceConfigurationResponse
  - `id` string — The ID of the resource configuration.
  - `name` string — The name of the resource configuration.
  - `arn` string — The Amazon Resource Name (ARN) of the resource configuration.
  - `resourceGatewayId` string — The ID of the resource gateway used to connect to the resource configuration in a given VPC. You can specify the resource gateway identifier only for resource configurations with type SINGLE, GROUP, or ARN.
  - `resourceConfigurationGroupId` string — The ID of the group resource configuration.
  - `type` 'GROUP' | 'CHILD' | 'SINGLE' | 'ARN' — <p>The type of resource configuration.</p> <ul> <li> <p> <code>SINGLE</code> - A single resource.</p> </li> <li> <p> <code>GROUP</code> - A group of resources.</p> </li> <li> <p> <code>CHILD</code> - A single resource that is part of a group resource configuration.</p> </li> <li> <p> <code>ARN</code> - An Amazon Web Services resource.</p> </li> </ul>
  - `allowAssociationToShareableServiceNetwork` boolean — Specifies whether the resource configuration is associated with a sharable service network.
  - `portRanges` PortRange[] — The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30
  - `protocol` 'TCP' — The TCP protocol accepted by the specified resource configuration.
  - `customDomainName` string — The custom domain name of the resource configuration.
  - `status` 'ACTIVE' | 'CREATE_IN_PROGRESS' | 'UPDATE_IN_PROGRESS' | 'DELETE_IN_PROGRESS' | 'CREATE_FAILED' | 'UPDATE_FAILED' | 'DELETE_FAILED' — The status of the resource configuration.
  - `resourceConfigurationDefinition` object — The resource configuration.
    - `dnsResource` object — The DNS name of the resource.
      - `domainName` string — The domain name of the resource.
      - `ipAddressType` 'IPV4' | 'IPV6' | 'DUALSTACK' — The type of IP address. Dualstack is currently not supported.
    - `ipResource` object — The IP resource.
      - `ipAddress` string — The IP address of the IP resource.
    - `arnResource` object — The Amazon Resource Name (ARN) of the resource.
      - `arn` string — The Amazon Resource Name (ARN) of the resource.
  - `createdAt` string, date-time — The date and time that the resource configuration was created, in ISO-8601 format.
  - `amazonManaged` boolean — Indicates whether the resource configuration was created and is managed by Amazon.
  - `failureReason` string — The reason the create-resource-configuration request failed.
  - `lastUpdatedAt` string, date-time — The most recent date and time that the resource configuration was updated, in ISO-8601 format.
  - `domainVerificationId` string — The domain verification ID.
  - `domainVerificationArn` string — The ARN of the domain verification.
  - `domainVerificationStatus` 'VERIFIED' | 'PENDING' | 'VERIFICATION_TIMED_OUT' — The domain verification status.
  - `groupDomain` string — (GROUP) The group domain for a group resource configuration. Any domains that you create for the child resource are subdomains of the group domain. Child resources inherit the verification status of the domain.

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