vpclattice_create_service_network_service_association {paws.networking} | R Documentation |
Associates a service with a service network
Description
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.
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 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. |