AWS Signature Settings | Description |
---|---|
Access Key ID | AWS access key ID of the requester. Alternatively, you can pass the following access key in the AWS SDK in the Java system properties: aws.accessKeyId You can pass the key using the AWS_ACCESS_KEY_ID environment variable. |
Secret Access Key | AWS secret key of the requester. Alternatively, you can pass the following secret key in the AWS SDK in the Java system properties: aws.secretKey You can pass the secret key using the AWS_SECRET_ACCESS_KEY environment variable. |
Use EC2 Role to Assume Role | Enables the EC2 role to assume another IAM role specified in the IAM Role ARN option. |
IAM Role ARN | The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role assumed by the user to use the dynamically generated temporary security credentials. |
External Id | Provides a more secure access to the Amazon S3 bucket when the Amazon S3 bucket is in a different AWS account. You can use external ID to grant access to your AWS resources to a third party. |
Amazon S3 Settings | Description |
---|---|
Policy | Optional. The bucket policy (using the JSON-based access policy language required by Amazon) to be applied to any new bucket created by the process. |
Amazon S3 Endpoint | Optional. The region-specific website endpoint where the S3 bucket must reside if the process creates a new bucket. For example: s3-website-us-east-1.amazonaws.com |
Region | Optional. The region where a new bucket must be located. For example: us-east1 |
Client-Side Encryption Settings | Description |
---|---|
Use Data Encryption | If you select Yes, the content of the S3 objects will be decrypted and encrypted by event sources and targets. Default is No. |
Encryption Algorithm | Optional. Encryption algorithm that must be used to decrypt and encrypt the S3 objects. |
Encryption Key | Optional. Base64-encoded secret key that must be used for encryption. The length of the key must match the required key length of the selected encryption algorithm (AES - 128, 192 or 256 bits; DES - 64 bits; 3DES - 192 bits). |
Encryption Password | Optional. Encryption password that should be used to generate an encryption key. You can either enter the encryption key or generate the key using this parameter. If both parameters are provided, the encryption key is used. |