Delete Service Network Service Association
vpclattice_delete_service_network_service_association | R Documentation |
Deletes the association between a service and a service network¶
Description¶
Deletes the association between a service and a 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 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"
)