public static final class CfnApplication.LogProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplication.LogProperty
CfnApplication.LogProperty
CfnApplication.LogProperty.Builder, CfnApplication.LogProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEncoding()
The type of encoding of the logs to be monitored.
|
java.lang.String |
getLogGroupName()
The CloudWatch log group name to be associated with the monitored log.
|
java.lang.String |
getLogPath()
The path of the logs to be monitored.
|
java.lang.String |
getLogType()
The log type decides the log patterns against which Application Insights analyzes the log.
|
java.lang.String |
getPatternSet()
The log pattern set.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getLogType()
CfnApplication.LogProperty
The log type is selected from the following: SQL_SERVER
, MYSQL
, MYSQL_SLOW_QUERY
, POSTGRESQL
, ORACLE_ALERT
, ORACLE_LISTENER
, IIS
, APPLICATION
, WINDOWS_EVENTS
, WINDOWS_EVENTS_ACTIVE_DIRECTORY
, WINDOWS_EVENTS_DNS
, WINDOWS_EVENTS_IIS
, WINDOWS_EVENTS_SHAREPOINT
, SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP
, SQL_SERVER_FAILOVER_CLUSTER_INSTANCE
, STEP_FUNCTION
, API_GATEWAY_ACCESS
, API_GATEWAY_EXECUTION
, SAP_HANA_LOGS
, SAP_HANA_TRACE
, SAP_HANA_HIGH_AVAILABILITY
, and DEFAULT
.
getLogType
in interface CfnApplication.LogProperty
public final java.lang.String getEncoding()
CfnApplication.LogProperty
The specified encoding should be included in the list of CloudWatch agent supported encodings. If not provided, CloudWatch Application Insights uses the default encoding type for the log type:
APPLICATION/DEFAULT
: utf-8 encodingSQL_SERVER
: utf-16 encodingIIS
: ascii encodinggetEncoding
in interface CfnApplication.LogProperty
public final java.lang.String getLogGroupName()
CfnApplication.LogProperty
getLogGroupName
in interface CfnApplication.LogProperty
public final java.lang.String getLogPath()
CfnApplication.LogProperty
The log path must be an absolute Windows or Linux system file path. For more information, see CloudWatch Agent Configuration File: Logs Section .
getLogPath
in interface CfnApplication.LogProperty
public final java.lang.String getPatternSet()
CfnApplication.LogProperty
getPatternSet
in interface CfnApplication.LogProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()