S3UserCredentialPolicies_1_0_0
S3UserCredentialPolicies_1_0_0 Document
Connector-specific user credential policies for the S3 connector
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
s3_key_id |
string |
Access Key ID to use with the S3 API to access your buckets and objects. |
s3_secret_key |
string |
Secret key to use with the S3 API to access your buckets and objects. [Private] |
{
"DATA_TYPE": "s3_user_credential_policies#1.0.0",
"s3_key_id": "string",
"s3_secret_key": "string"
}