Class: Aws::EntityResolution::Types::IdMappingWorkflowOutputSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#kms_arnString

Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.

Returns:

  • (String)


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_pathString

The S3 path to which Entity Resolution will write the output table.

Returns:

  • (String)


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