SecretKey
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Specifies the secret access key used for authenticating with AWS credentials (AuthenticationMethod=AWS).
Important: The secret access key is a confidential value used to authenticate the application to the service. To prevent unauthorized access, this value must be securely maintained.
Valid Values
String
where:
String
is the secret access key for your IAM user or AWS account root user.
Data Source Methods
public String getSecretKey()
public void setSecretKey(String)
Default Value
No default value
Data Type
String