aws-cdk-lib.aws_iot.CfnTopicRule.HttpActionHeaderProperty

interface HttpActionHeaderProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnTopicRule.HttpActionHeaderProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnTopicRule_HttpActionHeaderProperty
Javasoftware.amazon.awscdk.services.iot.CfnTopicRule.HttpActionHeaderProperty
Pythonaws_cdk.aws_iot.CfnTopicRule.HttpActionHeaderProperty
TypeScript aws-cdk-lib » aws_iot » CfnTopicRule » HttpActionHeaderProperty

The HTTP action header.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const httpActionHeaderProperty: iot.CfnTopicRule.HttpActionHeaderProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringThe HTTP header key.
valuestringThe HTTP header value.

key

Type: string

The HTTP header key.


value

Type: string

The HTTP header value.

Substitution templates are supported.