forbiddenAccountIds

@JvmName(name = "grpbxinrdgjeajas")
suspend fun forbiddenAccountIds(value: Output<List<String>>)
@JvmName(name = "ydkhyacjyvoabwhe")
suspend fun forbiddenAccountIds(value: List<String>?)

Parameters

value

List of forbidden AWS account IDs to prevent you from mistakenly using the wrong one (and potentially end up destroying a live environment). Conflicts with allowedAccountIds.


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


@JvmName(name = "piidmajhyakdjepw")
suspend fun forbiddenAccountIds(values: List<Output<String>>)
@JvmName(name = "togqxtbhbqeyuffy")
suspend fun forbiddenAccountIds(vararg values: String)

Parameters

values

List of forbidden AWS account IDs to prevent you from mistakenly using the wrong one (and potentially end up destroying a live environment). Conflicts with allowedAccountIds.