interface HttpActionHeaderProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.CfnTopicRule.HttpActionHeaderProperty |
![]() | software.amazon.awscdk.services.iot.CfnTopicRule.HttpActionHeaderProperty |
![]() | aws_cdk.aws_iot.CfnTopicRule.HttpActionHeaderProperty |
![]() | @aws-cdk/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 * as iot from '@aws-cdk/aws-iot';
const httpActionHeaderProperty: iot.CfnTopicRule.HttpActionHeaderProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The HTTP header key. |
value | string | The HTTP header value. |
key
Type:
string
The HTTP header key.
value
Type:
string
The HTTP header value.
Substitution templates are supported.