AwsVaultConfigurationProperties |
VaultConfigurationProperties.aws() |
|
AwsVaultConfigurationProperties |
AwsVaultConfigurationProperties.withAccessKey(String accessKey) |
The AWS access key
|
AwsVaultConfigurationProperties |
AwsVaultConfigurationProperties.withDefaultCredentialsProvider(boolean defaultCredentialsProvider) |
Define if we want to use the AWS Default Credentials Provider or not
|
AwsVaultConfigurationProperties |
AwsVaultConfigurationProperties.withProfileCredentialsProvider(boolean profileCredentialsProvider) |
Define if we want to use the AWS Profile Credentials Provider or not
|
AwsVaultConfigurationProperties |
AwsVaultConfigurationProperties.withProfileName(String profileName) |
Define the profile name if we are using the Profile Credentials Provider
|
AwsVaultConfigurationProperties |
AwsVaultConfigurationProperties.withRefreshEnabled(boolean refreshEnabled) |
Whether to automatically reload Camel upon secrets being updated in AWS.
|
AwsVaultConfigurationProperties |
AwsVaultConfigurationProperties.withRefreshPeriod(long refreshPeriod) |
The period (millis) between checking AWS for updated secrets.
|
AwsVaultConfigurationProperties |
AwsVaultConfigurationProperties.withRegion(String region) |
The AWS region
|
AwsVaultConfigurationProperties |
AwsVaultConfigurationProperties.withSecretKey(String secretKey) |
The AWS secret key
|
AwsVaultConfigurationProperties |
AwsVaultConfigurationProperties.withSecrets(String secrets) |
Specify the secret names (or pattern) to check for updates.
|