target Attributes
suspend fun targetAttributes(value: Output<List<AccessApplicationTargetCriteriaTargetAttributeArgs>>)
Parameters
value
Contains a map of target attribute keys to target attribute values.
suspend fun targetAttributes(vararg values: Output<AccessApplicationTargetCriteriaTargetAttributeArgs>)
suspend fun targetAttributes(values: List<Output<AccessApplicationTargetCriteriaTargetAttributeArgs>>)
Parameters
values
Contains a map of target attribute keys to target attribute values.
suspend fun targetAttributes(argument: List<suspend AccessApplicationTargetCriteriaTargetAttributeArgsBuilder.() -> Unit>)
suspend fun targetAttributes(vararg argument: suspend AccessApplicationTargetCriteriaTargetAttributeArgsBuilder.() -> Unit)
suspend fun targetAttributes(argument: suspend AccessApplicationTargetCriteriaTargetAttributeArgsBuilder.() -> Unit)
Parameters
argument
Contains a map of target attribute keys to target attribute values.