forbiddenAccountIds

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


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