Class: Aws::EntityResolution::Types::ProviderIntermediateDataAccessConfiguration

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

Overview

The required configuration fields to give intermediate access to a provider service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idsArray<String>

The Amazon Web Services account that provider can use to read or write data into the customer's intermediate S3 bucket.

Returns:

  • (Array<String>)


2239
2240
2241
2242
2243
2244
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2239

class ProviderIntermediateDataAccessConfiguration < Struct.new(
  :aws_account_ids,
  :required_bucket_actions)
  SENSITIVE = []
  include Aws::Structure
end

#required_bucket_actionsArray<String>

The S3 bucket actions that the provider requires permission for.

Returns:

  • (Array<String>)


2239
2240
2241
2242
2243
2244
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2239

class ProviderIntermediateDataAccessConfiguration < Struct.new(
  :aws_account_ids,
  :required_bucket_actions)
  SENSITIVE = []
  include Aws::Structure
end