| Package | Description |
|---|---|
| io.awspring.cloud.autoconfigure.config |
ConfigDataLoader implementations for AWS services. |
| io.awspring.cloud.autoconfigure.config.parameterstore |
ConfigDataLoader implementation for AWS Parameter Store. |
| io.awspring.cloud.autoconfigure.config.secretsmanager |
ConfigDataLoader implementation for AWS Secrets Manager. |
| io.awspring.cloud.autoconfigure.core |
Auto-configurations for core Spring Cloud AWS components -
AwsCredentialsProvider and
AwsRegionProvider. |
| io.awspring.cloud.autoconfigure.dynamodb | |
| io.awspring.cloud.autoconfigure.metrics |
Auto-configuration for CloudWatch integration.
|
| io.awspring.cloud.autoconfigure.s3.properties |
Properties for auto-configuration
|
| io.awspring.cloud.autoconfigure.ses |
Auto-configuration for Amazon SES (Simple Email Service) integrations.
|
| io.awspring.cloud.autoconfigure.sns |
Auto-configuration for Amazon SNS (Simple Notification Service) integrations.
|
| io.awspring.cloud.autoconfigure.sqs |
Auto-configuration for Amazon SQS (Simple Queue Service) integrations.
|
| Modifier and Type | Method and Description |
|---|---|
protected <T extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<?,?>> |
AbstractAwsConfigDataLocationResolver.configure(T builder,
AwsClientProperties properties,
org.springframework.boot.BootstrapContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterStoreProperties
Configuration properties for the AWS Parameter Store integration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecretsManagerProperties
Configuration properties for the AWS Secrets Manager integration.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends software.amazon.awssdk.awscore.client.builder.AwsClientBuilder<?,?>> |
AwsClientBuilderConfigurer.configure(T builder,
AwsClientProperties clientProperties,
AwsClientCustomizer<T> customizer) |
software.amazon.awssdk.regions.Region |
AwsClientBuilderConfigurer.resolveRegion(AwsClientProperties clientProperties) |
static software.amazon.awssdk.regions.Region |
AwsClientBuilderConfigurer.resolveRegion(AwsClientProperties clientProperties,
software.amazon.awssdk.regions.providers.AwsRegionProvider regionProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamoDbProperties
Properties related to AWS DynamoDB.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CloudWatchProperties
ConfigurationProperties for configuring CloudWatch client. |
| Modifier and Type | Class and Description |
|---|---|
class |
S3Properties
Properties related to AWS S3.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SesProperties
Properties related to AWS Simple Email Service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SnsProperties
Properties related to AWS SNS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqsProperties
Properties related to AWS SQS.
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.