View source: R/vpclattice_operations.R
vpclattice_create_service_network_resource_association | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.