Index

A C E G I P S 
All Classes and Interfaces|All Packages|Constant Field Values

A

AWSParameterQueryProvider - Interface in io.micronaut.discovery.aws.parameterstore
Definition of a service that provides a list of ParameterQuery objects to be processed by the configuration client.
AWSParameterStoreConfigClient - Class in io.micronaut.discovery.aws.parameterstore
A ConfigurationClient implementation for AWS ParameterStore.
AWSParameterStoreConfiguration - Class in io.micronaut.discovery.aws.parameterstore
This is the configuration class for the AWSParameterStoreConfigClient for AWS Parameter Store based configuration.
AWSParameterStoreConfiguration() - Constructor for class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfiguration
 

C

CONFIGURATION_PREFIX - Static variable in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfiguration
The prefix for configuration.

E

ENABLED - Static variable in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfiguration
Constant for whether AWS parameter store is enabled or not.

G

getClient() - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfigClient
 
getDescription() - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfigClient
Description.
getParameterQueries(Environment, String, AWSParameterStoreConfiguration) - Method in interface io.micronaut.discovery.aws.parameterstore.AWSParameterQueryProvider
 
getPath() - Method in class io.micronaut.discovery.aws.parameterstore.ParameterQuery
 
getPriority() - Method in class io.micronaut.discovery.aws.parameterstore.ParameterQuery
 
getPropertySourceName() - Method in class io.micronaut.discovery.aws.parameterstore.ParameterQuery
 
getPropertySources(Environment) - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfigClient
Get your PropertySources from AWS Parameter Store.
getQueryProvider() - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfigClient
 
getRootHierarchyPath() - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfiguration
This is the default for the root hierarchy on the parameter store.
getUseSecureParameters() - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfiguration
 

I

io.micronaut.discovery.aws.parameterstore - package io.micronaut.discovery.aws.parameterstore
Integration with AWS ParameterStore.
isEnabled() - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfiguration
Enable or disable this feature.
isName() - Method in class io.micronaut.discovery.aws.parameterstore.ParameterQuery
 
isSearchActiveEnvironments() - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfiguration
 

P

ParameterQuery - Class in io.micronaut.discovery.aws.parameterstore
An object encapsulating all necessary parameters to perform a request for configuration values to the Parameter Store, as well as the name of the resulting property source and associated priority.
ParameterQuery(String, String, int) - Constructor for class io.micronaut.discovery.aws.parameterstore.ParameterQuery
 
ParameterQuery(String, String, int, boolean) - Constructor for class io.micronaut.discovery.aws.parameterstore.ParameterQuery
 

S

setClient(SsmAsyncClient) - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfigClient
 
setEnabled(boolean) - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfiguration
Enable or disable distributed configuration with AWS Parameter Store.
setQueryProvider(AWSParameterQueryProvider) - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfigClient
 
setRootHierarchyPath(String) - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfiguration
The the root hierarchy on the parameter store.
setSearchActiveEnvironments(boolean) - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfiguration
Search additional paths suffixed with each active environment.
setUseSecureParameters(boolean) - Method in class io.micronaut.discovery.aws.parameterstore.AWSParameterStoreConfiguration
Use auto-decryption via KMS for SecureString parameters.
A C E G I P S 
All Classes and Interfaces|All Packages|Constant Field Values