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
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
Value
The HTTP header value.
string Value { get; }
Property Value
System.String
Remarks
Substitution templates are supported.