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 constructs.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.
func CfnApplication_IsCfnResource ¶
func CfnApplication_IsCfnResource(construct constructs.IConstruct) *bool
Check whether the given construct is a CfnResource.
func CfnApplication_IsConstruct ¶
func CfnApplication_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Returns: true if `x` is an object created from a class which extends `Construct`. Deprecated: use `x instanceof Construct` instead
func NewCfnApplication_Override ¶
func NewCfnApplication_Override(c CfnApplication, scope constructs.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() constructs.Node
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)
OverrideLogicalId(newLogicalId *string)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
ShouldSynthesize() *bool
ToString() *string
ValidateProperties(_properties interface{})
}
A CloudFormation `AWS::ApplicationInsights::Application`.
TODO: EXAMPLE
func NewCfnApplication ¶
func NewCfnApplication(scope constructs.Construct, id *string, props *CfnApplicationProps) CfnApplication
Create a new `AWS::ApplicationInsights::Application`.
type CfnApplicationProps ¶
type CfnApplicationProps struct {
// `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.ResourceGroupName`.
ResourceGroupName *string `json:"resourceGroupName"`
// `AWS::ApplicationInsights::Application.Tags`.
Tags *[]*awscdk.CfnTag `json:"tags"`
}
Properties for defining a `AWS::ApplicationInsights::Application`.
TODO: EXAMPLE
type CfnApplication_AlarmMetricProperty ¶
type CfnApplication_AlarmMetricProperty struct {
// `CfnApplication.AlarmMetricProperty.AlarmMetricName`.
AlarmMetricName *string `json:"alarmMetricName"`
}
TODO: EXAMPLE
type CfnApplication_AlarmProperty ¶
type CfnApplication_AlarmProperty struct {
// `CfnApplication.AlarmProperty.AlarmName`.
AlarmName *string `json:"alarmName"`
// `CfnApplication.AlarmProperty.Severity`.
Severity *string `json:"severity"`
}
TODO: EXAMPLE
type CfnApplication_ComponentConfigurationProperty ¶
type CfnApplication_ComponentConfigurationProperty struct {
// `CfnApplication.ComponentConfigurationProperty.ConfigurationDetails`.
ConfigurationDetails interface{} `json:"configurationDetails"`
// `CfnApplication.ComponentConfigurationProperty.SubComponentTypeConfigurations`.
SubComponentTypeConfigurations interface{} `json:"subComponentTypeConfigurations"`
}
TODO: EXAMPLE
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"`
}
TODO: EXAMPLE
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"`
}
TODO: EXAMPLE
type CfnApplication_CustomComponentProperty ¶
type CfnApplication_CustomComponentProperty struct {
// `CfnApplication.CustomComponentProperty.ComponentName`.
ComponentName *string `json:"componentName"`
// `CfnApplication.CustomComponentProperty.ResourceList`.
ResourceList *[]*string `json:"resourceList"`
}
TODO: EXAMPLE
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"`
}
TODO: EXAMPLE
type CfnApplication_LogPatternProperty ¶
type CfnApplication_LogPatternProperty struct {
// `CfnApplication.LogPatternProperty.Pattern`.
Pattern *string `json:"pattern"`
// `CfnApplication.LogPatternProperty.PatternName`.
PatternName *string `json:"patternName"`
// `CfnApplication.LogPatternProperty.Rank`.
Rank *float64 `json:"rank"`
}
TODO: EXAMPLE
type CfnApplication_LogPatternSetProperty ¶
type CfnApplication_LogPatternSetProperty struct {
// `CfnApplication.LogPatternSetProperty.LogPatterns`.
LogPatterns interface{} `json:"logPatterns"`
// `CfnApplication.LogPatternSetProperty.PatternSetName`.
PatternSetName *string `json:"patternSetName"`
}
TODO: EXAMPLE
type CfnApplication_LogProperty ¶
type CfnApplication_LogProperty struct {
// `CfnApplication.LogProperty.Encoding`.
Encoding *string `json:"encoding"`
// `CfnApplication.LogProperty.LogGroupName`.
LogGroupName *string `json:"logGroupName"`
// `CfnApplication.LogProperty.LogPath`.
LogPath *string `json:"logPath"`
// `CfnApplication.LogProperty.LogType`.
LogType *string `json:"logType"`
// `CfnApplication.LogProperty.PatternSet`.
PatternSet *string `json:"patternSet"`
}
TODO: EXAMPLE
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"`
}
TODO: EXAMPLE
type CfnApplication_SubComponentTypeConfigurationProperty ¶
type CfnApplication_SubComponentTypeConfigurationProperty struct {
// `CfnApplication.SubComponentTypeConfigurationProperty.SubComponentConfigurationDetails`.
SubComponentConfigurationDetails interface{} `json:"subComponentConfigurationDetails"`
// `CfnApplication.SubComponentTypeConfigurationProperty.SubComponentType`.
SubComponentType *string `json:"subComponentType"`
}
TODO: EXAMPLE
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"`
}
TODO: EXAMPLE