i
Size: a a a
A
AV
V
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
S
AV