EnvironmentNetworkConfiguration

data class EnvironmentNetworkConfiguration(val securityGroupIds: List<String>, val subnetIds: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

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

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