Amazon Aurora DSQL

2025/04/16 - Amazon Aurora DSQL - 1 new api methods

Changes  Added GetClusterEndpointService API. The new API allows retrieving endpoint service name specific to a cluster.

GetVpcEndpointServiceName (new) Link ΒΆ

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'
}

Response Structure

  • (dict) --

    • serviceName (string) --

      The VPC endpoint service name.