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 OpenRtbAttributeModuleParameters
Describes the parameters of an open RTB attribute module.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Action" :Action, "FilterConfiguration" :[ Filter, ... ], "FilterType" :String, "HoldbackPercentage" :Number}
YAML
Action:ActionFilterConfiguration:- FilterFilterType:StringHoldbackPercentage:Number
Properties
Action-
Describes a bid action.
Required: Yes
Type: Action
Update requires: No interruption
FilterConfiguration-
Describes the configuration of a filter.
Required: Yes
Type: Array of Filter
Update requires: No interruption
FilterType-
The filter type.
Required: Yes
Type: String
Allowed values:
INCLUDE | EXCLUDEUpdate requires: No interruption
HoldbackPercentage-
The hold back percentage.
Required: Yes
Type: Number
Minimum:
0Maximum:
100Update requires: No interruption