Associates the specified service network with the specified resource configuration. This allows the resource configuration to receive connections through the service network, including through a service network VPC endpoint.
See https://www.paws-r-sdk.com/docs/vpclattice_create_service_network_resource_association/ for full documentation.
vpclattice_create_service_network_resource_association(
clientToken = NULL,
resourceConfigurationIdentifier,
serviceNetworkIdentifier,
tags = NULL
)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
[required] The ID of the resource configuration to associate with the service network.
[required] The ID of the service network to associate with the resource configuration.
The tags for the association.