Package io.quarkus.amazon.common.runtime
Interface AwsCredentialsProviderConfig.ProfileCredentialsProviderConfig
- Enclosing interface:
- AwsCredentialsProviderConfig
public static interface AwsCredentialsProviderConfig.ProfileCredentialsProviderConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the profile that should be used by this credentials provider.
-
Method Details
-
profileName
The name of the profile that should be used by this credentials provider.If not specified, the value in `AWS_PROFILE` environment variable or `aws.profile` system property is used and defaults to `default` name.
-