This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::RTBFabric::Link ResponderErrorMaskingForHttpCode
Describes the masking for HTTP error codes.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Action" :String, "HttpCode" :String, "LoggingTypes" :[ String, ... ], "ResponseLoggingPercentage" :Number}
YAML
Action:StringHttpCode:StringLoggingTypes:- StringResponseLoggingPercentage:Number
Properties
Action-
The action for the error..
Required: Yes
Type: String
Allowed values:
NO_BID | PASSTHROUGHUpdate requires: Some interruptions
HttpCode-
The HTTP error code.
Required: Yes
Type: String
Pattern:
^DEFAULT|4XX|5XX|\d{3}$Minimum:
3Maximum:
7Update requires: Some interruptions
LoggingTypes-
The error log type.
Required: Yes
Type: Array of String
Minimum:
1Maximum:
2Update requires: Some interruptions
ResponseLoggingPercentage-
The percentage of response logging.
Required: No
Type: Number
Minimum:
0Maximum:
100Update requires: Some interruptions