Class AmazonServiceConnection
java.lang.Object
io.github.microcks.testcontainers.connection.AmazonServiceConnection
A simple bean representing an Amazon service connection settings.
- Author:
- laurent
-
Constructor Summary
ConstructorsConstructorDescriptionAmazonServiceConnection(String region, String accessKey, String secretKey) Create a AmazonServiceConnection.AmazonServiceConnection(String region, String accessKey, String secretKey, String endpointOverride) Create a AmazonServiceConnection with endpoint override. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AmazonServiceConnection
Create a AmazonServiceConnection.- Parameters:
region- The AWS region to connect toaccessKey- The AWS AccessKey identifiersecretKey- The AWS SecretKey identifier
-
AmazonServiceConnection
public AmazonServiceConnection(String region, String accessKey, String secretKey, String endpointOverride) Create a AmazonServiceConnection with endpoint override.- Parameters:
region- The AWS region to connect toaccessKey- The AWS AccessKey identifiersecretKey- The AWS SecretKey identifierendpointOverride- The endpoint override URI
-
-
Method Details
-
getRegion
-
getAccessKey
-
getSecretKey
-
getEndpointOverride
-