-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: expose the regenerateAllDocumentationPerPackage state machine (#…
…1494) Exposes the orchestration construct. This is useful if you need to use parts of within a large scope. For example, if you need to start the execution of the `regenerateAllDocumentationPerPackage` in the integration step of a CI/CD pipeline: ```ts const constructHub = new ConstructHub(/*...*/); constructHub.regenerateAllDocumentationPerPackage.grantPrincipal.addToPrincipalPolicy( new PolicyStatement({ effect: Effect.ALLOW, actions: ['sts:AssumeRole'], principals: [cicdRole], }) ); ``` ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information
1 parent
40aabdf
commit 524ac52
Showing
3 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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