Interface AwsConnectionDetails
- All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
public interface AwsConnectionDetails
extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Details required to establish a connection to a AWS.
- Since:
- 3.2.0
- Author:
- Maciej Walkowiak
-
Method Details
-
getEndpoint
AWS or Localstack endpoint.- Returns:
- the AWS or Localstack endpoint or
null
-
getRegion
AWS or Localstack region.- Returns:
- the AWS or Localstack region or
null
-
getAccessKey
Credentials Access Key.- Returns:
- the access key
-
getSecretKey
Credentials Secret Key- Returns:
- the secret key
-