Skip to content

Update Company Network Configuration

worklink_update_company_network_configuration R Documentation

Updates the company network configuration for the fleet

Description

Updates the company network configuration for the fleet.

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.

Value

An empty list.

Request syntax

svc$update_company_network_configuration(
  FleetArn = "string",
  VpcId = "string",
  SubnetIds = list(
    "string"
  ),
  SecurityGroupIds = list(
    "string"
  )
)