Interface AwsConfig


public interface AwsConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Defines credentials provider used
    Optional<software.amazon.awssdk.regions.Region>
    An Amazon Web Services region that hosts the given service.
  • 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

      Defines credentials provider used