interface HeaderTagActionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.RTBFabric.CfnLink.HeaderTagActionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrtbfabric#CfnLink_HeaderTagActionProperty |
Java | software.amazon.awscdk.services.rtbfabric.CfnLink.HeaderTagActionProperty |
Python | aws_cdk.aws_rtbfabric.CfnLink.HeaderTagActionProperty |
TypeScript | aws-cdk-lib » aws_rtbfabric » CfnLink » 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 { aws_rtbfabric as rtbfabric } from 'aws-cdk-lib';
const headerTagActionProperty: rtbfabric.CfnLink.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
The name of the bid action.
value
Type:
string
The value of the bid action.

.NET
Go
Java
Python
TypeScript