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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.applicationinsights.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.final Object
If set totrue
, the application components will be configured with the monitoring configuration recommended by Application Insights.final Object
The monitoring settings of the components.final Object
Describes a custom component by grouping similar standalone instances to monitor.final Object
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such asinstance terminated
,failed deployment
, and others.final String
Application Insights can create applications based on a resource group or on an account.final Object
The log pattern sets.final Object
Indicates whether Application Insights will create OpsItems for any problem that is detected by Application Insights for an application.final String
The SNS topic provided to Application Insights that is associated with the created OpsItems to receive SNS notifications for opsItem updates.final String
The name of the resource group used for the application.final String
The SNS topic ARN that is associated with SNS notifications for updates or issues.getTags()
An array ofTags
.final int
hashCode()
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:CfnApplicationProps
The name of the resource group used for the application.- Specified by:
getResourceGroupName
in interfaceCfnApplicationProps
- See Also:
-
getAttachMissingPermission
Description copied from interface:CfnApplicationProps
If set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.- Specified by:
getAttachMissingPermission
in interfaceCfnApplicationProps
- See Also:
-
getAutoConfigurationEnabled
Description copied from interface:CfnApplicationProps
If set totrue
, the application components will be configured with the monitoring configuration recommended by Application Insights.- Specified by:
getAutoConfigurationEnabled
in interfaceCfnApplicationProps
- See Also:
-
getComponentMonitoringSettings
Description copied from interface:CfnApplicationProps
The monitoring settings of the components.Not required to set up default monitoring for all components. To set up default monitoring for all components, set
AutoConfigurationEnabled
totrue
.- Specified by:
getComponentMonitoringSettings
in interfaceCfnApplicationProps
- See Also:
-
getCustomComponents
Description copied from interface:CfnApplicationProps
Describes a custom component by grouping similar standalone instances to monitor.- Specified by:
getCustomComponents
in interfaceCfnApplicationProps
- See Also:
-
getCweMonitorEnabled
Description copied from interface:CfnApplicationProps
Indicates whether Application Insights can listen to CloudWatch events for the application resources, such asinstance terminated
,failed deployment
, and others.- Specified by:
getCweMonitorEnabled
in interfaceCfnApplicationProps
- See Also:
-
getGroupingType
Description copied from interface:CfnApplicationProps
Application 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:
getGroupingType
in interfaceCfnApplicationProps
- See Also:
-
getLogPatternSets
Description copied from interface:CfnApplicationProps
The log pattern sets.- Specified by:
getLogPatternSets
in interfaceCfnApplicationProps
- See Also:
-
getOpsCenterEnabled
Description copied from interface:CfnApplicationProps
Indicates whether Application Insights will create OpsItems for any problem that is detected by Application Insights for an application.- Specified by:
getOpsCenterEnabled
in interfaceCfnApplicationProps
- See Also:
-
getOpsItemSnsTopicArn
Description copied from interface:CfnApplicationProps
The SNS topic provided to Application Insights that is associated with the created OpsItems to receive SNS notifications for opsItem updates.- Specified by:
getOpsItemSnsTopicArn
in interfaceCfnApplicationProps
- See Also:
-
getSnsNotificationArn
Description copied from interface:CfnApplicationProps
The SNS topic ARN that is associated with SNS notifications for updates or issues.- Specified by:
getSnsNotificationArn
in interfaceCfnApplicationProps
- See Also:
-
getTags
Description copied from interface:CfnApplicationProps
An array ofTags
.- Specified by:
getTags
in interfaceCfnApplicationProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-