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