Class: Aws::LookoutEquipment::Types::IngestionS3InputConfiguration

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

Overview

Specifies S3 configuration information for the input data for the data ingestion job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the S3 bucket used for the input data for the data ingestion.

Returns:

  • (String)


2584
2585
2586
2587
2588
2589
2590
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2584

class IngestionS3InputConfiguration < Struct.new(
  :bucket,
  :prefix,
  :key_pattern)
  SENSITIVE = []
  include Aws::Structure
end

#key_patternString

The pattern for matching the Amazon S3 files that will be used for ingestion. If the schema was created previously without any KeyPattern, then the default KeyPattern {prefix\}/{component_name\}/* is used to download files from Amazon S3 according to the schema. This field is required when ingestion is being done for the first time.

Valid Values: {prefix\}/{component_name\}_ | {prefix\}/{component_name\}/ | {prefix\}/{component_name\}[DELIMITER]* (Allowed delimiters : space, dot, underscore, hyphen)

Returns:

  • (String)


2584
2585
2586
2587
2588
2589
2590
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2584

class IngestionS3InputConfiguration < Struct.new(
  :bucket,
  :prefix,
  :key_pattern)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix for the S3 location being used for the input data for the data ingestion.

Returns:

  • (String)


2584
2585
2586
2587
2588
2589
2590
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2584

class IngestionS3InputConfiguration < Struct.new(
  :bucket,
  :prefix,
  :key_pattern)
  SENSITIVE = []
  include Aws::Structure
end