Associates the specified service with the specified service network
Source:R/vpclattice_operations.R
vpclattice_create_service_network_service_association.RdAssociates the specified service with the specified 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.
Usage
vpclattice_create_service_network_service_association(
clientToken = NULL,
serviceIdentifier,
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.
- serviceIdentifier
[required] The ID or ARN of the service.
- serviceNetworkIdentifier
[required] The ID or ARN of the service network. You must use an ARN if the resources are in different accounts.
The tags for the association.