Interface CfnLinkPropsMixin.IActionProperty
Describes a bid action.
Namespace: Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnLinkPropsMixin.IActionProperty
Syntax (vb)
Public Interface CfnLinkPropsMixin.IActionProperty
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 actionProperty = new ActionProperty {
HeaderTag = new HeaderTagActionProperty {
Name = "name",
Value = "value"
},
NoBid = new NoBidActionProperty {
NoBidReasonCode = 123
}
};
Synopsis
Properties
| HeaderTag | Describes the header tag for a bid action. |
| NoBid | Describes the parameters of a no bid module. |
Properties
HeaderTag
Describes the header tag for a bid action.
object? HeaderTag { get; }
Property Value
Remarks
NoBid
Describes the parameters of a no bid module.
object? NoBid { get; }