EnvironmentNetworkConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard

Security groups IDs for the environment. At least one of the security group needs to allow MWAA resources to talk to each other, otherwise MWAA cannot be provisioned.

Link copied to clipboard
val subnetIds: Output<List<String>>

The private subnet IDs in which the environment should be created. MWAA requires two subnets.

Functions

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