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

# PATCH /resourceconfigurations/{resourceConfigurationIdentifier}

`PATCH /resourceconfigurations/{resourceConfigurationIdentifier}`

Updates the specified resource configuration.

## Path parameters

- `resourceConfigurationIdentifier` string, required

## Request body

- object
  - `resourceConfigurationDefinition` object — Describes a 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.
  - `allowAssociationToShareableServiceNetwork` boolean — Indicates whether to add the resource configuration to service networks that are shared with other accounts.
  - `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

## Response `200`

Success

- UpdateResourceConfigurationResponse
  - `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 associated with the resource configuration.
  - `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>
  - `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
  - `allowAssociationToShareableServiceNetwork` boolean — Indicates whether to add the resource configuration to service networks that are shared with other accounts.
  - `protocol` 'TCP' — The TCP protocol accepted by the specified 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.

## Other responses

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