interface HttpActionHeader
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoT.Actions.Alpha.HttpActionHeader |
Go | github.com/aws/aws-cdk-go/awscdkiotactionsalpha/v2#HttpActionHeader |
Java | software.amazon.awscdk.services.iot.actions.alpha.HttpActionHeader |
Python | aws_cdk.aws_iot_actions_alpha.HttpActionHeader |
TypeScript (source) | @aws-cdk/aws-iot-actions-alpha » HttpActionHeader |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iot_actions_alpha from '@aws-cdk/aws-iot-actions-alpha';
const httpActionHeader: iot_actions_alpha.HttpActionHeader = {
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.