Interface CfnLinkPropsMixin.IOpenRtbAttributeModuleParametersProperty
Describes the parameters of an open RTB attribute module.
Namespace: Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnLinkPropsMixin.IOpenRtbAttributeModuleParametersProperty
Syntax (vb)
Public Interface CfnLinkPropsMixin.IOpenRtbAttributeModuleParametersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins;
var openRtbAttributeModuleParametersProperty = new OpenRtbAttributeModuleParametersProperty {
Action = new ActionProperty {
HeaderTag = new HeaderTagActionProperty {
Name = "name",
Value = "value"
},
NoBid = new NoBidActionProperty {
NoBidReasonCode = 123
}
},
FilterConfiguration = new [] { new FilterProperty {
Criteria = new [] { new FilterCriterionProperty {
Path = "path",
Values = new [] { "values" }
} }
} },
FilterType = "filterType",
HoldbackPercentage = 123
};
Synopsis
Properties
| Action | Describes a bid action. |
| FilterConfiguration | Describes the configuration of a filter. |
| FilterType | The filter type. |
| HoldbackPercentage | The hold back percentage. |
Properties
Action
Describes a bid action.
object? Action { get; }
Property Value
Remarks
FilterConfiguration
Describes the configuration of a filter.
object? FilterConfiguration { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnLinkPropsMixin.IFilterProperty)[]
FilterType
The filter type.
string? FilterType { get; }
Property Value
Remarks
HoldbackPercentage
The hold back percentage.
double? HoldbackPercentage { get; }