v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1462502349.5 KB

Updates the certificate associated with a Private Connection.

post/v1/private-connections/{name}/certificate

Path parameters

namestring required

Unique name for a Private Connection within an account.

The name of the Private Connection.

Request body

certificatestring required

String type for certificate or certificate chain.

Response

Success

namestring required

The name of the Private Connection.

type'SELF_MANAGED' | 'SERVICE_MANAGED' required

The type of the Private Connection.

resourceGatewayIdstring

The service-managed Resource Gateway ARN. Only present for service-managed Private Connections.

hostAddressstring

IP address or DNS name of the target resource. Only present for service-managed Private Connections.

vpcIdstring

VPC identifier of the service-managed Resource Gateway. Only present for service-managed Private Connections.

resourceConfigurationIdstring

The Resource Configuration ARN. Only present for self-managed Private Connections.

status'ACTIVE' | 'CREATE_IN_PROGRESS' | 'CREATE_FAILED' | 'DELETE_IN_PROGRESS' | 'DELETE_FAILED' required

The status of the Private Connection.

certificateExpiryTimestring date-time

The expiry time of the certificate associated with the Private Connection. Only present when a certificate is associated.

dnsResolution'PUBLIC' | 'IN_VPC'

DNS resolution mode for the Private Connection's resource gateway.

failureMessagestring

Message describing the reason for a failed Private Connection update, if applicable.