Class: Aws::EntityResolution::Types::IdMappingWorkflowOutputSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::IdMappingWorkflowOutputSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
The output source for the ID mapping workflow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_arn ⇒ String
Customer KMS ARN for encryption at rest.
-
#output_s3_path ⇒ String
The S3 path to which Entity Resolution will write the output table.
Instance Attribute Details
#kms_arn ⇒ String
Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1551 class IdMappingWorkflowOutputSource < Struct.new( :kms_arn, :output_s3_path) SENSITIVE = [] include Aws::Structure end |
#output_s3_path ⇒ String
The S3 path to which Entity Resolution will write the output table.
1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1551 class IdMappingWorkflowOutputSource < Struct.new( :kms_arn, :output_s3_path) SENSITIVE = [] include Aws::Structure end |