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

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

Overview

Contains information about the S3 configuration of the data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arnString

The Amazon Resource Name (ARN) of the bucket that contains the data source.

Returns:

  • (String)


3533
3534
3535
3536
3537
3538
3539
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3533

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

#bucket_owner_account_idString

The bucket account owner ID for the S3 bucket.

Returns:

  • (String)


3533
3534
3535
3536
3537
3538
3539
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3533

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

#inclusion_prefixesArray<String>

A list of S3 prefixes that define the object containing the data sources. For more information, see Organizing objects using prefixes.

Returns:

  • (Array<String>)


3533
3534
3535
3536
3537
3538
3539
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3533

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