pub fn eq(field: impl Into<String>, value: impl Into<Value>) -> AwsConditionExpand description
field == value. Shorthand for AwsCondition::eq.
let cond = eq("logGroupNamePrefix", "/aws/lambda/");pub fn eq(field: impl Into<String>, value: impl Into<Value>) -> AwsConditionfield == value. Shorthand for AwsCondition::eq.
let cond = eq("logGroupNamePrefix", "/aws/lambda/");