NetworkSettings

class NetworkSettings : KotlinCustomResource

Definition of AWS::WorkSpacesWeb::NetworkSettings Resource Type

Properties

Link copied to clipboard

A list of web portal ARNs that this network settings is associated with.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The ARN of the network settings.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

One or more security groups used to control access from streaming instances to your VPC. Pattern : ^[\w+\-]+$

Link copied to clipboard
val subnetIds: Output<List<String>>

The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones. Pattern : ^subnet-([0-9a-f]{8}|[0-9a-f]{17})$

Link copied to clipboard
val tags: Output<List<Tag>>?

The tags to add to the network settings resource. A tag is a key-value pair.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The VPC that streaming instances will connect to. Pattern : ^vpc-[0-9a-z]*$