Class LoggingOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticsearch.LoggingOptions.Jsii$Proxy
- All Implemented Interfaces:
LoggingOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LoggingOptions
@Stability(Deprecated)
@Deprecated
@Internal
public static final class LoggingOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LoggingOptions
Deprecated.
An implementation for
LoggingOptions
-
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.elasticsearch.LoggingOptions
LoggingOptions.Builder, LoggingOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(LoggingOptions.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theLoggingOptions.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
Deprecated.final boolean
Deprecated.final Boolean
Deprecated.(deprecated) Specify if Elasticsearch application logging should be set up.final ILogGroup
Deprecated.(deprecated) Log Elasticsearch application logs to this log group.final Boolean
Deprecated.(deprecated) Specify if Elasticsearch audit logging should be set up.final ILogGroup
Deprecated.(deprecated) Log Elasticsearch audit logs to this log group.final Boolean
Deprecated.(deprecated) Specify if slow index logging should be set up.final ILogGroup
Deprecated.(deprecated) Log slow indices to this log group.final Boolean
Deprecated.(deprecated) Specify if slow search logging should be set up.final ILogGroup
Deprecated.(deprecated) Log slow searches to this log group.final int
hashCode()
Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theLoggingOptions.Builder
.
-
-
Method Details
-
getAppLogEnabled
Deprecated.Description copied from interface:LoggingOptions
(deprecated) Specify if Elasticsearch application logging should be set up.Requires Elasticsearch version 5.1 or later.
Default: - false
- Specified by:
getAppLogEnabled
in interfaceLoggingOptions
-
getAppLogGroup
Deprecated.Description copied from interface:LoggingOptions
(deprecated) Log Elasticsearch application logs to this log group.Default: - a new log group is created if app logging is enabled
- Specified by:
getAppLogGroup
in interfaceLoggingOptions
-
getAuditLogEnabled
Deprecated.Description copied from interface:LoggingOptions
(deprecated) Specify if Elasticsearch audit logging should be set up.Requires Elasticsearch version 6.7 or later and fine grained access control to be enabled.
Default: - false
- Specified by:
getAuditLogEnabled
in interfaceLoggingOptions
-
getAuditLogGroup
Deprecated.Description copied from interface:LoggingOptions
(deprecated) Log Elasticsearch audit logs to this log group.Default: - a new log group is created if audit logging is enabled
- Specified by:
getAuditLogGroup
in interfaceLoggingOptions
-
getSlowIndexLogEnabled
Deprecated.Description copied from interface:LoggingOptions
(deprecated) Specify if slow index logging should be set up.Requires Elasticsearch version 5.1 or later.
Default: - false
- Specified by:
getSlowIndexLogEnabled
in interfaceLoggingOptions
-
getSlowIndexLogGroup
Deprecated.Description copied from interface:LoggingOptions
(deprecated) Log slow indices to this log group.Default: - a new log group is created if slow index logging is enabled
- Specified by:
getSlowIndexLogGroup
in interfaceLoggingOptions
-
getSlowSearchLogEnabled
Deprecated.Description copied from interface:LoggingOptions
(deprecated) Specify if slow search logging should be set up.Requires Elasticsearch version 5.1 or later.
Default: - false
- Specified by:
getSlowSearchLogEnabled
in interfaceLoggingOptions
-
getSlowSearchLogGroup
Deprecated.Description copied from interface:LoggingOptions
(deprecated) Log slow searches to this log group.Default: - a new log group is created if slow search logging is enabled
- Specified by:
getSlowSearchLogGroup
in interfaceLoggingOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-