WorkspaceNetworkAccessControlArgs

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

Constructors

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

Properties

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

An array of prefix list IDs.

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

An array of Amazon VPC endpoint IDs for the workspace. The only VPC endpoints that can be specified here are interface VPC endpoints for Grafana workspaces (using the com.amazonaws.region.grafana-workspace service endpoint). Other VPC endpoints will be ignored.

Functions

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