Class CfnApplicationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationinsights.CfnApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnApplicationProps
@Stability(Stable)
@Internal
public static final class CfnApplicationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationProps
An implementation for
CfnApplicationProps-
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.applicationinsights.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.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 ObjectIf set totrue, the application components will be configured with the monitoring configuration recommended by Application Insights.final ObjectThe monitoring settings of the components.final ObjectDescribes a custom component by grouping similar standalone instances to monitor.final ObjectIndicates whether Application Insights can listen to CloudWatch events for the application resources, such asinstance terminated,failed deployment, and others.final StringApplication Insights can create applications based on a resource group or on an account.final ObjectThe log pattern sets.final ObjectIndicates whether Application Insights will create OpsItems for any problem that is detected by Application Insights for an application.final StringThe SNS topic provided to Application Insights that is associated with the created OpsItems to receive SNS notifications for opsItem updates.final StringThe name of the resource group used for the application.getTags()An array ofTags.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 theCfnApplicationProps.Builder.
-
-
Method Details
-
getResourceGroupName
Description copied from interface:CfnApplicationPropsThe name of the resource group used for the application.- Specified by:
getResourceGroupNamein interfaceCfnApplicationProps
-
getAutoConfigurationEnabled
Description copied from interface:CfnApplicationPropsIf set totrue, the application components will be configured with the monitoring configuration recommended by Application Insights.- Specified by:
getAutoConfigurationEnabledin interfaceCfnApplicationProps
-
getComponentMonitoringSettings
Description copied from interface:CfnApplicationPropsThe monitoring settings of the components.- Specified by:
getComponentMonitoringSettingsin interfaceCfnApplicationProps
-
getCustomComponents
Description copied from interface:CfnApplicationPropsDescribes a custom component by grouping similar standalone instances to monitor.- Specified by:
getCustomComponentsin interfaceCfnApplicationProps
-
getCweMonitorEnabled
Description copied from interface:CfnApplicationPropsIndicates whether Application Insights can listen to CloudWatch events for the application resources, such asinstance terminated,failed deployment, and others.- Specified by:
getCweMonitorEnabledin interfaceCfnApplicationProps
-
getGroupingType
Description copied from interface:CfnApplicationPropsApplication Insights can create applications based on a resource group or on an account.To create an account-based application using all of the resources in the account, set this parameter to
ACCOUNT_BASED.- Specified by:
getGroupingTypein interfaceCfnApplicationProps
-
getLogPatternSets
Description copied from interface:CfnApplicationPropsThe log pattern sets.- Specified by:
getLogPatternSetsin interfaceCfnApplicationProps
-
getOpsCenterEnabled
Description copied from interface:CfnApplicationPropsIndicates whether Application Insights will create OpsItems for any problem that is detected by Application Insights for an application.- Specified by:
getOpsCenterEnabledin interfaceCfnApplicationProps
-
getOpsItemSnsTopicArn
Description copied from interface:CfnApplicationPropsThe SNS topic provided to Application Insights that is associated with the created OpsItems to receive SNS notifications for opsItem updates.- Specified by:
getOpsItemSnsTopicArnin interfaceCfnApplicationProps
-
getTags
Description copied from interface:CfnApplicationPropsAn array ofTags.- Specified by:
getTagsin interfaceCfnApplicationProps
-
$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()
-