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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.OpenSearchActionProperty
CfnTopicRule.OpenSearchActionProperty.Builder, CfnTopicRule.OpenSearchActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.OpenSearchActionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The endpoint of your OpenSearch domain.final String
getId()
The unique identifier for the document you are storing.final String
getIndex()
The OpenSearch index where you want to store your data.final String
The IAM role ARN that has access to OpenSearch.final String
getType()
The type of document you are storing.final int
hashCode()
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.OpenSearchActionProperty
The endpoint of your OpenSearch domain.- Specified by:
getEndpoint
in interfaceCfnTopicRule.OpenSearchActionProperty
- See Also:
-
getId
Description copied from interface:CfnTopicRule.OpenSearchActionProperty
The unique identifier for the document you are storing.- Specified by:
getId
in interfaceCfnTopicRule.OpenSearchActionProperty
- See Also:
-
getIndex
Description copied from interface:CfnTopicRule.OpenSearchActionProperty
The OpenSearch index where you want to store your data.- Specified by:
getIndex
in interfaceCfnTopicRule.OpenSearchActionProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRule.OpenSearchActionProperty
The IAM role ARN that has access to OpenSearch.- Specified by:
getRoleArn
in interfaceCfnTopicRule.OpenSearchActionProperty
- See Also:
-
getType
Description copied from interface:CfnTopicRule.OpenSearchActionProperty
The type of document you are storing.- Specified by:
getType
in interfaceCfnTopicRule.OpenSearchActionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-