get_endpoint_access
(**kwargs)¶Returns information, such as the name, about a VPC endpoint.
See also: AWS API Documentation
Request Syntax
response = client.get_endpoint_access(
endpointName='string'
)
[REQUIRED]
The name of the VPC endpoint to return information for.
{
'endpoint': {
'address': 'string',
'endpointArn': 'string',
'endpointCreateTime': datetime(2015, 1, 1),
'endpointName': 'string',
'endpointStatus': 'string',
'port': 123,
'subnetIds': [
'string',
],
'vpcEndpoint': {
'networkInterfaces': [
{
'availabilityZone': 'string',
'networkInterfaceId': 'string',
'privateIpAddress': 'string',
'subnetId': 'string'
},
],
'vpcEndpointId': 'string',
'vpcId': 'string'
},
'vpcSecurityGroups': [
{
'status': 'string',
'vpcSecurityGroupId': 'string'
},
],
'workgroupName': 'string'
}
}
Response Structure
The returned VPC endpoint.
The DNS address of the endpoint.
The Amazon Resource Name (ARN) of the VPC endpoint.
The time that the endpoint was created.
The name of the VPC endpoint.
The status of the VPC endpoint.
The port number on which Amazon Redshift Serverless accepts incoming connections.
The unique identifier of subnets where Amazon Redshift Serverless choose to deploy the VPC endpoint.
The connection endpoint for connecting to Amazon Redshift Serverless.
One or more network interfaces of the endpoint. Also known as an interface endpoint.
Contains information about a network interface in an Amazon Redshift Serverless managed VPC endpoint.
The availability Zone.
The unique identifier of the network interface.
The IPv4 address of the network interface within the subnet.
The unique identifier of the subnet.
The connection endpoint ID for connecting to Amazon Redshift Serverless.
The VPC identifier that the endpoint is associated with.
The security groups associated with the endpoint.
Describes the members of a VPC security group.
The status of the VPC security group.
The unique identifier of the VPC security group.
The name of the workgroup associated with the endpoint.
Exceptions
RedshiftServerless.Client.exceptions.InternalServerException
RedshiftServerless.Client.exceptions.ResourceNotFoundException
RedshiftServerless.Client.exceptions.ConflictException
RedshiftServerless.Client.exceptions.ValidationException