forked from spring-attic/spring-cloud-aws
-
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.
- Loading branch information
1 parent
ddc281c
commit 1bacf4f
Showing
20 changed files
with
38 additions
and
314 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,31 @@ | ||
|=== | ||
|Name | Default | Description | ||
|
||
|aws.paramstore.default-context | `application` | | ||
|aws.paramstore.enabled | `true` | Is AWS Parameter Store support enabled. | ||
|aws.paramstore.fail-fast | `true` | Throw exceptions during config lookup if true, otherwise, log warnings. | ||
|aws.paramstore.default-context | application | | ||
|aws.paramstore.enabled | true | Is AWS Parameter Store support enabled. | ||
|aws.paramstore.fail-fast | true | Throw exceptions during config lookup if true, otherwise, log warnings. | ||
|aws.paramstore.name | | Alternative to spring.application.name to use in looking up values in AWS Parameter Store. | ||
|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". | ||
|aws.paramstore.profile-separator | `_` | | ||
|aws.paramstore.region | | If region value is not null or empty it will be used in creation of AWSSimpleSystemsManagement. | ||
|aws.secretsmanager.default-context | `application` | | ||
|aws.secretsmanager.enabled | `true` | Is AWS Secrets Manager support enabled. | ||
|aws.secretsmanager.fail-fast | `true` | Throw exceptions during config lookup if true, otherwise, log warnings. | ||
|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". | ||
|aws.paramstore.profile-separator | _ | | ||
|aws.secretsmanager.default-context | application | | ||
|aws.secretsmanager.enabled | true | Is AWS Secrets Manager support enabled. | ||
|aws.secretsmanager.fail-fast | true | Throw exceptions during config lookup if true, otherwise, log warnings. | ||
|aws.secretsmanager.name | | Alternative to spring.application.name to use in looking up values in AWS Secrets Manager. | ||
|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". | ||
|aws.secretsmanager.profile-separator | `_` | | ||
|aws.secretsmanager.region | | If region value is not null or empty it will be used in creation of AWSSecretsManager. | ||
|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". | ||
|aws.secretsmanager.profile-separator | _ | | ||
|cloud.aws.credentials.access-key | | The access key to be used with a static provider. | ||
|cloud.aws.credentials.instance-profile | `true` | Configures an instance profile credentials provider with no further configuration. | ||
|cloud.aws.credentials.instance-profile | true | Configures an instance profile credentials provider with no further configuration. | ||
|cloud.aws.credentials.profile-name | | The AWS profile name. | ||
|cloud.aws.credentials.profile-path | | The AWS profile path. | ||
|cloud.aws.credentials.secret-key | | The secret key to be used with a static provider. | ||
|cloud.aws.credentials.use-default-aws-credentials-chain | `false` | Use the DefaultAWSCredentials Chain instead of configuring a custom credentials chain. | ||
|cloud.aws.loader.core-pool-size | `1` | The core pool size of the Task Executor used for parallel S3 interaction. @see org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor#setCorePoolSize(int) | ||
|cloud.aws.credentials.use-default-aws-credentials-chain | false | Use the DefaultAWSCredentials Chain instead of configuring a custom credentials chain. | ||
|cloud.aws.loader.core-pool-size | 1 | The core pool size of the Task Executor used for parallel S3 interaction. @see org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor#setCorePoolSize(int) | ||
|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) | ||
|cloud.aws.loader.queue-capacity | | The maximum queue capacity for backed up S3 requests. @see org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor#setQueueCapacity(int) | ||
|cloud.aws.region.auto | `true` | Enables automatic region detection based on the EC2 meta data service. | ||
|cloud.aws.region.auto | true | Enables automatic region detection based on the EC2 meta data service. | ||
|cloud.aws.region.static | | | ||
|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. | ||
|cloud.aws.stack.auto | `true` | Enables the automatic stack name detection for the application. | ||
|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. | ||
|cloud.aws.stack.auto | true | Enables the automatic stack name detection for the application. | ||
|cloud.aws.stack.name | | The name of the manually configured stack name that will be used to retrieve the resources. | ||
|
||
|=== | ||
|=== |
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
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
Oops, something went wrong.