|
7 | 7 | |spring.cloud.aws.credentials.instance-profile | `+++false+++` | Configures an instance profile credentials provider with no further configuration.
|
8 | 8 | |spring.cloud.aws.credentials.profile | | The AWS profile.
|
9 | 9 | |spring.cloud.aws.credentials.secret-key | | The secret key to be used with a static provider.
|
10 |
| -|spring.cloud.aws.credentials.sts.async-credentials-update | | |
| 10 | +|spring.cloud.aws.credentials.sts.async-credentials-update | `+++false+++` | Enables provider to asynchronously fetch credentials in the background. Defaults to synchronous blocking if not specified otherwise. |
11 | 11 | |spring.cloud.aws.credentials.sts.role-arn | | ARN of IAM role associated with STS. If not provided this will be read from {@link software.amazon.awssdk.core.SdkSystemSetting}.
|
12 | 12 | |spring.cloud.aws.credentials.sts.role-session-name | | Role session name that will be used by credentials provider. By default this is read from {@link software.amazon.awssdk.core.SdkSystemSetting}.
|
13 | 13 | |spring.cloud.aws.credentials.sts.web-identity-token-file | | Absolute path to the web identity token file that will be used by credentials provider. By default this will be read from {@link software.amazon.awssdk.core.SdkSystemSetting}.
|
|
32 | 32 | |spring.cloud.aws.dynamodb.table-suffix | | The suffix used to resolve table names.
|
33 | 33 | |spring.cloud.aws.endpoint | | Overrides the default endpoint for all auto-configured AWS clients.
|
34 | 34 | |spring.cloud.aws.fips-enabled | | Configure whether the SDK should use the AWS fips endpoints.
|
| 35 | +|spring.cloud.aws.parameterstore.enabled | `+++true+++` | Enables ParameterStore integration. |
35 | 36 | |spring.cloud.aws.parameterstore.endpoint | | Overrides the default endpoint.
|
36 | 37 | |spring.cloud.aws.parameterstore.region | | Overrides the default region.
|
37 | 38 | |spring.cloud.aws.parameterstore.reload.max-wait-for-restart | `+++2s+++` | If {@link ReloadStrategy#RESTART_CONTEXT} is configured, maximum waiting time for server restart.
|
38 | 39 | |spring.cloud.aws.parameterstore.reload.period | `+++1m+++` | Refresh period for {@link PollingAwsPropertySourceChangeDetector}.
|
39 | 40 | |spring.cloud.aws.parameterstore.reload.strategy | | Reload strategy to run when properties change.
|
40 | 41 | |spring.cloud.aws.region.instance-profile | `+++false+++` | Configures an instance profile region provider with no further configuration.
|
41 | 42 | |spring.cloud.aws.region.profile | | The AWS profile.
|
42 |
| -|spring.cloud.aws.region.static | | |
| 43 | +|spring.cloud.aws.region.static | | |
43 | 44 | |spring.cloud.aws.s3.accelerate-mode-enabled | | Option to enable using the accelerate endpoint when accessing S3. Accelerate endpoints allow faster transfer of objects by using Amazon CloudFront's globally distributed edge locations.
|
44 | 45 | |spring.cloud.aws.s3.checksum-validation-enabled | | Option to disable doing a validation of the checksum of an object stored in S3.
|
45 | 46 | |spring.cloud.aws.s3.chunked-encoding-enabled | | Option to enable using chunked encoding when signing the request payload for {@link software.amazon.awssdk.services.s3.model.PutObjectRequest} and {@link software.amazon.awssdk.services.s3.model.UploadPartRequest}.
|
|
55 | 56 | |spring.cloud.aws.s3.transfer-manager.follow-symbolic-links | | Specifies whether to follow symbolic links when traversing the file tree in `S3TransferManager#uploadDirectory` operation.
|
56 | 57 | |spring.cloud.aws.s3.transfer-manager.max-depth | | Specifies the maximum number of levels of directories to visit in `S3TransferManager#uploadDirectory` operation.
|
57 | 58 | |spring.cloud.aws.s3.use-arn-region-enabled | | If an S3 resource ARN is passed in as the target of an S3 operation that has a different region to the one the client was configured with, this flag must be set to 'true' to permit the client to make a cross-region call to the region specified in the ARN otherwise an exception will be thrown.
|
| 59 | +|spring.cloud.aws.secretsmanager.enabled | `+++true+++` | Enables Secrets Manager integration. |
58 | 60 | |spring.cloud.aws.secretsmanager.endpoint | | Overrides the default endpoint.
|
59 | 61 | |spring.cloud.aws.secretsmanager.region | | Overrides the default region.
|
60 | 62 | |spring.cloud.aws.secretsmanager.reload.max-wait-for-restart | `+++2s+++` | If {@link ReloadStrategy#RESTART_CONTEXT} is configured, maximum waiting time for server restart.
|
61 | 63 | |spring.cloud.aws.secretsmanager.reload.period | `+++1m+++` | Refresh period for {@link PollingAwsPropertySourceChangeDetector}.
|
62 | 64 | |spring.cloud.aws.secretsmanager.reload.strategy | | Reload strategy to run when properties change.
|
| 65 | +|spring.cloud.aws.ses.configuration-set-name | | Configures configuration set name. |
63 | 66 | |spring.cloud.aws.ses.enabled | `+++true+++` | Enables Simple Email Service integration.
|
64 | 67 | |spring.cloud.aws.ses.endpoint | | Overrides the default endpoint.
|
| 68 | +|spring.cloud.aws.ses.from-arn | | Configures from ARN. Only applies to SendRawEmail operation. |
65 | 69 | |spring.cloud.aws.ses.region | | Overrides the default region.
|
66 | 70 | |spring.cloud.aws.ses.source-arn | | Configures source ARN. Used only for sending authorization.
|
67 |
| -|spring.cloud.aws.ses.from-arn | | Configures from ARN. Used only for sending authorization in the SendRawEmail operation. |
68 |
| -|spring.cloud.aws.ses.configuration-set-name | The configuration set name used for every message. |
69 | 71 | |spring.cloud.aws.sns.enabled | `+++true+++` | Enables SNS integration.
|
70 | 72 | |spring.cloud.aws.sns.endpoint | | Overrides the default endpoint.
|
71 | 73 | |spring.cloud.aws.sns.region | | Overrides the default region.
|
|
0 commit comments