View source: R/vpclattice_operations.R
vpclattice_update_service_network_vpc_association | R Documentation |
Updates the service network and VPC association. If you add a security group to the service network and VPC association, the association must continue to have at least one security group. You can add or edit security groups at any time. However, to remove all security groups, you must first delete the association and then recreate it without security groups.
See https://www.paws-r-sdk.com/docs/vpclattice_update_service_network_vpc_association/ for full documentation.
vpclattice_update_service_network_vpc_association(
securityGroupIds,
serviceNetworkVpcAssociationIdentifier
)
securityGroupIds |
[required] The IDs of the security groups. |
serviceNetworkVpcAssociationIdentifier |
[required] The ID or ARN of the association. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.