vpclattice_create_service_network_resource_association {paws.networking} | R Documentation |
Associates the specified service network with the specified resource configuration
Description
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.
Usage
vpclattice_create_service_network_resource_association(
clientToken = NULL,
resourceConfigurationIdentifier,
serviceNetworkIdentifier,
tags = NULL
)
Arguments
clientToken |
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. |
resourceConfigurationIdentifier |
[required] The ID of the resource configuration to associate with the service network. |
serviceNetworkIdentifier |
[required] The ID of the service network to associate with the resource configuration. |
tags |
The tags for the association. |