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.
Retrieves the VPC endpoint service name.
See also: AWS API Documentation
Request Syntax
client.get_vpc_endpoint_service_name( identifier='string' )
string
[REQUIRED]
The ID of the cluster to retrieve.
dict
Response Syntax
{ 'serviceName': 'string' }
Response Structure
(dict) --
serviceName (string) --
The VPC endpoint service name.