Skip to content

Delete Resource Endpoint Association

vpclattice_delete_resource_endpoint_association R Documentation

Disassociates the resource configuration from the resource VPC endpoint

Description

Disassociates the resource configuration from the resource VPC endpoint.

Usage

vpclattice_delete_resource_endpoint_association(
  resourceEndpointAssociationIdentifier)

Arguments

resourceEndpointAssociationIdentifier

[required] The ID or ARN of the association.

Value

A list with the following syntax:

list(
  arn = "string",
  id = "string",
  resourceConfigurationArn = "string",
  resourceConfigurationId = "string",
  vpcEndpointId = "string"
)

Request syntax

svc$delete_resource_endpoint_association(
  resourceEndpointAssociationIdentifier = "string"
)