File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 32
32
<docs .main>spring-cloud-aws</docs .main>
33
33
<main .basedir>${basedir} /..</main .basedir>
34
34
<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>
36
36
<upload-docs-zip .phase>deploy</upload-docs-zip .phase>
37
37
<generated-docs-multipage-output .dir>${project.build.directory} /generated-docs/${project.version} /reference/html</generated-docs-multipage-output .dir>
38
38
<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 56
56
|cloud.aws.stack.auto | true | Enables the automatic stack name detection for the application.
57
57
|cloud.aws.stack.enabled | true | Enables Stack integration.
58
58
|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.
59
66
60
- |===
67
+ |===
You can’t perform that action at this time.
0 commit comments