class Aws::LookoutEquipment::Types::IngestionS3InputConfiguration

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

@note When making an API call, you may pass IngestionS3InputConfiguration

data as a hash:

    {
      bucket: "S3Bucket", # required
      prefix: "S3Prefix",
    }

@!attribute [rw] bucket

The name of the S3 bucket used for the input data for the data
ingestion.
@return [String]

@!attribute [rw] prefix

The prefix for the S3 location being used for the input data for the
data ingestion.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/IngestionS3InputConfiguration AWS API Documentation

Constants

SENSITIVE