Uses of Class
io.awspring.cloud.core.config.AwsPropertySource
Packages that use AwsPropertySource
Package
Description
Common classes used for reloading configuration properties.
Base classes for storing and retrieving configuration from AWS resources.
Integration with AWS Parameter Store.
Integration with AWS Secrets Manager.
-
Uses of AwsPropertySource in io.awspring.cloud.autoconfigure.config.reload
Classes in io.awspring.cloud.autoconfigure.config.reload with type parameters of type AwsPropertySourceModifier and TypeClassDescriptionclass
ConfigurationChangeDetector<T extends AwsPropertySource<?,
?>> This is the superclass of all beans that can listen to changes in the configuration and fire a reload.class
PollingAwsPropertySourceChangeDetector<T extends AwsPropertySource<?,
?>> Configuration change detector that checks for changed configuration on a scheduled basis. -
Uses of AwsPropertySource in io.awspring.cloud.core.config
Classes in io.awspring.cloud.core.config with type parameters of type AwsPropertySourceModifier and TypeClassDescriptionclass
AwsPropertySource<K extends AwsPropertySource,
T> Base class for all AWS loaded property sources. -
Uses of AwsPropertySource in io.awspring.cloud.parameterstore
Subclasses of AwsPropertySource in io.awspring.cloud.parameterstoreModifier and TypeClassDescriptionclass
Recursively retrieves all parameters under the given context / path with decryption from the AWS Parameter Store using the provided SSM client. -
Uses of AwsPropertySource in io.awspring.cloud.secretsmanager
Subclasses of AwsPropertySource in io.awspring.cloud.secretsmanagerModifier and TypeClassDescriptionclass
Retrieves secret value under the given context / path from the AWS Secrets Manager using the provided Secrets Manager client.