Bases: Enum
infused
Example:
# books: apigateway.Resource user_pool = cognito.UserPool(self, "UserPool") auth = apigateway.CognitoUserPoolsAuthorizer(self, "booksAuthorizer", cognito_user_pools=[user_pool] ) books.add_method("GET", apigateway.HttpIntegration("http://amazon.com"), authorizer=auth, authorization_type=apigateway.AuthorizationType.COGNITO )
Attributes
Use an AWS Cognito user pool.
Use a custom authorizer.
Use AWS IAM permissions.
Open access.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4