FleetNetwork

data class FleetNetwork(val securityGroupIds: List<String>, val subnetIds: List<String>, val vpcId: String)

Constructors

Link copied to clipboard
constructor(securityGroupIds: List<String>, subnetIds: List<String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of security group IDs associated with access to the provided subnets. identity_provider requires the following:

Link copied to clipboard

A list of subnet IDs used for X-ENI connections from Amazon WorkLink rendering containers.

Link copied to clipboard

The VPC ID with connectivity to associated websites.