This repository was archived by the owner on Jan 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3232 <docs .main>spring-cloud-aws</docs .main>
3333 <main .basedir>${basedir} /..</main .basedir>
3434 <docs .whitelisted.branches>2.1.x,2.2.x,2.3.x</docs .whitelisted.branches>
35- <configprops .inclusionPattern>cloud.aws.*|aws.*</configprops .inclusionPattern>
35+ <configprops .inclusionPattern>cloud.aws.*|aws.*|spring.cloud.aws.* </configprops .inclusionPattern>
3636 <upload-docs-zip .phase>deploy</upload-docs-zip .phase>
3737 <generated-docs-multipage-output .dir>${project.build.directory} /generated-docs/${project.version} /reference/html</generated-docs-multipage-output .dir>
3838 <generated-docs-singlepage-output .dir>${project.build.directory} /generated-docs/${project.version} /reference/htmlsingle</generated-docs-singlepage-output .dir>
Original file line number Diff line number Diff line change 5656|cloud.aws.stack.auto | true | Enables the automatic stack name detection for the application.
5757|cloud.aws.stack.enabled | true | Enables Stack integration.
5858|cloud.aws.stack.name | | The name of the manually configured stack name that will be used to retrieve the resources.
59+ |spring.cloud.aws.security.cognito.algorithm | RS256 | Encryption algorithm used to sign the JWK token.
60+ |spring.cloud.aws.security.cognito.app-client-id | | Non-dynamic audience string to validate.
61+ |spring.cloud.aws.security.cognito.enabled | true | Enables Cognito integration.
62+ |spring.cloud.aws.security.cognito.region | |
63+ |spring.cloud.aws.security.cognito.user-pool-id | |
64+ |spring.cloud.aws.ses.enabled | true | Enables Simple Email Service integration.
65+ |spring.cloud.aws.ses.region | | Overrides the default region.
5966
60- |===
67+ |===
You can’t perform that action at this time.
0 commit comments