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