v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1473359323.2 KB

Retrieves information about the specified resource configuration.

get/resourceconfigurations/{resourceConfigurationIdentifier}

Path parameters

resourceConfigurationIdentifierstring required

The ID of the resource configuration.

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 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.

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>
allowAssociationToShareableServiceNetworkboolean

Specifies whether the resource configuration is associated with a sharable service network.

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

protocol'TCP'

The TCP protocol accepted by the specified resource configuration.

customDomainNamestring

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.

createdAtstring date-time

The date and time that the resource configuration was created, in ISO-8601 format.

amazonManagedboolean

Indicates whether the resource configuration was created and is managed by Amazon.

failureReasonstring

The reason the create-resource-configuration request failed.

lastUpdatedAtstring date-time

The most recent date and time that the resource configuration was updated, in ISO-8601 format.

domainVerificationIdstring

The domain verification ID.

domainVerificationArnstring

The ARN of the domain verification.

domainVerificationStatus'VERIFIED' | 'PENDING' | 'VERIFICATION_TIMED_OUT'

The domain verification status.

groupDomainstring

(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.