Interface CfnTopicRule.HttpActionHeaderProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicRule.HttpActionHeaderProperty.Jsii$Proxy
- Enclosing class:
- CfnTopicRule
@Stability(Stable)
public static interface CfnTopicRule.HttpActionHeaderProperty
extends software.amazon.jsii.JsiiSerializable
The HTTP action header.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iot.*; HttpActionHeaderProperty httpActionHeaderProperty = HttpActionHeaderProperty.builder() .key("key") .value("value") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTopicRule.HttpActionHeaderProperty
static final class
An implementation forCfnTopicRule.HttpActionHeaderProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The HTTP header key. -
getValue
The HTTP header value.Substitution templates are supported.
-
builder
-