interface NoBidModuleParametersProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.RTBFabric.CfnLink.NoBidModuleParametersProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrtbfabric#CfnLink_NoBidModuleParametersProperty |
Java | software.amazon.awscdk.services.rtbfabric.CfnLink.NoBidModuleParametersProperty |
Python | aws_cdk.aws_rtbfabric.CfnLink.NoBidModuleParametersProperty |
TypeScript | aws-cdk-lib » aws_rtbfabric » CfnLink » NoBidModuleParametersProperty |
Describes the parameters of a no bid module.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rtbfabric as rtbfabric } from 'aws-cdk-lib';
const noBidModuleParametersProperty: rtbfabric.CfnLink.NoBidModuleParametersProperty = {
passThroughPercentage: 123,
reason: 'reason',
reasonCode: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| pass | number | The pass through percentage. |
| reason? | string | The reason description. |
| reason | number | The reason code. |
passThroughPercentage?
Type:
number
(optional)
The pass through percentage.
reason?
Type:
string
(optional)
The reason description.
reasonCode?
Type:
number
(optional)
The reason code.

.NET
Go
Java
Python
TypeScript