securityGroupIds

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


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