View source: R/vpclattice_operations.R
vpclattice_create_service_network_service_association | R Documentation |
Associates a service with a service network. For more information, see Manage service associations in the Amazon VPC Lattice User Guide.
See https://www.paws-r-sdk.com/docs/vpclattice_create_service_network_service_association/ for full documentation.
vpclattice_create_service_network_service_association(
clientToken = NULL,
serviceIdentifier,
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. |
serviceIdentifier |
[required] The ID or Amazon Resource Name (ARN) of the service. |
serviceNetworkIdentifier |
[required] The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN if the resources specified in the operation are in different accounts. |
tags |
The tags for the association. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.