Class CfnTopicRulePropsMixin.ElasticsearchActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.ElasticsearchActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRulePropsMixin.ElasticsearchActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRulePropsMixin.ElasticsearchActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRulePropsMixin.ElasticsearchActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRulePropsMixin.ElasticsearchActionProperty
An implementation for
CfnTopicRulePropsMixin.ElasticsearchActionProperty-
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.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.ElasticsearchActionProperty
CfnTopicRulePropsMixin.ElasticsearchActionProperty.Builder, CfnTopicRulePropsMixin.ElasticsearchActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRulePropsMixin.ElasticsearchActionProperty.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 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 theCfnTopicRulePropsMixin.ElasticsearchActionProperty.Builder.
-
-
Method Details
-
getEndpoint
Description copied from interface:CfnTopicRulePropsMixin.ElasticsearchActionPropertyThe endpoint of your OpenSearch domain.- Specified by:
getEndpointin interfaceCfnTopicRulePropsMixin.ElasticsearchActionProperty- See Also:
-
getId
Description copied from interface:CfnTopicRulePropsMixin.ElasticsearchActionPropertyThe unique identifier for the document you are storing.- Specified by:
getIdin interfaceCfnTopicRulePropsMixin.ElasticsearchActionProperty- See Also:
-
getIndex
Description copied from interface:CfnTopicRulePropsMixin.ElasticsearchActionPropertyThe index where you want to store your data.- Specified by:
getIndexin interfaceCfnTopicRulePropsMixin.ElasticsearchActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRulePropsMixin.ElasticsearchActionPropertyThe IAM role ARN that has access to OpenSearch.- Specified by:
getRoleArnin interfaceCfnTopicRulePropsMixin.ElasticsearchActionProperty- See Also:
-
getType
Description copied from interface:CfnTopicRulePropsMixin.ElasticsearchActionPropertyThe type of document you are storing.- Specified by:
getTypein interfaceCfnTopicRulePropsMixin.ElasticsearchActionProperty- 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()
-