This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Personalize::BatchInferenceJob BatchInferenceJobInput
The input configuration of a batch inference job.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "S3DataSource" :S3DataConfig}
YAML
S3DataSource:S3DataConfig
Properties
S3DataSource-
The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
Required: Yes
Type: S3DataConfig
Update requires: Replacement