vpclattice_create_service_network_vpc_association: Associates a VPC with a service network

View source: R/vpclattice_operations.R

vpclattice_create_service_network_vpc_associationR Documentation

Associates a VPC with a service network

Description

Associates a VPC with a service network. When you associate a VPC with the service network, it enables all the resources within that VPC to be clients and communicate with other services in the service network. For more information, see Manage VPC associations in the Amazon VPC Lattice User Guide.

See https://www.paws-r-sdk.com/docs/vpclattice_create_service_network_vpc_association/ for full documentation.

Usage

vpclattice_create_service_network_vpc_association(
  clientToken = NULL,
  securityGroupIds = NULL,
  serviceNetworkIdentifier,
  tags = NULL,
  vpcIdentifier
)

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.

securityGroupIds

The IDs of the security groups. Security groups aren't added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see Control traffic to resources using security groups in the Amazon VPC User Guide.

serviceNetworkIdentifier

[required] The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN when the resources specified in the operation are in different accounts.

tags

The tags for the association.

vpcIdentifier

[required] The ID of the VPC.


paws.networking documentation built on May 29, 2024, 10:12 a.m.