Class CfnTopicRule.HttpActionHeaderProperty
The HTTP action header.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class HttpActionHeaderProperty : Object, CfnTopicRule.IHttpActionHeaderProperty
Syntax (vb)
Public Class HttpActionHeaderProperty
Inherits Object
Implements CfnTopicRule.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
Constructors
Http |
Properties
Key | The HTTP header key. |
Value | The HTTP header value. |
Constructors
HttpActionHeaderProperty()
public HttpActionHeaderProperty()
Properties
Key
The HTTP header key.
public string Key { get; set; }
Property Value
System.
Remarks
Value
The HTTP header value.
public string Value { get; set; }
Property Value
System.
Remarks
Substitution templates are supported.