Modify Endpoint Access
redshift_modify_endpoint_access | R Documentation |
Modifies a Redshift-managed VPC endpoint¶
Description¶
Modifies a Redshift-managed VPC endpoint.
Usage¶
Arguments¶
EndpointName
[required] The endpoint to be modified.
VpcSecurityGroupIds
The complete list of VPC security groups associated with the endpoint after the endpoint is modified.
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"
)
)
)
)