Class CfnTopicRule.OpenSearchActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.OpenSearchActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.OpenSearchActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.OpenSearchActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.OpenSearchActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.OpenSearchActionProperty
An implementation for
CfnTopicRule.OpenSearchActionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.OpenSearchActionProperty
CfnTopicRule.OpenSearchActionProperty.Builder, CfnTopicRule.OpenSearchActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRule.OpenSearchActionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe endpoint of your OpenSearch domain.final StringgetId()The unique identifier for the document you are storing.final StringgetIndex()The OpenSearch index where you want to store your data.final StringThe IAM role ARN that has access to OpenSearch.final StringgetType()The type of document you are storing.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.OpenSearchActionProperty.Builder.
-
-
Method Details
-
getEndpoint
Description copied from interface:CfnTopicRule.OpenSearchActionPropertyThe endpoint of your OpenSearch domain.- Specified by:
getEndpointin interfaceCfnTopicRule.OpenSearchActionProperty- See Also:
-
getId
Description copied from interface:CfnTopicRule.OpenSearchActionPropertyThe unique identifier for the document you are storing.- Specified by:
getIdin interfaceCfnTopicRule.OpenSearchActionProperty- See Also:
-
getIndex
Description copied from interface:CfnTopicRule.OpenSearchActionPropertyThe OpenSearch index where you want to store your data.- Specified by:
getIndexin interfaceCfnTopicRule.OpenSearchActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRule.OpenSearchActionPropertyThe IAM role ARN that has access to OpenSearch.- Specified by:
getRoleArnin interfaceCfnTopicRule.OpenSearchActionProperty- See Also:
-
getType
Description copied from interface:CfnTopicRule.OpenSearchActionPropertyThe type of document you are storing.- Specified by:
getTypein interfaceCfnTopicRule.OpenSearchActionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-