JobOutputSource
An object containing KMSArn
, OutputS3Path
, and
RoleArn
.
Contents
- outputS3Path
-
The S3 path to which AWS Entity Resolution will write the output table.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
^s3://[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9](/.*)?$
Required: Yes
- roleArn
-
The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access AWS resources on your behalf as part of workflow execution.
Type: String
Length Constraints: Minimum length of 32. Maximum length of 512.
Pattern:
^arn:aws:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$
Required: Yes
- KMSArn
-
Customer AWS KMS ARN for encryption at rest. If not provided, system will use an AWS Entity Resolution managed KMS key.
Type: String
Pattern:
^arn:aws:kms:.*:[0-9]+:.*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: