Package io.quarkus.amazon.common.runtime
Interface AwsConfig
public interface AwsConfig
-
Method Details
-
region
Optional<software.amazon.awssdk.regions.Region> region()An Amazon Web Services region that hosts the given service. It overrides region provider chain with static value of region with which the service client should communicate. If not set, region is retrieved via the default providers chain in the following order: * `aws.region` system property * `region` property from the profile file * Instance profile file See `software.amazon.awssdk.regions.Region` for available regions. -
credentials
AwsCredentialsProviderConfig credentials()Defines credentials provider used
-