delete_endpoint_access
(**kwargs)¶Deletes a Redshift-managed VPC endpoint.
See also: AWS API Documentation
Request Syntax
response = client.delete_endpoint_access(
EndpointName='string'
)
[REQUIRED]
The Redshift-managed VPC endpoint to delete.
{
'ClusterIdentifier': 'string',
'ResourceOwner': 'string',
'SubnetGroupName': 'string',
'EndpointStatus': 'string',
'EndpointName': 'string',
'EndpointCreateTime': datetime(2015, 1, 1),
'Port': 123,
'Address': 'string',
'VpcSecurityGroups': [
{
'VpcSecurityGroupId': 'string',
'Status': 'string'
},
],
'VpcEndpoint': {
'VpcEndpointId': 'string',
'VpcId': 'string',
'NetworkInterfaces': [
{
'NetworkInterfaceId': 'string',
'SubnetId': 'string',
'PrivateIpAddress': 'string',
'AvailabilityZone': 'string'
},
]
}
}
Response Structure
Describes a Redshift-managed VPC endpoint.
The cluster identifier of the cluster associated with the endpoint.
The Amazon Web Services account ID of the owner of the cluster.
The subnet group name where Amazon Redshift chooses to deploy the endpoint.
The status of the endpoint.
The name of the endpoint.
The time (UTC) that the endpoint was created.
The port number on which the cluster accepts incoming connections.
The DNS address of the endpoint.
The security groups associated with the endpoint.
Describes the members of a VPC security group.
The identifier of the VPC security group.
The status of the VPC security group.
The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.
The connection endpoint ID for connecting an Amazon Redshift cluster through the proxy.
The VPC identifier that the endpoint is associated.
One or more network interfaces of the endpoint. Also known as an interface endpoint.
Describes a network interface.
The network interface identifier.
The subnet identifier.
The IPv4 address of the network interface within the subnet.
The Availability Zone.
Exceptions
Redshift.Client.exceptions.ClusterNotFoundFault
Redshift.Client.exceptions.InvalidEndpointStateFault
Redshift.Client.exceptions.InvalidClusterSecurityGroupStateFault
Redshift.Client.exceptions.EndpointNotFoundFault
Redshift.Client.exceptions.InvalidClusterStateFault