Show / Hide Table of Contents

Class CfnTopicRule.HttpActionHeaderProperty

The HTTP action header.

Inheritance
object
CfnTopicRule.HttpActionHeaderProperty
Implements
CfnTopicRule.IHttpActionHeaderProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTopicRule.HttpActionHeaderProperty : CfnTopicRule.IHttpActionHeaderProperty
Syntax (vb)
Public Class CfnTopicRule.HttpActionHeaderProperty Implements CfnTopicRule.IHttpActionHeaderProperty
Remarks

See: 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

Constructors

HttpActionHeaderProperty()

The HTTP action header.

Properties

Key

The HTTP header key.

Value

The HTTP header value.

Constructors

HttpActionHeaderProperty()

The HTTP action header.

public HttpActionHeaderProperty()
Remarks

See: 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"
             };

Properties

Key

The HTTP header key.

public string Key { get; set; }
Property Value

string

Remarks

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

Value

The HTTP header value.

public string Value { get; set; }
Property Value

string

Remarks

Substitution templates are supported.

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

Implements

CfnTopicRule.IHttpActionHeaderProperty
Back to top Generated by DocFX