EnvironmentNetworkConfigurationArgs

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

Configures the network resources of the environment.

Constructors

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

Properties

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

A list of security groups to use for the environment.

Link copied to clipboard
val subnetIds: Output<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.

Functions

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