Environment Network Configuration Args
data class EnvironmentNetworkConfigurationArgs(val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null) : ConvertibleToJava<EnvironmentNetworkConfigurationArgs>
Configures the network resources of the environment.