allowedAccountIds

@JvmName(name = "maiqkiufjduihpqs")
suspend fun allowedAccountIds(value: Output<List<String>>)
@JvmName(name = "yijykmudjaypnjfa")
suspend fun allowedAccountIds(value: List<String>?)

Parameters

value

List of allowed AWS account IDs to prevent you from mistakenly using an incorrect one. Conflicts with forbiddenAccountIds.


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


@JvmName(name = "nqyudiopnrtntpnd")
suspend fun allowedAccountIds(values: List<Output<String>>)
@JvmName(name = "vmlhkfxjjsohetxf")
suspend fun allowedAccountIds(vararg values: String)

Parameters

values

List of allowed AWS account IDs to prevent you from mistakenly using an incorrect one. Conflicts with forbiddenAccountIds.