networkConfiguration

@JvmName(name = "fgsmpbhtdpqerrlf")
suspend fun networkConfiguration(value: Output<EnvironmentNetworkConfigurationArgs>)
@JvmName(name = "udevikjaxmrsfyre")
suspend fun networkConfiguration(value: EnvironmentNetworkConfigurationArgs?)

Parameters

value

Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See Network configuration below for details.


@JvmName(name = "rbgdaktctmljskoc")
suspend fun networkConfiguration(argument: suspend EnvironmentNetworkConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Specifies the network configuration for your Apache Airflow Environment. This includes two private subnets as well as security groups for the Airflow environment. Each subnet requires internet connection, otherwise the deployment will fail. See Network configuration below for details.