Show / Hide Table of Contents

Interface CfnTopicRule.IHttpActionHeaderProperty

The HTTP action header.

Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.AWS.IoT.dll
Syntax (csharp)
public interface IHttpActionHeaderProperty
Syntax (vb)
Public Interface IHttpActionHeaderProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpactionheader.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoT;

var httpActionHeaderProperty = new HttpActionHeaderProperty {
    Key = "key",
    Value = "value"
};

Synopsis

Properties

Key

The HTTP header key.

Value

The HTTP header value.

Properties

Key

The HTTP header key.

string Key { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpactionheader.html#cfn-iot-topicrule-httpactionheader-key

Value

The HTTP header value.

string Value { get; }
Property Value

System.String

Remarks

Substitution templates are supported.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-httpactionheader.html#cfn-iot-topicrule-httpactionheader-value

Back to top Generated by DocFX