Class: Aws::EntityResolution::Types::IdMappingJobOutputSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb

Overview

An object containing KMSArn, OutputS3Path, and RoleARN.

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)


1400
1401
1402
1403
1404
1405
1406
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1400

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

#output_s3_pathString

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

Returns:

  • (String)


1400
1401
1402
1403
1404
1405
1406
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1400

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

#role_arnString

The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf as part of workflow execution.

Returns:

  • (String)


1400
1401
1402
1403
1404
1405
1406
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1400

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