EnvironmentNetworkConfiguration

data class EnvironmentNetworkConfiguration(val securityGroupIds: List<String>? = null, val subnetIds: List<String>? = null)

Configures the network resources of the environment.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of security groups to use for the environment.

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

A list of subnets to use for the environment. These must be private subnets, in the same VPC, in two different availability zones.