google_api_cloud_run v0.18.0 GoogleApi.CloudRun.V1alpha1.Model.TriggerFilter View Source
Attributes
attributes
(type:map()
, default:nil
) - Cloud Run fully managed: not supportedCloud Run on GKE: supported
Attributes filters events by exact match on event context attributes. Each key in the map is compared with the equivalent key in the event context. An event passes the filter if all values are equal to the specified values.
Nested context attributes are not supported as keys. Only string values are supported.
+optional
sourceAndType
(type:GoogleApi.CloudRun.V1alpha1.Model.TriggerFilterSourceAndType.t
, default:nil
) - SourceAndType is DEPRECATED and replaced by the Attributes field.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudRun.V1alpha1.Model.TriggerFilter{ attributes: map(), sourceAndType: GoogleApi.CloudRun.V1alpha1.Model.TriggerFilterSourceAndType.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.