selectors

@JvmName(name = "fxjnyawqvhnfjqls")
suspend fun selectors(value: Output<List<DeployPolicySelectorArgs>>)
@JvmName(name = "pauaexgbejwjbsty")
suspend fun selectors(value: List<DeployPolicySelectorArgs>?)

Parameters

value

Required. Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action. Structure is documented below.


@JvmName(name = "thbulshehyhxmghw")
suspend fun selectors(vararg values: Output<DeployPolicySelectorArgs>)


@JvmName(name = "sdvhmwrknujyvraj")
suspend fun selectors(values: List<Output<DeployPolicySelectorArgs>>)
@JvmName(name = "yepqasjvqhvdgjkn")
suspend fun selectors(vararg values: DeployPolicySelectorArgs)

Parameters

values

Required. Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action. Structure is documented below.


@JvmName(name = "oqgvnqmjctjoayfr")
suspend fun selectors(argument: List<suspend DeployPolicySelectorArgsBuilder.() -> Unit>)
@JvmName(name = "pceqjqqlcugpekhp")
suspend fun selectors(vararg argument: suspend DeployPolicySelectorArgsBuilder.() -> Unit)
@JvmName(name = "lhycdjctlousincw")
suspend fun selectors(argument: suspend DeployPolicySelectorArgsBuilder.() -> Unit)

Parameters

argument

Required. Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action. Structure is documented below.