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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicRule.HttpActionHeaderPropertystatic final classAn implementation forCfnTopicRule.HttpActionHeaderProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The HTTP header key.- See Also:
-
getValue
The HTTP header value.Substitution templates are supported.
- See Also:
-
builder
-