AuroraDSQL / Client / get_vpc_endpoint_service_name
get_vpc_endpoint_service_name¶
- AuroraDSQL.Client.get_vpc_endpoint_service_name(**kwargs)¶
Retrieves the VPC endpoint service name.
See also: AWS API Documentation
Request Syntax
response = client.get_vpc_endpoint_service_name( identifier='string' )
- Parameters:
identifier (string) –
[REQUIRED]
The ID of the cluster to retrieve.
- Return type:
dict
- Returns:
Response Syntax
{ 'serviceName': 'string' }
Response Structure
(dict) –
serviceName (string) –
The VPC endpoint service name.
Exceptions