Class: Aws::Appflow::Types::S3SourceProperties

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

Overview

The properties that are applied when Amazon S3 is being used as the flow source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The Amazon S3 bucket name where the source files are stored.

Returns:

  • (String)


4116
4117
4118
4119
4120
4121
4122
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4116

class S3SourceProperties < Struct.new(
  :bucket_name,
  :bucket_prefix,
  :s3_input_format_config)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_prefixString

The object key for the Amazon S3 bucket in which the source files are stored.

Returns:

  • (String)


4116
4117
4118
4119
4120
4121
4122
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4116

class S3SourceProperties < Struct.new(
  :bucket_name,
  :bucket_prefix,
  :s3_input_format_config)
  SENSITIVE = []
  include Aws::Structure
end

#s3_input_format_configTypes::S3InputFormatConfig

When you use Amazon S3 as the source, the configuration format that you provide the flow input data.



4116
4117
4118
4119
4120
4121
4122
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4116

class S3SourceProperties < Struct.new(
  :bucket_name,
  :bucket_prefix,
  :s3_input_format_config)
  SENSITIVE = []
  include Aws::Structure
end