Uses of Class
org.apache.camel.main.AwsVaultConfigurationProperties
-
Uses of AwsVaultConfigurationProperties in org.apache.camel.main
Methods in org.apache.camel.main that return AwsVaultConfigurationPropertiesModifier and TypeMethodDescriptionVaultConfigurationProperties.aws()AwsVaultConfigurationProperties.withAccessKey(String accessKey) The AWS access keyAwsVaultConfigurationProperties.withDefaultCredentialsProvider(boolean defaultCredentialsProvider) Define if we want to use the AWS Default Credentials Provider or notAwsVaultConfigurationProperties.withProfileCredentialsProvider(boolean profileCredentialsProvider) Define if we want to use the AWS Profile Credentials Provider or notAwsVaultConfigurationProperties.withProfileName(String profileName) Define the profile name if we are using the Profile Credentials ProviderAwsVaultConfigurationProperties.withRefreshEnabled(boolean refreshEnabled) Whether to automatically reload Camel upon secrets being updated in AWS.AwsVaultConfigurationProperties.withRefreshPeriod(long refreshPeriod) The period (millis) between checking AWS for updated secrets.AwsVaultConfigurationProperties.withRegion(String region) The AWS regionAwsVaultConfigurationProperties.withSecretKey(String secretKey) The AWS secret keyAwsVaultConfigurationProperties.withSecrets(String secrets) Specify the secret names (or pattern) to check for updates.