interface ActionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.RTBFabric.CfnLinkPropsMixin.ActionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsrtbfabric#CfnLinkPropsMixin_ActionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.rtbfabric.CfnLinkPropsMixin.ActionProperty |
Python | aws_cdk.cfn_property_mixins.aws_rtbfabric.CfnLinkPropsMixin.ActionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_rtbfabric » 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 { aws_rtbfabric as rtbfabric } from '@aws-cdk/cfn-property-mixins';
const actionProperty: rtbfabric.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