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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/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)


1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1473

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)


1473
1474
1475
1476
1477
1478
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1473

class IdMappingWorkflowOutputSource < Struct.new(
  :kms_arn,
  :output_s3_path)
  SENSITIVE = []
  include Aws::Structure
end