Delete Service Network Vpc Association
| vpclattice_delete_service_network_vpc_association | R Documentation | 
Disassociates the VPC from the service network¶
Description¶
Disassociates the VPC from the service network. You can't disassociate the VPC if there is a create or update association in progress.
Usage¶
vpclattice_delete_service_network_vpc_association(
  serviceNetworkVpcAssociationIdentifier)
Arguments¶
| serviceNetworkVpcAssociationIdentifier | [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"|"UPDATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"CREATE_FAILED"|"DELETE_FAILED"|"UPDATE_FAILED"
)
Request syntax¶
svc$delete_service_network_vpc_association(
  serviceNetworkVpcAssociationIdentifier = "string"
)