Class: Aws::BedrockAgent::Types::S3DataSourceConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Configures an S3 data source location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arnString

A S3 bucket ARN

Returns:

  • (String)


2794
2795
2796
2797
2798
2799
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2794

class S3DataSourceConfiguration < Struct.new(
  :bucket_arn,
  :inclusion_prefixes)
  SENSITIVE = []
  include Aws::Structure
end

#inclusion_prefixesArray<String>

A list of S3 prefixes.

Returns:

  • (Array<String>)


2794
2795
2796
2797
2798
2799
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2794

class S3DataSourceConfiguration < Struct.new(
  :bucket_arn,
  :inclusion_prefixes)
  SENSITIVE = []
  include Aws::Structure
end