Documentation ¶
Index ¶
- func CfnApplication_CFN_RESOURCE_TYPE_NAME() *string
- func CfnApplication_IsCfnElement(x interface{}) *bool
- func CfnApplication_IsCfnResource(construct constructs.IConstruct) *bool
- func CfnApplication_IsConstruct(x interface{}) *bool
- func NewCfnApplication_Override(c CfnApplication, scope awscdk.Construct, id *string, ...)
- type CfnApplication
- type CfnApplicationProps
- type CfnApplication_AlarmMetricProperty
- type CfnApplication_AlarmProperty
- type CfnApplication_ComponentConfigurationProperty
- type CfnApplication_ComponentMonitoringSettingProperty
- type CfnApplication_ConfigurationDetailsProperty
- type CfnApplication_CustomComponentProperty
- type CfnApplication_JMXPrometheusExporterProperty
- type CfnApplication_LogPatternProperty
- type CfnApplication_LogPatternSetProperty
- type CfnApplication_LogProperty
- type CfnApplication_SubComponentConfigurationDetailsProperty
- type CfnApplication_SubComponentTypeConfigurationProperty
- type CfnApplication_WindowsEventProperty
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnApplication_CFN_RESOURCE_TYPE_NAME ¶
func CfnApplication_CFN_RESOURCE_TYPE_NAME() *string
func CfnApplication_IsCfnElement ¶
func CfnApplication_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element. Experimental.
func CfnApplication_IsCfnResource ¶
func CfnApplication_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource. Experimental.
func CfnApplication_IsConstruct ¶
func CfnApplication_IsConstruct(x interface{}) *bool
Return whether the given object is a Construct. Experimental.
func NewCfnApplication_Override ¶
func NewCfnApplication_Override(c CfnApplication, scope awscdk.Construct, id *string, props *CfnApplicationProps)
Create a new `AWS::ApplicationInsights::Application`.
Types ¶
type CfnApplication ¶
type CfnApplication interface { awscdk.CfnResource awscdk.IInspectable AttrApplicationArn() *string AutoConfigurationEnabled() interface{} SetAutoConfigurationEnabled(val interface{}) CfnOptions() awscdk.ICfnResourceOptions CfnProperties() *map[string]interface{} CfnResourceType() *string ComponentMonitoringSettings() interface{} SetComponentMonitoringSettings(val interface{}) CreationStack() *[]*string CustomComponents() interface{} SetCustomComponents(val interface{}) CweMonitorEnabled() interface{} SetCweMonitorEnabled(val interface{}) LogicalId() *string LogPatternSets() interface{} SetLogPatternSets(val interface{}) Node() awscdk.ConstructNode OpsCenterEnabled() interface{} SetOpsCenterEnabled(val interface{}) OpsItemSnsTopicArn() *string SetOpsItemSnsTopicArn(val *string) Ref() *string ResourceGroupName() *string SetResourceGroupName(val *string) Stack() awscdk.Stack Tags() awscdk.TagManager UpdatedProperites() *map[string]interface{} AddDeletionOverride(path *string) AddDependsOn(target awscdk.CfnResource) AddMetadata(key *string, value interface{}) AddOverride(path *string, value interface{}) AddPropertyDeletionOverride(propertyPath *string) AddPropertyOverride(propertyPath *string, value interface{}) ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions) GetAtt(attributeName *string) awscdk.Reference GetMetadata(key *string) interface{} Inspect(inspector awscdk.TreeInspector) OnPrepare() OnSynthesize(session constructs.ISynthesisSession) OnValidate() *[]*string OverrideLogicalId(newLogicalId *string) Prepare() RenderProperties(props *map[string]interface{}) *map[string]interface{} ShouldSynthesize() *bool Synthesize(session awscdk.ISynthesisSession) ToString() *string Validate() *[]*string ValidateProperties(_properties interface{}) }
A CloudFormation `AWS::ApplicationInsights::Application`.
func NewCfnApplication ¶
func NewCfnApplication(scope awscdk.Construct, id *string, props *CfnApplicationProps) CfnApplication
Create a new `AWS::ApplicationInsights::Application`.
type CfnApplicationProps ¶
type CfnApplicationProps struct { // `AWS::ApplicationInsights::Application.ResourceGroupName`. ResourceGroupName *string `json:"resourceGroupName"` // `AWS::ApplicationInsights::Application.AutoConfigurationEnabled`. AutoConfigurationEnabled interface{} `json:"autoConfigurationEnabled"` // `AWS::ApplicationInsights::Application.ComponentMonitoringSettings`. ComponentMonitoringSettings interface{} `json:"componentMonitoringSettings"` // `AWS::ApplicationInsights::Application.CustomComponents`. CustomComponents interface{} `json:"customComponents"` // `AWS::ApplicationInsights::Application.CWEMonitorEnabled`. CweMonitorEnabled interface{} `json:"cweMonitorEnabled"` // `AWS::ApplicationInsights::Application.LogPatternSets`. LogPatternSets interface{} `json:"logPatternSets"` // `AWS::ApplicationInsights::Application.OpsCenterEnabled`. OpsCenterEnabled interface{} `json:"opsCenterEnabled"` // `AWS::ApplicationInsights::Application.OpsItemSNSTopicArn`. OpsItemSnsTopicArn *string `json:"opsItemSnsTopicArn"` // `AWS::ApplicationInsights::Application.Tags`. Tags *[]*awscdk.CfnTag `json:"tags"` }
Properties for defining a `AWS::ApplicationInsights::Application`.
type CfnApplication_AlarmMetricProperty ¶
type CfnApplication_AlarmMetricProperty struct { // `CfnApplication.AlarmMetricProperty.AlarmMetricName`. AlarmMetricName *string `json:"alarmMetricName"` }
type CfnApplication_ComponentConfigurationProperty ¶
type CfnApplication_ComponentConfigurationProperty struct { // `CfnApplication.ComponentConfigurationProperty.ConfigurationDetails`. ConfigurationDetails interface{} `json:"configurationDetails"` // `CfnApplication.ComponentConfigurationProperty.SubComponentTypeConfigurations`. SubComponentTypeConfigurations interface{} `json:"subComponentTypeConfigurations"` }
type CfnApplication_ComponentMonitoringSettingProperty ¶
type CfnApplication_ComponentMonitoringSettingProperty struct { // `CfnApplication.ComponentMonitoringSettingProperty.ComponentARN`. ComponentArn *string `json:"componentArn"` // `CfnApplication.ComponentMonitoringSettingProperty.ComponentConfigurationMode`. ComponentConfigurationMode *string `json:"componentConfigurationMode"` // `CfnApplication.ComponentMonitoringSettingProperty.ComponentName`. ComponentName *string `json:"componentName"` // `CfnApplication.ComponentMonitoringSettingProperty.CustomComponentConfiguration`. CustomComponentConfiguration interface{} `json:"customComponentConfiguration"` // `CfnApplication.ComponentMonitoringSettingProperty.DefaultOverwriteComponentConfiguration`. DefaultOverwriteComponentConfiguration interface{} `json:"defaultOverwriteComponentConfiguration"` // `CfnApplication.ComponentMonitoringSettingProperty.Tier`. Tier *string `json:"tier"` }
type CfnApplication_ConfigurationDetailsProperty ¶
type CfnApplication_ConfigurationDetailsProperty struct { // `CfnApplication.ConfigurationDetailsProperty.AlarmMetrics`. AlarmMetrics interface{} `json:"alarmMetrics"` // `CfnApplication.ConfigurationDetailsProperty.Alarms`. Alarms interface{} `json:"alarms"` // `CfnApplication.ConfigurationDetailsProperty.JMXPrometheusExporter`. JmxPrometheusExporter interface{} `json:"jmxPrometheusExporter"` // `CfnApplication.ConfigurationDetailsProperty.Logs`. Logs interface{} `json:"logs"` // `CfnApplication.ConfigurationDetailsProperty.WindowsEvents`. WindowsEvents interface{} `json:"windowsEvents"` }
type CfnApplication_JMXPrometheusExporterProperty ¶
type CfnApplication_JMXPrometheusExporterProperty struct { // `CfnApplication.JMXPrometheusExporterProperty.HostPort`. HostPort *string `json:"hostPort"` // `CfnApplication.JMXPrometheusExporterProperty.JMXURL`. Jmxurl *string `json:"jmxurl"` // `CfnApplication.JMXPrometheusExporterProperty.PrometheusPort`. PrometheusPort *string `json:"prometheusPort"` }
type CfnApplication_LogPatternSetProperty ¶
type CfnApplication_LogPatternSetProperty struct { // `CfnApplication.LogPatternSetProperty.LogPatterns`. LogPatterns interface{} `json:"logPatterns"` // `CfnApplication.LogPatternSetProperty.PatternSetName`. PatternSetName *string `json:"patternSetName"` }
type CfnApplication_LogProperty ¶
type CfnApplication_LogProperty struct { // `CfnApplication.LogProperty.LogType`. LogType *string `json:"logType"` // `CfnApplication.LogProperty.Encoding`. Encoding *string `json:"encoding"` // `CfnApplication.LogProperty.LogGroupName`. LogGroupName *string `json:"logGroupName"` // `CfnApplication.LogProperty.LogPath`. LogPath *string `json:"logPath"` // `CfnApplication.LogProperty.PatternSet`. PatternSet *string `json:"patternSet"` }
type CfnApplication_SubComponentConfigurationDetailsProperty ¶
type CfnApplication_SubComponentConfigurationDetailsProperty struct { // `CfnApplication.SubComponentConfigurationDetailsProperty.AlarmMetrics`. AlarmMetrics interface{} `json:"alarmMetrics"` // `CfnApplication.SubComponentConfigurationDetailsProperty.Logs`. Logs interface{} `json:"logs"` // `CfnApplication.SubComponentConfigurationDetailsProperty.WindowsEvents`. WindowsEvents interface{} `json:"windowsEvents"` }
type CfnApplication_SubComponentTypeConfigurationProperty ¶
type CfnApplication_SubComponentTypeConfigurationProperty struct { // `CfnApplication.SubComponentTypeConfigurationProperty.SubComponentConfigurationDetails`. SubComponentConfigurationDetails interface{} `json:"subComponentConfigurationDetails"` // `CfnApplication.SubComponentTypeConfigurationProperty.SubComponentType`. SubComponentType *string `json:"subComponentType"` }
type CfnApplication_WindowsEventProperty ¶
type CfnApplication_WindowsEventProperty struct { // `CfnApplication.WindowsEventProperty.EventLevels`. EventLevels *[]*string `json:"eventLevels"` // `CfnApplication.WindowsEventProperty.EventName`. EventName *string `json:"eventName"` // `CfnApplication.WindowsEventProperty.LogGroupName`. LogGroupName *string `json:"logGroupName"` // `CfnApplication.WindowsEventProperty.PatternSet`. PatternSet *string `json:"patternSet"` }