Skip to main content

eq

Function eq 

Source
pub fn eq(field: impl Into<String>, value: impl Into<Value>) -> AwsCondition
Expand description

field == value. Shorthand for AwsCondition::eq.

let cond = eq("logGroupNamePrefix", "/aws/lambda/");