Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-action.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-action.html#cfn-rtbfabric-link-action-headertag

Type union: either IResolvable or CfnLinkPropsMixin.IHeaderTagActionProperty

NoBid

Describes the parameters of a no bid module.

object? NoBid { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-action.html#cfn-rtbfabric-link-action-nobid

Type union: either IResolvable or CfnLinkPropsMixin.INoBidActionProperty

Back to top Generated by DocFX