Skip to content

Delete Service Network Service Association

vpclattice_delete_service_network_service_association R Documentation

Deletes the association between a specified service and the specific service network

Description

Deletes the association between a specified service and the specific service network. This operation fails if an association is still in progress.

Usage

vpclattice_delete_service_network_service_association(
  serviceNetworkServiceAssociationIdentifier)

Arguments

serviceNetworkServiceAssociationIdentifier

[required] The ID or Amazon Resource Name (ARN) of the association.

Value

A list with the following syntax:

list(
  arn = "string",
  id = "string",
  status = "CREATE_IN_PROGRESS"|"ACTIVE"|"DELETE_IN_PROGRESS"|"CREATE_FAILED"|"DELETE_FAILED"
)

Request syntax

svc$delete_service_network_service_association(
  serviceNetworkServiceAssociationIdentifier = "string"
)