WorkspaceNetworkAccessControlArgs

data class WorkspaceNetworkAccessControlArgs(val prefixListIds: Output<List<String>>? = null, val vpceIds: Output<List<String>>? = null) : ConvertibleToJava<WorkspaceNetworkAccessControlArgs>

The configuration settings for Network Access Control.

Constructors

Link copied to clipboard
constructor(prefixListIds: Output<List<String>>? = null, vpceIds: Output<List<String>>? = null)

Properties

Link copied to clipboard
val prefixListIds: Output<List<String>>? = null

The list of prefix list IDs. A prefix list is a list of CIDR ranges of IP addresses. The IP addresses specified are allowed to access your workspace. If the list is not included in the configuration then no IP addresses will be allowed to access the workspace.

Link copied to clipboard
val vpceIds: Output<List<String>>? = null

The list of Amazon VPC endpoint IDs for the workspace. If a NetworkAccessConfiguration is specified then only VPC endpoints specified here will be allowed to access the workspace.

Functions

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