condition

@JvmName(name = "qxkdipmexfyehkmy")
suspend fun condition(value: Output<OrganizationFeedConditionArgs>)
@JvmName(name = "kkuyurtsrtcljsyl")
suspend fun condition(value: OrganizationFeedConditionArgs?)

Parameters

value

A condition which determines whether an asset update should be published. If specified, an asset will be returned only when the expression evaluates to true. When set, expression field must be a valid CEL expression on a TemporalAsset with name temporal_asset. Example: a Feed with expression "temporal_asset.deleted == true" will only publish Asset deletions. Other fields of condition are optional.


@JvmName(name = "raolstqxpmdjonke")
suspend fun condition(argument: suspend OrganizationFeedConditionArgsBuilder.() -> Unit)

Parameters

argument

A condition which determines whether an asset update should be published. If specified, an asset will be returned only when the expression evaluates to true. When set, expression field must be a valid CEL expression on a TemporalAsset with name temporal_asset. Example: a Feed with expression "temporal_asset.deleted == true" will only publish Asset deletions. Other fields of condition are optional.