Skip to content

Commit 0c8b974

Browse files
Update property docs.
1 parent 4a52b47 commit 0c8b974

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/src/main/asciidoc/_configprops.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
|spring.cloud.aws.credentials.instance-profile | `+++false+++` | Configures an instance profile credentials provider with no further configuration.
88
|spring.cloud.aws.credentials.profile | | The AWS profile.
99
|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.
1111
|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}.
1212
|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}.
1313
|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,14 +32,15 @@
3232
|spring.cloud.aws.dynamodb.table-suffix | | The suffix used to resolve table names.
3333
|spring.cloud.aws.endpoint | | Overrides the default endpoint for all auto-configured AWS clients.
3434
|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.
3536
|spring.cloud.aws.parameterstore.endpoint | | Overrides the default endpoint.
3637
|spring.cloud.aws.parameterstore.region | | Overrides the default region.
3738
|spring.cloud.aws.parameterstore.reload.max-wait-for-restart | `+++2s+++` | If {@link ReloadStrategy#RESTART_CONTEXT} is configured, maximum waiting time for server restart.
3839
|spring.cloud.aws.parameterstore.reload.period | `+++1m+++` | Refresh period for {@link PollingAwsPropertySourceChangeDetector}.
3940
|spring.cloud.aws.parameterstore.reload.strategy | | Reload strategy to run when properties change.
4041
|spring.cloud.aws.region.instance-profile | `+++false+++` | Configures an instance profile region provider with no further configuration.
4142
|spring.cloud.aws.region.profile | | The AWS profile.
42-
|spring.cloud.aws.region.static | |
43+
|spring.cloud.aws.region.static | |
4344
|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.
4445
|spring.cloud.aws.s3.checksum-validation-enabled | | Option to disable doing a validation of the checksum of an object stored in S3.
4546
|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,17 +56,18 @@
5556
|spring.cloud.aws.s3.transfer-manager.follow-symbolic-links | | Specifies whether to follow symbolic links when traversing the file tree in `S3TransferManager#uploadDirectory` operation.
5657
|spring.cloud.aws.s3.transfer-manager.max-depth | | Specifies the maximum number of levels of directories to visit in `S3TransferManager#uploadDirectory` operation.
5758
|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.
5860
|spring.cloud.aws.secretsmanager.endpoint | | Overrides the default endpoint.
5961
|spring.cloud.aws.secretsmanager.region | | Overrides the default region.
6062
|spring.cloud.aws.secretsmanager.reload.max-wait-for-restart | `+++2s+++` | If {@link ReloadStrategy#RESTART_CONTEXT} is configured, maximum waiting time for server restart.
6163
|spring.cloud.aws.secretsmanager.reload.period | `+++1m+++` | Refresh period for {@link PollingAwsPropertySourceChangeDetector}.
6264
|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.
6366
|spring.cloud.aws.ses.enabled | `+++true+++` | Enables Simple Email Service integration.
6467
|spring.cloud.aws.ses.endpoint | | Overrides the default endpoint.
68+
|spring.cloud.aws.ses.from-arn | | Configures from ARN. Only applies to SendRawEmail operation.
6569
|spring.cloud.aws.ses.region | | Overrides the default region.
6670
|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.
6971
|spring.cloud.aws.sns.enabled | `+++true+++` | Enables SNS integration.
7072
|spring.cloud.aws.sns.endpoint | | Overrides the default endpoint.
7173
|spring.cloud.aws.sns.region | | Overrides the default region.

0 commit comments

Comments
 (0)