Class CfnApplicationPropsMixin.LogProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationPropsMixin.LogProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationPropsMixin.LogProperty
CfnApplicationPropsMixin.LogProperty-
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.applicationinsights.CfnApplicationPropsMixin.LogProperty
CfnApplicationPropsMixin.LogProperty.Builder, CfnApplicationPropsMixin.LogProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.LogProperty.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 type of encoding of the logs to be monitored.final StringThe CloudWatch log group name to be associated with the monitored log.final StringThe path of the logs to be monitored.final StringThe log type decides the log patterns against which Application Insights analyzes the log.final StringThe log pattern set.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 theCfnApplicationPropsMixin.LogProperty.Builder.
-
-
Method Details
-
getEncoding
Description copied from interface:CfnApplicationPropsMixin.LogPropertyThe type of encoding of the logs to be monitored.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 encoding
- Specified by:
getEncodingin interfaceCfnApplicationPropsMixin.LogProperty- See Also:
-
getLogGroupName
Description copied from interface:CfnApplicationPropsMixin.LogPropertyThe CloudWatch log group name to be associated with the monitored log.- Specified by:
getLogGroupNamein interfaceCfnApplicationPropsMixin.LogProperty- See Also:
-
getLogPath
Description copied from interface:CfnApplicationPropsMixin.LogPropertyThe path of the logs to be monitored.The log path must be an absolute Windows or Linux system file path. For more information, see CloudWatch Agent Configuration File: Logs Section .
- Specified by:
getLogPathin interfaceCfnApplicationPropsMixin.LogProperty- See Also:
-
getLogType
Description copied from interface:CfnApplicationPropsMixin.LogPropertyThe log type decides the log patterns against which Application Insights analyzes the log.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, andDEFAULT.- Specified by:
getLogTypein interfaceCfnApplicationPropsMixin.LogProperty- See Also:
-
getPatternSet
Description copied from interface:CfnApplicationPropsMixin.LogPropertyThe log pattern set.- Specified by:
getPatternSetin interfaceCfnApplicationPropsMixin.LogProperty- 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()
-