worklink_update_company_network_configuration {paws.end.user.computing} | R Documentation |
Updates the company network configuration for the fleet
Description
Updates the company network configuration for the fleet.
See https://www.paws-r-sdk.com/docs/worklink_update_company_network_configuration/ for full documentation.
Usage
worklink_update_company_network_configuration(
FleetArn,
VpcId,
SubnetIds,
SecurityGroupIds
)
Arguments
FleetArn |
[required] The ARN of the fleet. |
VpcId |
[required] The VPC with connectivity to associated websites. |
SubnetIds |
[required] The subnets used for X-ENI connections from Amazon WorkLink rendering containers. |
SecurityGroupIds |
[required] The security groups associated with access to the provided subnets. |
[Package paws.end.user.computing version 0.7.0 Index]