securityGroupIds

@JvmName(name = "hlltckqspnjnpear")
suspend fun securityGroupIds(value: Output<List<String>>)
@JvmName(name = "agxqjrawbjfvugob")
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 = "iwiqfxmbwdpaahmh")
suspend fun securityGroupIds(vararg values: Output<String>)


@JvmName(name = "lowoenqbaatbigwm")
suspend fun securityGroupIds(values: List<Output<String>>)
@JvmName(name = "qshxaffxqgfnebij")
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.