public static class AwsCredentialsProviderConfig.ProfileCredentialsProviderConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<String> |
profileName
The name of the profile that should be used by this credentials provider.
|
| Constructor and Description |
|---|
ProfileCredentialsProviderConfig() |
@ConfigItem public Optional<String> profileName
If not specified, the value in `AWS_PROFILE` environment variable or `aws.profile` system property is used and defaults to `default` name.
Copyright © 2020 JBoss by Red Hat. All rights reserved.