forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(apigateway): support imported roles for integrations (aws#3369)
* feat(apigateway): support imported roles for intgrations Change type of `IntegrationOptions.credentialsRole` to `IRole` to enable using an imported role. Fixes aws#2860 * make `Integration.props` internal Since this is read only by `Method`. This is technically a breaking change, but props is not part of the expected API.
- Loading branch information
1 parent
3a96c27
commit 15df3c7
Showing
3 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters