policies

@JvmName(name = "pokbwfyssndshhlg")
suspend fun policies(value: Output<List<AccessApplicationPolicyArgs>>)
@JvmName(name = "tbdhymxswxopkjbj")
suspend fun policies(value: List<AccessApplicationPolicyArgs>?)

Parameters

value

The policies that Access applies to the application, in ascending order of precedence. Items can reference existing policies or create new policies exclusive to the application.


@JvmName(name = "ypropkbqrovfhwda")
suspend fun policies(vararg values: Output<AccessApplicationPolicyArgs>)


@JvmName(name = "futavhcccpmxsqdq")
suspend fun policies(values: List<Output<AccessApplicationPolicyArgs>>)
@JvmName(name = "wbvvevxvdvuiirdp")
suspend fun policies(vararg values: AccessApplicationPolicyArgs)

Parameters

values

The policies that Access applies to the application, in ascending order of precedence. Items can reference existing policies or create new policies exclusive to the application.


@JvmName(name = "ifrdmhgtdqpkpuua")
suspend fun policies(argument: List<suspend AccessApplicationPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "dopumndaahoppbab")
suspend fun policies(vararg argument: suspend AccessApplicationPolicyArgsBuilder.() -> Unit)
@JvmName(name = "cmdbaumavcblndua")
suspend fun policies(argument: suspend AccessApplicationPolicyArgsBuilder.() -> Unit)

Parameters

argument

The policies that Access applies to the application, in ascending order of precedence. Items can reference existing policies or create new policies exclusive to the application.