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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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>)


2396
2397
2398
2399
2400
2401
# File 'lib/aws-sdk-entityresolution/types.rb', line 2396

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>)


2396
2397
2398
2399
2400
2401
# File 'lib/aws-sdk-entityresolution/types.rb', line 2396

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