WorkspaceVpcConfigurationArgs

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

The configuration settings for an Amazon VPC that contains data sources for your Grafana workspace to connect to.

Constructors

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

Properties

Link copied to clipboard

The list of Amazon EC2 security group IDs attached to the Amazon VPC for your Grafana workspace to connect.

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

The list of Amazon EC2 subnet IDs created in the Amazon VPC for your Grafana workspace to connect.

Functions

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