resource Details Others
suspend fun resourceDetailsOthers(value: Output<List<AutomationRuleCriteriaResourceDetailsOtherArgs>>)
Parameters
value
Custom fields and values about the resource that a finding pertains to. Documented below.
suspend fun resourceDetailsOthers(vararg values: Output<AutomationRuleCriteriaResourceDetailsOtherArgs>)
suspend fun resourceDetailsOthers(values: List<Output<AutomationRuleCriteriaResourceDetailsOtherArgs>>)
Parameters
values
Custom fields and values about the resource that a finding pertains to. Documented below.
suspend fun resourceDetailsOthers(argument: List<suspend AutomationRuleCriteriaResourceDetailsOtherArgsBuilder.() -> Unit>)
suspend fun resourceDetailsOthers(vararg argument: suspend AutomationRuleCriteriaResourceDetailsOtherArgsBuilder.() -> Unit)
suspend fun resourceDetailsOthers(argument: suspend AutomationRuleCriteriaResourceDetailsOtherArgsBuilder.() -> Unit)
Parameters
argument
Custom fields and values about the resource that a finding pertains to. Documented below.