Amazon Aurora DSQL

2025/11/20 - Amazon Aurora DSQL - 1 updated api methods

Changes  Added clusterVpcEndpoint field to GetVpcEndpointServiceName API response, returning the VPC connection endpoint for the cluster

GetVpcEndpointServiceName (updated) Link ΒΆ
Changes (response)
{'clusterVpcEndpoint': 'string'}

Retrieves the VPC endpoint service name.

See also: AWS API Documentation

Request Syntax

client.get_vpc_endpoint_service_name(
    identifier='string'
)
type identifier:

string

param identifier:

[REQUIRED]

The ID of the cluster to retrieve.

rtype:

dict

returns:

Response Syntax

{
    'serviceName': 'string',
    'clusterVpcEndpoint': 'string'
}

Response Structure

  • (dict) --

    • serviceName (string) --

      The VPC endpoint service name.

    • clusterVpcEndpoint (string) --

      The VPC connection endpoint for the cluster.