@awboost/cfn-resource-types 0.1.88 → 0.1.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,7 +17,7 @@ export type ApiGatewayMethodProperties = {
|
|
|
17
17
|
* The method's authorization type. This parameter is required. For valid values, see [Method](https://docs.aws.amazon.com/apigateway/latest/api/API_Method.html) in the *API Gateway API Reference*.
|
|
18
18
|
If you specify the ``AuthorizerId`` property, specify ``CUSTOM`` or ``COGNITO_USER_POOLS`` for this property.
|
|
19
19
|
*/
|
|
20
|
-
AuthorizationType?:
|
|
20
|
+
AuthorizationType?: string;
|
|
21
21
|
/**
|
|
22
22
|
* The identifier of an authorizer to use on this method. The method's authorization type must be ``CUSTOM`` or ``COGNITO_USER_POOLS``.
|
|
23
23
|
*/
|