@Stability(value=Stable) @Internal public static final class CfnTopicRule.HttpActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTopicRule.HttpActionProperty
CfnTopicRule.HttpActionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnTopicRule.HttpActionProperty.Builder, CfnTopicRule.HttpActionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTopicRule.HttpActionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTopicRule.ActionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAuth()
The authentication method to use when sending data to an HTTPS endpoint.
|
String |
getConfirmationUrl()
The URL to which AWS IoT sends a confirmation message.
|
Object |
getHeaders()
The HTTP headers to send with the message data.
|
String |
getUrl()
The endpoint URL.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnTopicRule.HttpActionProperty.Builder builder)
CfnTopicRule.ActionProperty.Builder.public final String getUrl()
CfnTopicRule.HttpActionProperty
If substitution templates are used in the URL, you must also specify a confirmationUrl . If this is a new destination, a new TopicRuleDestination is created if possible.
getUrl in interface CfnTopicRule.HttpActionPropertypublic final Object getAuth()
CfnTopicRule.HttpActionPropertygetAuth in interface CfnTopicRule.HttpActionPropertypublic final String getConfirmationUrl()
CfnTopicRule.HttpActionPropertyThe value of the confirmation URL must be a prefix of the endpoint URL. If you do not specify a confirmation URL AWS IoT uses the endpoint URL as the confirmation URL. If you use substitution templates in the confirmationUrl, you must create and enable topic rule destinations that match each possible value of the substitution template before traffic is allowed to your endpoint URL.
getConfirmationUrl in interface CfnTopicRule.HttpActionPropertypublic final Object getHeaders()
CfnTopicRule.HttpActionPropertygetHeaders in interface CfnTopicRule.HttpActionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.