Class: Aws::EntityResolution::Types::ProviderIntermediateDataAccessConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ProviderIntermediateDataAccessConfiguration
- 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
-
#aws_account_ids ⇒ Array<String>
The Amazon Web Services account that provider can use to read or write data into the customer’s intermediate S3 bucket.
-
#required_bucket_actions ⇒ Array<String>
The S3 bucket actions that the provider requires permission for.
Instance Attribute Details
#aws_account_ids ⇒ Array<String>
The Amazon Web Services account that provider can use to read or write data into the customer’s intermediate S3 bucket.
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_actions ⇒ Array<String>
The S3 bucket actions that the provider requires permission for.
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 |