securityGroupIds

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


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