resource Application Names
suspend fun resourceApplicationNames(value: Output<List<AutomationRuleCriteriaResourceApplicationNameArgs>>)
suspend fun resourceApplicationNames(value: List<AutomationRuleCriteriaResourceApplicationNameArgs>?)
Parameters
value
The name of the application that is related to a finding. Documented below.
suspend fun resourceApplicationNames(vararg values: Output<AutomationRuleCriteriaResourceApplicationNameArgs>)
suspend fun resourceApplicationNames(values: List<Output<AutomationRuleCriteriaResourceApplicationNameArgs>>)
suspend fun resourceApplicationNames(vararg values: AutomationRuleCriteriaResourceApplicationNameArgs)
Parameters
values
The name of the application that is related to a finding. Documented below.
suspend fun resourceApplicationNames(argument: List<suspend AutomationRuleCriteriaResourceApplicationNameArgsBuilder.() -> Unit>)
suspend fun resourceApplicationNames(vararg argument: suspend AutomationRuleCriteriaResourceApplicationNameArgsBuilder.() -> Unit)
suspend fun resourceApplicationNames(argument: suspend AutomationRuleCriteriaResourceApplicationNameArgsBuilder.() -> Unit)
Parameters
argument
The name of the application that is related to a finding. Documented below.