interface ActionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins.CfnLinkPropsMixin.ActionProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsrtbfabric/mixins#CfnLinkPropsMixin_ActionProperty |
Java | software.amazon.awscdk.mixins.preview.services.rtbfabric.mixins.CfnLinkPropsMixin.ActionProperty |
Python | aws_cdk.mixins_preview.aws_rtbfabric.mixins.CfnLinkPropsMixin.ActionProperty |
TypeScript | @aws-cdk/mixins-preview » aws_rtbfabric » mixins » CfnLinkPropsMixin » ActionProperty |
Describes a bid action.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as rtbfabric_mixins } from '@aws-cdk/mixins-preview/aws-rtbfabric';
const actionProperty: rtbfabric_mixins.CfnLinkPropsMixin.ActionProperty = {
headerTag: {
name: 'name',
value: 'value',
},
noBid: {
noBidReasonCode: 123,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| header | IResolvable | Header | Describes the header tag for a bid action. |
| no | IResolvable | No | Describes the parameters of a no bid module. |
headerTag?
Type:
IResolvable | Header
(optional)
Describes the header tag for a bid action.
noBid?
Type:
IResolvable | No
(optional)
Describes the parameters of a no bid module.

.NET
Go
Java
Python
TypeScript