condition

@JvmName(name = "kiboijooqebsgpdf")
suspend fun condition(value: Output<FolderFeedConditionArgs>)
@JvmName(name = "buapldlpurrwcvcm")
suspend fun condition(value: FolderFeedConditionArgs?)

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. Structure is documented below.


@JvmName(name = "erkwqdjkaplkhxee")
suspend fun condition(argument: suspend FolderFeedConditionArgsBuilder.() -> 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. Structure is documented below.