class Aws::RoboMaker::Types::DataSourceConfig
Information about a data source.
@note When making an API call, you may pass DataSourceConfig
data as a hash: { name: "Name", # required s3_bucket: "S3Bucket", # required s3_keys: ["S3Key"], # required }
@!attribute [rw] name
The name of the data source. @return [String]
@!attribute [rw] s3_bucket
The S3 bucket where the data files are located. @return [String]
@!attribute [rw] s3_keys
The list of S3 keys identifying the data source files. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DataSourceConfig AWS API Documentation
Constants
- SENSITIVE