This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SageMaker::EndpointConfig CaptureContentTypeHeader
Specifies the JSON and CSV content types of the data that the endpoint captures.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CsvContentTypes" :[ String, ... ], "JsonContentTypes" :[ String, ... ]}
YAML
CsvContentTypes:- StringJsonContentTypes:- String
Properties
- CsvContentTypes
- 
                    A list of the CSV content types of the data that the endpoint captures. For the endpoint to capture the data, you must also specify the content type when you invoke the endpoint. Required: No Type: Array of String Minimum: 1Maximum: 10Update requires: Replacement 
- JsonContentTypes
- 
                    A list of the JSON content types of the data that the endpoint captures. For the endpoint to capture the data, you must also specify the content type when you invoke the endpoint. Required: No Type: Array of String Minimum: 1Maximum: 10Update requires: Replacement