excludes

@JvmName(name = "abknrtipivsvvhkq")
suspend fun excludes(value: Output<List<AccessGroupExcludeArgs>>)
@JvmName(name = "yfvpbodfaasckkmu")
suspend fun excludes(value: List<AccessGroupExcludeArgs>?)

Parameters

value

Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.


@JvmName(name = "jjvxehuqydgyyacv")
suspend fun excludes(vararg values: Output<AccessGroupExcludeArgs>)


@JvmName(name = "ipafndohpwqulaio")
suspend fun excludes(values: List<Output<AccessGroupExcludeArgs>>)
@JvmName(name = "fprrtynemgwsxwid")
suspend fun excludes(vararg values: AccessGroupExcludeArgs)

Parameters

values

Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.


@JvmName(name = "aicbahlqmtmdmtox")
suspend fun excludes(argument: List<suspend AccessGroupExcludeArgsBuilder.() -> Unit>)
@JvmName(name = "dcuqdkhxnssvtrqq")
suspend fun excludes(vararg argument: suspend AccessGroupExcludeArgsBuilder.() -> Unit)
@JvmName(name = "waygbbsixoughxwa")
suspend fun excludes(argument: suspend AccessGroupExcludeArgsBuilder.() -> Unit)

Parameters

argument

Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.