Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-openrtbattributemoduleparameters.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 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

object

Remarks

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

Type union: either IResolvable or CfnLinkPropsMixin.IActionProperty

FilterConfiguration

Describes the configuration of a filter.

object? FilterConfiguration { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnLinkPropsMixin.IFilterProperty)[]

FilterType

The filter type.

string? FilterType { get; }
Property Value

string

Remarks

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

HoldbackPercentage

The hold back percentage.

double? HoldbackPercentage { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX