Delete Vpc Endpoint
elasticsearchservice_delete_vpc_endpoint | R Documentation |
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint¶
Description¶
Deletes an Amazon OpenSearch Service-managed interface VPC endpoint.
Usage¶
Arguments¶
VpcEndpointId
[required] The unique identifier of the endpoint to be deleted.
Value¶
A list with the following syntax:
list(
VpcEndpointSummary = list(
VpcEndpointId = "string",
VpcEndpointOwner = "string",
DomainArn = "string",
Status = "CREATING"|"CREATE_FAILED"|"ACTIVE"|"UPDATING"|"UPDATE_FAILED"|"DELETING"|"DELETE_FAILED"
)
)