View source: R/vpclattice_operations.R
vpclattice_create_service_network_vpc_association | R Documentation |
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.
vpclattice_create_service_network_vpc_association(
clientToken = NULL,
securityGroupIds = NULL,
serviceNetworkIdentifier,
tags = NULL,
vpcIdentifier
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.