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
{'clusterVpcEndpoint': 'string'}
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',
'clusterVpcEndpoint': 'string'
}
Response Structure
(dict) --
serviceName (string) --
The VPC endpoint service name.
clusterVpcEndpoint (string) --
The VPC connection endpoint for the cluster.