forbiddenAccountIds

@JvmName(name = "hypgfnkohkgmytpl")
suspend fun forbiddenAccountIds(value: Output<List<String>>)
@JvmName(name = "fxaxuvyykvrnahko")
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 = "ocdhyoyudeujwbuc")
suspend fun forbiddenAccountIds(vararg values: Output<String>)


@JvmName(name = "fpdcnvidctbvcqwc")
suspend fun forbiddenAccountIds(values: List<Output<String>>)
@JvmName(name = "nasoyuihvlcpqaom")
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.