Class SigV4Properties
- java.lang.Object
-
- com.amazon.neptune.gremlin.driver.sigv4.SigV4Properties
-
public class SigV4Properties extends Object
Holds the properties required to perform SIGV4 auth.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_REGIONThe service region property name.
-
Constructor Summary
Constructors Constructor Description SigV4Properties(String serviceRegion)
-
-
-
Field Detail
-
SERVICE_REGION
public static final String SERVICE_REGION
The service region property name.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SigV4Properties
public SigV4Properties(String serviceRegion)
- Parameters:
serviceRegion- the region name for the service.
-
-
Method Detail
-
getServiceRegion
public String getServiceRegion()
- Returns:
- the serviceRegion.
-
-