vpclattice_create_service_network_service_association: Associates the specified service with the specified service...

View source: R/vpclattice_operations.R

vpclattice_create_service_network_service_associationR Documentation

Associates the specified service with the specified service network

Description

Associates 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.

tags

The tags for the association.


paws.networking documentation built on April 3, 2025, 5:54 p.m.