@Stability(value=Stable) @Internal public static final class CfnApplication.LogProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplication.LogProperty
CfnApplication.LogPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnApplication.LogProperty.Builder, CfnApplication.LogProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnApplication.LogProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnApplication.AlarmMetricProperty.Builder. |
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(Object o) |
String |
getEncoding()
The type of encoding of the logs to be monitored.
|
String |
getLogGroupName()
The CloudWatch log group name to be associated with the monitored log.
|
String |
getLogPath()
The path of the logs to be monitored.
|
String |
getLogType()
The log type decides the log patterns against which Application Insights analyzes the log.
|
String |
getPatternSet()
The log pattern set.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnApplication.LogProperty.Builder builder)
CfnApplication.AlarmMetricProperty.Builder.public final 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.LogPropertypublic final String getEncoding()
CfnApplication.LogPropertyThe 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.LogPropertypublic final String getLogGroupName()
CfnApplication.LogPropertygetLogGroupName in interface CfnApplication.LogPropertypublic final String getLogPath()
CfnApplication.LogPropertyThe 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.LogPropertypublic final String getPatternSet()
CfnApplication.LogPropertygetPatternSet in interface CfnApplication.LogProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.