AWS::RTBFabric::Link ResponderErrorMaskingForHttpCode - AWS CloudFormation

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.

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