FleetNetworkArgs

data class FleetNetworkArgs(val securityGroupIds: Output<List<String>>, val subnetIds: Output<List<String>>, val vpcId: Output<String>) : ConvertibleToJava<FleetNetworkArgs>

Constructors

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

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
val subnetIds: Output<List<String>>

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

Link copied to clipboard
val vpcId: Output<String>

The VPC ID with connectivity to associated websites.

Functions

Link copied to clipboard
open override fun toJava(): FleetNetworkArgs