V
Size: a a a
V
VM
DS
AV
РР
AV
AS
S
aws elbv2 create-rule --profile xxx --region $regions --priority 1 --listener-arn $LISTENER_ARN \пишет:
--conditions Field=query-string,QueryStringConfig="{Key=test,Value=lalala}" \
--actions Type=fixed-response,FixedResponseConfig="{MessageBody=Forbidden,StatusCode=403,ContentType=text/plain}"
Unknown parameter in Conditions[0].QueryStringConfig: "Value", must be one of: Values
Unknown parameter in Conditions[0].QueryStringConfig: "Key", must be one of: Values
QueryStringConfig="{Values=[{Key=test,Value=lalala}]}"
AV
--conditions 'Field=query-string,QueryStringConfig={ Values: [ {Key=test,Value=lalala} ] }'
?AV
s/:/=/
S