interface HeaderTagActionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.RTBFabric.Mixins.CfnLinkPropsMixin.HeaderTagActionProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsrtbfabric/mixins#CfnLinkPropsMixin_HeaderTagActionProperty |
Java | software.amazon.awscdk.mixins.preview.services.rtbfabric.mixins.CfnLinkPropsMixin.HeaderTagActionProperty |
Python | aws_cdk.mixins_preview.aws_rtbfabric.mixins.CfnLinkPropsMixin.HeaderTagActionProperty |
TypeScript | @aws-cdk/mixins-preview » aws_rtbfabric » mixins » CfnLinkPropsMixin » HeaderTagActionProperty |
Describes the header tag for 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 headerTagActionProperty: rtbfabric_mixins.CfnLinkPropsMixin.HeaderTagActionProperty = {
name: 'name',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name of the bid action. |
| value? | string | The value of the bid action. |
name?
Type:
string
(optional)
The name of the bid action.
value?
Type:
string
(optional)
The value of the bid action.

.NET
Go
Java
Python
TypeScript