v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473359323.2 KB

Updates the specified resource configuration.

patch/resourceconfigurations/{resourceConfigurationIdentifier}

Path parameters

resourceConfigurationIdentifierstring required

The ID of the resource configuration.

Request body

allowAssociationToShareableServiceNetworkboolean

Indicates whether to add the resource configuration to service networks that are shared with other accounts.

portRangesPortRange[]

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

Success

idstring

The ID of the resource configuration.

namestring

The name of the resource configuration.

arnstring

The Amazon Resource Name (ARN) of the resource configuration.

resourceGatewayIdstring

The ID of the resource gateway associated with the resource configuration.

resourceConfigurationGroupIdstring

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>
portRangesPortRange[]

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

allowAssociationToShareableServiceNetworkboolean

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.