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¶
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"
)