AWS::RTBFabric::Link ResponderErrorMaskingForHttpCode - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

Describes the masking for HTTP error codes.

To declare this entity in your 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