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::Glue::ConnectionType ResponseExtractionMapping
The ResponseExtractionMapping property type specifies Property description not available. for an AWS::Glue::ConnectionType.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ContentPath" :String, "HeaderKey" :String}
YAML
ContentPath:StringHeaderKey:String
Properties
ContentPathProperty description not available.
Required: No
Type: String
Pattern:
^\$(\.[a-zA-Z0-9_.@\[\]\(\)-]+)*$Minimum:
1Maximum:
512Update requires: Replacement
HeaderKeyProperty description not available.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Minimum:
1Maximum:
128Update requires: Replacement