securityGroupIds

@JvmName(name = "vlvckuqxfreqgmld")
suspend fun securityGroupIds(value: Output<List<String>>)
@JvmName(name = "nevbcdjkbtwvqead")
suspend fun securityGroupIds(value: List<String>)

Parameters

value

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.


@JvmName(name = "xfycepjhvbegqlxo")
suspend fun securityGroupIds(vararg values: Output<String>)


@JvmName(name = "jtwaqmvaoxbgcscv")
suspend fun securityGroupIds(values: List<Output<String>>)
@JvmName(name = "umvugjgvhruqpxdq")
suspend fun securityGroupIds(vararg values: String)

Parameters

values

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.