Package io.datarouter.aws.sqs
Class SqsOptions
java.lang.Object
io.datarouter.aws.sqs.SqsOptions
@Singleton public class SqsOptions extends Object
-
Field Summary
Fields Modifier and Type Field Description protected static StringPROP_accessKeyprotected static StringPROP_credentialsLocationprotected static StringPROP_namespaceprotected static StringPROP_regionprotected static StringPROP_secretKey -
Constructor Summary
Constructors Constructor Description SqsOptions() -
Method Summary
Modifier and Type Method Description StringgetAccessKey(String clientName)StringgetRegion(String clientName)StringgetSecretKey(String clientName)
-
Field Details
-
PROP_region
- See Also:
- Constant Field Values
-
PROP_credentialsLocation
- See Also:
- Constant Field Values
-
PROP_accessKey
- See Also:
- Constant Field Values
-
PROP_secretKey
- See Also:
- Constant Field Values
-
PROP_namespace
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SqsOptions
public SqsOptions()
-
-
Method Details
-
getAccessKey
-
getSecretKey
-
getRegion
-