|
1 | 1 | |===
|
2 | 2 | |Name | Default | Description
|
3 | 3 |
|
4 |
| -|aws.paramstore.default-context | application | |
| 4 | +|aws.paramstore.default-context | application | |
5 | 5 | |aws.paramstore.enabled | true | Is AWS Parameter Store support enabled.
|
6 | 6 | |aws.paramstore.fail-fast | true | Throw exceptions during config lookup if true, otherwise, log warnings.
|
7 | 7 | |aws.paramstore.name | | Alternative to spring.application.name to use in looking up values in AWS Parameter Store.
|
8 | 8 | |aws.paramstore.prefix | /config | Prefix indicating first level for every property. Value must start with a forward slash followed by a valid path segment or be empty. Defaults to "/config".
|
9 |
| -|aws.paramstore.profile-separator | _ | |
10 |
| -|aws.secretsmanager.default-context | application | |
| 9 | +|aws.paramstore.profile-separator | _ | |
| 10 | +|aws.secretsmanager.default-context | application | |
11 | 11 | |aws.secretsmanager.enabled | true | Is AWS Secrets Manager support enabled.
|
12 | 12 | |aws.secretsmanager.fail-fast | true | Throw exceptions during config lookup if true, otherwise, log warnings.
|
13 | 13 | |aws.secretsmanager.name | | Alternative to spring.application.name to use in looking up values in AWS Secrets Manager.
|
14 | 14 | |aws.secretsmanager.prefix | /secret | Prefix indicating first level for every property. Value must start with a forward slash followed by a valid path segment or be empty. Defaults to "/config".
|
15 |
| -|aws.secretsmanager.profile-separator | _ | |
| 15 | +|aws.secretsmanager.profile-separator | _ | |
16 | 16 | |cloud.aws.credentials.access-key | | The access key to be used with a static provider.
|
17 | 17 | |cloud.aws.credentials.instance-profile | true | Configures an instance profile credentials provider with no further configuration.
|
18 | 18 | |cloud.aws.credentials.profile-name | | The AWS profile name.
|
|
23 | 23 | |cloud.aws.loader.max-pool-size | | The maximum pool size of the Task Executor used for parallel S3 interaction. @see org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor#setMaxPoolSize(int)
|
24 | 24 | |cloud.aws.loader.queue-capacity | | The maximum queue capacity for backed up S3 requests. @see org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor#setQueueCapacity(int)
|
25 | 25 | |cloud.aws.region.auto | true | Enables automatic region detection based on the EC2 meta data service.
|
26 |
| -|cloud.aws.region.use-default-aws-region-chain | false | Use the DefaultAwsRegion Chain instead of configuring a custom region provider chain. |
27 |
| -|cloud.aws.region.static | | |
| 26 | +|cloud.aws.region.static | | |
| 27 | +|cloud.aws.region.use-default-aws-region-chain | false | Whether default AWS SDK region provider chain should be used when auto is set to true. |
28 | 28 | |cloud.aws.stack.auto | true | Enables the automatic stack name detection for the application.
|
29 | 29 | |cloud.aws.stack.name | myStackName | The name of the manually configured stack name that will be used to retrieve the resources.
|
30 | 30 |
|
|
0 commit comments