WorkspaceVpcConfiguration

data class WorkspaceVpcConfiguration(val securityGroupIds: List<String>, val subnetIds: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

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

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