forbiddenAccountIds

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


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