diff --git a/providers/shared/components/apigateway/id.ftl b/providers/shared/components/apigateway/id.ftl index 1754ce606..8fe2c9b0a 100644 --- a/providers/shared/components/apigateway/id.ftl +++ b/providers/shared/components/apigateway/id.ftl @@ -102,9 +102,14 @@ object. "Default" : [] }, { - "Names" : "Authentication", + "Names" : ["AuthorisationModel", "AuthorizationModel", "Authentication"], + "Description" : "Model to use where IP filtering is part of the desired authorization approach", "Types" : STRING_TYPE, - "Values" : ["IP", "SIG4ORIP", "SIG4ANDIP"], + "Values" : [ + "IP", + "AUTHORISER_OR_IP", "AUTHORIZER_OR_IP", + "AUTHORISER_AND_IP", "AUTHORIZER_AND_IP" + ], "Default" : "IP" }, {