AWS::RTBFabric::Link ResponderErrorMaskingForHttpCode - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::RTBFabric::Link ResponderErrorMaskingForHttpCode

Describes the masking for HTTP error codes.

To declare this entity in your Amazon CloudFormation template, use the following syntax:

{ "Action" : String, "HttpCode" : String, "LoggingTypes" : [ String, ... ], "ResponseLoggingPercentage" : Number }

The action for the error..

Required: Yes

Type: String

Allowed values: NO_BID | PASSTHROUGH

Update requires: Some interruptions

The HTTP error code.

Required: Yes

Type: String

Pattern: ^DEFAULT|4XX|5XX|\d{3}$

Minimum: 3

Maximum: 7

Update requires: Some interruptions

The error log type.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 2

Update requires: Some interruptions

The percentage of response logging.

Required: No

Type: Number

Minimum: 0

Maximum: 100

Update requires: Some interruptions