Skip to content

Delete Endpoint Access

redshift_delete_endpoint_access R Documentation

Deletes a Redshift-managed VPC endpoint

Description

Deletes a Redshift-managed VPC endpoint.

Usage

redshift_delete_endpoint_access(EndpointName)

Arguments

EndpointName

[required] The Redshift-managed VPC endpoint to delete.

Value

A list with the following syntax:

list(
  ClusterIdentifier = "string",
  ResourceOwner = "string",
  SubnetGroupName = "string",
  EndpointStatus = "string",
  EndpointName = "string",
  EndpointCreateTime = as.POSIXct(
    "2015-01-01"
  ),
  Port = 123,
  Address = "string",
  VpcSecurityGroups = list(
    list(
      VpcSecurityGroupId = "string",
      Status = "string"
    )
  ),
  VpcEndpoint = list(
    VpcEndpointId = "string",
    VpcId = "string",
    NetworkInterfaces = list(
      list(
        NetworkInterfaceId = "string",
        SubnetId = "string",
        PrivateIpAddress = "string",
        AvailabilityZone = "string",
        Ipv6Address = "string"
      )
    )
  )
)

Request syntax

svc$delete_endpoint_access(
  EndpointName = "string"
)