Class CfnApplicationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationMixinProps
CfnApplicationMixinProps-
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.CfnApplicationMixinProps
CfnApplicationMixinProps.Builder, CfnApplicationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationMixinProps.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 to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.final 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.final StringThe SNS topic ARN that is associated with SNS notifications for updates or issues.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 theCfnApplicationMixinProps.Builder.
-
-
Method Details
-
getAttachMissingPermission
Description copied from interface:CfnApplicationMixinPropsIf set to true, the managed policies for SSM and CW will be attached to the instance roles if they are missing.Returns union: either
BooleanorIResolvable- Specified by:
getAttachMissingPermissionin interfaceCfnApplicationMixinProps- See Also:
-
getAutoConfigurationEnabled
Description copied from interface:CfnApplicationMixinPropsIf set totrue, the application components will be configured with the monitoring configuration recommended by Application Insights.Returns union: either
BooleanorIResolvable- Specified by:
getAutoConfigurationEnabledin interfaceCfnApplicationMixinProps- See Also:
-
getComponentMonitoringSettings
Description copied from interface:CfnApplicationMixinPropsThe monitoring settings of the components.Not required to set up default monitoring for all components. To set up default monitoring for all components, set
AutoConfigurationEnabledtotrue.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplicationPropsMixin.ComponentMonitoringSettingProperty>- Specified by:
getComponentMonitoringSettingsin interfaceCfnApplicationMixinProps- See Also:
-
getCustomComponents
Description copied from interface:CfnApplicationMixinPropsDescribes a custom component by grouping similar standalone instances to monitor.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplicationPropsMixin.CustomComponentProperty>- Specified by:
getCustomComponentsin interfaceCfnApplicationMixinProps- See Also:
-
getCweMonitorEnabled
Description copied from interface:CfnApplicationMixinPropsIndicates whether Application Insights can listen to CloudWatch events for the application resources, such asinstance terminated,failed deployment, and others.Returns union: either
BooleanorIResolvable- Specified by:
getCweMonitorEnabledin interfaceCfnApplicationMixinProps- See Also:
-
getGroupingType
Description copied from interface:CfnApplicationMixinPropsApplication 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 interfaceCfnApplicationMixinProps- See Also:
-
getLogPatternSets
Description copied from interface:CfnApplicationMixinPropsThe log pattern sets.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApplicationPropsMixin.LogPatternSetProperty>- Specified by:
getLogPatternSetsin interfaceCfnApplicationMixinProps- See Also:
-
getOpsCenterEnabled
Description copied from interface:CfnApplicationMixinPropsIndicates whether Application Insights will create OpsItems for any problem that is detected by Application Insights for an application.Returns union: either
BooleanorIResolvable- Specified by:
getOpsCenterEnabledin interfaceCfnApplicationMixinProps- See Also:
-
getOpsItemSnsTopicArn
Description copied from interface:CfnApplicationMixinPropsThe SNS topic provided to Application Insights that is associated with the created OpsItems to receive SNS notifications for opsItem updates.- Specified by:
getOpsItemSnsTopicArnin interfaceCfnApplicationMixinProps- See Also:
-
getResourceGroupName
Description copied from interface:CfnApplicationMixinPropsThe name of the resource group used for the application.- Specified by:
getResourceGroupNamein interfaceCfnApplicationMixinProps- See Also:
-
getSnsNotificationArn
Description copied from interface:CfnApplicationMixinPropsThe SNS topic ARN that is associated with SNS notifications for updates or issues.- Specified by:
getSnsNotificationArnin interfaceCfnApplicationMixinProps- See Also:
-
getTags
Description copied from interface:CfnApplicationMixinPropsAn array ofTags.- Specified by:
getTagsin interfaceCfnApplicationMixinProps- 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()
-