Package io.micronaut.aws.sdk.v2.service
Interface AWSServiceConfiguration
- All Known Implementing Classes:
AWSServiceConfigurationProperties
public interface AWSServiceConfiguration
Configuration of AWS Services.
- Since:
- 3.10.0
- Author:
- Stephen Cprek
-
Method Details
-
getEndpointOverride
- Returns:
- The endpoint with which the AWS SDK should communicate
- Since:
- 3.10.0
-
getServiceName
- Returns:
- AWS Service name. For example for s3
S3Client.SERVICE_NAME
.
-