class Aws::LookoutEquipment::Types::IngestionInputConfiguration

Specifies configuration information for the input data for the data ingestion job, including input data S3 location.

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

data as a hash:

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

@!attribute [rw] s3_input_configuration

The location information for the S3 bucket used for input data for
the data ingestion.
@return [Types::IngestionS3InputConfiguration]

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

Constants

SENSITIVE