Class: Aws::SupplyChain::Types::DataIntegrationFlowS3SourceConfiguration

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

Overview

The S3 DataIntegrationFlow source configuration parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The bucketName of the S3 source objects.

Returns:

  • (String)


438
439
440
441
442
443
444
# File 'lib/aws-sdk-supplychain/types.rb', line 438

class DataIntegrationFlowS3SourceConfiguration < Struct.new(
  :bucket_name,
  :prefix,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#optionsTypes::DataIntegrationFlowS3Options

The other options of the S3 DataIntegrationFlow source.



438
439
440
441
442
443
444
# File 'lib/aws-sdk-supplychain/types.rb', line 438

class DataIntegrationFlowS3SourceConfiguration < Struct.new(
  :bucket_name,
  :prefix,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix of the S3 source objects.

Returns:

  • (String)


438
439
440
441
442
443
444
# File 'lib/aws-sdk-supplychain/types.rb', line 438

class DataIntegrationFlowS3SourceConfiguration < Struct.new(
  :bucket_name,
  :prefix,
  :options)
  SENSITIVE = []
  include Aws::Structure
end