condition

@JvmName(name = "wrorpkhsrxuwxdkd")
suspend fun condition(value: Output<ProjectFeedConditionArgs>)
@JvmName(name = "kkefdpdoanrxaejv")
suspend fun condition(value: ProjectFeedConditionArgs?)

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 = "bystmjbfuerepxdi")
suspend fun condition(argument: suspend ProjectFeedConditionArgsBuilder.() -> 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.