Skip to content

Describe Company Network Configuration

worklink_describe_company_network_configuration R Documentation

Describes the networking configuration to access the internal websites associated with the specified fleet

Description

Describes the networking configuration to access the internal websites associated with the specified fleet.

Usage

worklink_describe_company_network_configuration(FleetArn)

Arguments

FleetArn

[required] The ARN of the fleet.

Value

A list with the following syntax:

list(
  VpcId = "string",
  SubnetIds = list(
    "string"
  ),
  SecurityGroupIds = list(
    "string"
  )
)

Request syntax

svc$describe_company_network_configuration(
  FleetArn = "string"
)