Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.applicationinsights

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.applicationinsights package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.applicationinsights package. 
raw docstring

build-cfn-application-alarm-metric-property-builderclj

(build-cfn-application-alarm-metric-property-builder builder id config)

The build-cfn-application-alarm-metric-property-builder function updates a CfnApplication$AlarmMetricProperty$Builder instance using the provided configuration. The function takes the CfnApplication$AlarmMetricProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
alarmMetricNamejava.lang.Stringcdk.support/lookup-entry:alarm-metric-name
The build-cfn-application-alarm-metric-property-builder function updates a CfnApplication$AlarmMetricProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$AlarmMetricProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `alarmMetricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-metric-name` |
sourceraw docstring

build-cfn-application-alarm-property-builderclj

(build-cfn-application-alarm-property-builder builder id config)

The build-cfn-application-alarm-property-builder function updates a CfnApplication$AlarmProperty$Builder instance using the provided configuration. The function takes the CfnApplication$AlarmProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
alarmNamejava.lang.Stringcdk.support/lookup-entry:alarm-name
severityjava.lang.Stringcdk.support/lookup-entry:severity
The build-cfn-application-alarm-property-builder function updates a CfnApplication$AlarmProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$AlarmProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` |
| `severity` | java.lang.String | [[cdk.support/lookup-entry]] | `:severity` |
sourceraw docstring

build-cfn-application-builderclj

(build-cfn-application-builder builder id config)

The build-cfn-application-builder function updates a CfnApplication$Builder instance using the provided configuration. The function takes the CfnApplication$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
attachMissingPermissionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attach-missing-permission
autoConfigurationEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-configuration-enabled
componentMonitoringSettingsjava.util.Listcdk.support/lookup-entry:component-monitoring-settings
customComponentssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-components
cweMonitorEnabledjava.lang.Booleancdk.support/lookup-entry:cwe-monitor-enabled
groupingTypejava.lang.Stringcdk.support/lookup-entry:grouping-type
logPatternSetsjava.util.Listcdk.support/lookup-entry:log-pattern-sets
opsCenterEnabledjava.lang.Booleancdk.support/lookup-entry:ops-center-enabled
opsItemSnsTopicArnjava.lang.Stringcdk.support/lookup-entry:ops-item-sns-topic-arn
resourceGroupNamejava.lang.Stringcdk.support/lookup-entry:resource-group-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-application-builder function updates a CfnApplication$Builder instance using the provided configuration.
  The function takes the CfnApplication$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attachMissingPermission` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attach-missing-permission` |
| `autoConfigurationEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-configuration-enabled` |
| `componentMonitoringSettings` | java.util.List | [[cdk.support/lookup-entry]] | `:component-monitoring-settings` |
| `customComponents` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-components` |
| `cweMonitorEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cwe-monitor-enabled` |
| `groupingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:grouping-type` |
| `logPatternSets` | java.util.List | [[cdk.support/lookup-entry]] | `:log-pattern-sets` |
| `opsCenterEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ops-center-enabled` |
| `opsItemSnsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ops-item-sns-topic-arn` |
| `resourceGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-group-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-application-component-configuration-property-builderclj

(build-cfn-application-component-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-application-component-configuration-property-builder function updates a CfnApplication$ComponentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ComponentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationDetailssoftware.amazon.awscdk.services.applicationinsights.CfnApplication$ConfigurationDetailsPropertycdk.support/lookup-entry:configuration-details
subComponentTypeConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sub-component-type-configurations
The build-cfn-application-component-configuration-property-builder function updates a CfnApplication$ComponentConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$ComponentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationDetails` | software.amazon.awscdk.services.applicationinsights.CfnApplication$ConfigurationDetailsProperty | [[cdk.support/lookup-entry]] | `:configuration-details` |
| `subComponentTypeConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sub-component-type-configurations` |
sourceraw docstring

build-cfn-application-component-monitoring-setting-property-builderclj

(build-cfn-application-component-monitoring-setting-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-application-component-monitoring-setting-property-builder function updates a CfnApplication$ComponentMonitoringSettingProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ComponentMonitoringSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
componentArnjava.lang.Stringcdk.support/lookup-entry:component-arn
componentConfigurationModejava.lang.Stringcdk.support/lookup-entry:component-configuration-mode
componentNamejava.lang.Stringcdk.support/lookup-entry:component-name
customComponentConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-component-configuration
defaultOverwriteComponentConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-overwrite-component-configuration
tierjava.lang.Stringcdk.support/lookup-entry:tier
The build-cfn-application-component-monitoring-setting-property-builder function updates a CfnApplication$ComponentMonitoringSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$ComponentMonitoringSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `componentArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-arn` |
| `componentConfigurationMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-configuration-mode` |
| `componentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-name` |
| `customComponentConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-component-configuration` |
| `defaultOverwriteComponentConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-overwrite-component-configuration` |
| `tier` | java.lang.String | [[cdk.support/lookup-entry]] | `:tier` |
sourceraw docstring

build-cfn-application-configuration-details-property-builderclj

(build-cfn-application-configuration-details-property-builder builder id config)

The build-cfn-application-configuration-details-property-builder function updates a CfnApplication$ConfigurationDetailsProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ConfigurationDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
alarmMetricsjava.util.Listcdk.support/lookup-entry:alarm-metrics
alarmsjava.util.Listcdk.support/lookup-entry:alarms
haClusterPrometheusExportersoftware.amazon.awscdk.services.applicationinsights.CfnApplication$HAClusterPrometheusExporterPropertycdk.support/lookup-entry:ha-cluster-prometheus-exporter
hanaPrometheusExportersoftware.amazon.awscdk.services.applicationinsights.CfnApplication$HANAPrometheusExporterPropertycdk.support/lookup-entry:hana-prometheus-exporter
jmxPrometheusExportersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:jmx-prometheus-exporter
logssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logs
windowsEventssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:windows-events
The build-cfn-application-configuration-details-property-builder function updates a CfnApplication$ConfigurationDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$ConfigurationDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `alarmMetrics` | java.util.List | [[cdk.support/lookup-entry]] | `:alarm-metrics` |
| `alarms` | java.util.List | [[cdk.support/lookup-entry]] | `:alarms` |
| `haClusterPrometheusExporter` | software.amazon.awscdk.services.applicationinsights.CfnApplication$HAClusterPrometheusExporterProperty | [[cdk.support/lookup-entry]] | `:ha-cluster-prometheus-exporter` |
| `hanaPrometheusExporter` | software.amazon.awscdk.services.applicationinsights.CfnApplication$HANAPrometheusExporterProperty | [[cdk.support/lookup-entry]] | `:hana-prometheus-exporter` |
| `jmxPrometheusExporter` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:jmx-prometheus-exporter` |
| `logs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logs` |
| `windowsEvents` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:windows-events` |
sourceraw docstring

build-cfn-application-custom-component-property-builderclj

(build-cfn-application-custom-component-property-builder builder id config)

The build-cfn-application-custom-component-property-builder function updates a CfnApplication$CustomComponentProperty$Builder instance using the provided configuration. The function takes the CfnApplication$CustomComponentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
componentNamejava.lang.Stringcdk.support/lookup-entry:component-name
resourceListjava.util.Listcdk.support/lookup-entry:resource-list
The build-cfn-application-custom-component-property-builder function updates a CfnApplication$CustomComponentProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$CustomComponentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `componentName` | java.lang.String | [[cdk.support/lookup-entry]] | `:component-name` |
| `resourceList` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-list` |
sourceraw docstring

build-cfn-application-ha-cluster-prometheus-exporter-property-builderclj

(build-cfn-application-ha-cluster-prometheus-exporter-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-application-ha-cluster-prometheus-exporter-property-builder function updates a CfnApplication$HAClusterPrometheusExporterProperty$Builder instance using the provided configuration. The function takes the CfnApplication$HAClusterPrometheusExporterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
prometheusPortjava.lang.Stringcdk.support/lookup-entry:prometheus-port
The build-cfn-application-ha-cluster-prometheus-exporter-property-builder function updates a CfnApplication$HAClusterPrometheusExporterProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$HAClusterPrometheusExporterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `prometheusPort` | java.lang.String | [[cdk.support/lookup-entry]] | `:prometheus-port` |
sourceraw docstring

build-cfn-application-hana-prometheus-exporter-property-builderclj

(build-cfn-application-hana-prometheus-exporter-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-application-hana-prometheus-exporter-property-builder function updates a CfnApplication$HANAPrometheusExporterProperty$Builder instance using the provided configuration. The function takes the CfnApplication$HANAPrometheusExporterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
agreeToInstallHanadbClientsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:agree-to-install-hanadb-client
hanaPortjava.lang.Stringcdk.support/lookup-entry:hana-port
hanaSecretNamejava.lang.Stringcdk.support/lookup-entry:hana-secret-name
hanasidjava.lang.Stringcdk.support/lookup-entry:hanasid
prometheusPortjava.lang.Stringcdk.support/lookup-entry:prometheus-port
The build-cfn-application-hana-prometheus-exporter-property-builder function updates a CfnApplication$HANAPrometheusExporterProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$HANAPrometheusExporterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `agreeToInstallHanadbClient` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:agree-to-install-hanadb-client` |
| `hanaPort` | java.lang.String | [[cdk.support/lookup-entry]] | `:hana-port` |
| `hanaSecretName` | java.lang.String | [[cdk.support/lookup-entry]] | `:hana-secret-name` |
| `hanasid` | java.lang.String | [[cdk.support/lookup-entry]] | `:hanasid` |
| `prometheusPort` | java.lang.String | [[cdk.support/lookup-entry]] | `:prometheus-port` |
sourceraw docstring

build-cfn-application-jmx-prometheus-exporter-property-builderclj

(build-cfn-application-jmx-prometheus-exporter-property-builder builder
                                                                id
                                                                config)

The build-cfn-application-jmx-prometheus-exporter-property-builder function updates a CfnApplication$JMXPrometheusExporterProperty$Builder instance using the provided configuration. The function takes the CfnApplication$JMXPrometheusExporterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
hostPortjava.lang.Stringcdk.support/lookup-entry:host-port
jmxurljava.lang.Stringcdk.support/lookup-entry:jmxurl
prometheusPortjava.lang.Stringcdk.support/lookup-entry:prometheus-port
The build-cfn-application-jmx-prometheus-exporter-property-builder function updates a CfnApplication$JMXPrometheusExporterProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$JMXPrometheusExporterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `hostPort` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-port` |
| `jmxurl` | java.lang.String | [[cdk.support/lookup-entry]] | `:jmxurl` |
| `prometheusPort` | java.lang.String | [[cdk.support/lookup-entry]] | `:prometheus-port` |
sourceraw docstring

build-cfn-application-log-pattern-property-builderclj

(build-cfn-application-log-pattern-property-builder builder id config)

The build-cfn-application-log-pattern-property-builder function updates a CfnApplication$LogPatternProperty$Builder instance using the provided configuration. The function takes the CfnApplication$LogPatternProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
patternjava.lang.Stringcdk.support/lookup-entry:pattern
patternNamejava.lang.Stringcdk.support/lookup-entry:pattern-name
rankjava.lang.Numbercdk.support/lookup-entry:rank
The build-cfn-application-log-pattern-property-builder function updates a CfnApplication$LogPatternProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$LogPatternProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `pattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern` |
| `patternName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern-name` |
| `rank` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rank` |
sourceraw docstring

build-cfn-application-log-pattern-set-property-builderclj

(build-cfn-application-log-pattern-set-property-builder builder id config)

The build-cfn-application-log-pattern-set-property-builder function updates a CfnApplication$LogPatternSetProperty$Builder instance using the provided configuration. The function takes the CfnApplication$LogPatternSetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
logPatternsjava.util.Listcdk.support/lookup-entry:log-patterns
patternSetNamejava.lang.Stringcdk.support/lookup-entry:pattern-set-name
The build-cfn-application-log-pattern-set-property-builder function updates a CfnApplication$LogPatternSetProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$LogPatternSetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `logPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:log-patterns` |
| `patternSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern-set-name` |
sourceraw docstring

build-cfn-application-log-property-builderclj

(build-cfn-application-log-property-builder builder id config)

The build-cfn-application-log-property-builder function updates a CfnApplication$LogProperty$Builder instance using the provided configuration. The function takes the CfnApplication$LogProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
encodingjava.lang.Stringcdk.support/lookup-entry:encoding
logGroupNamejava.lang.Stringcdk.support/lookup-entry:log-group-name
logPathjava.lang.Stringcdk.support/lookup-entry:log-path
logTypejava.lang.Stringcdk.support/lookup-entry:log-type
patternSetjava.lang.Stringcdk.support/lookup-entry:pattern-set
The build-cfn-application-log-property-builder function updates a CfnApplication$LogProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$LogProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `encoding` | java.lang.String | [[cdk.support/lookup-entry]] | `:encoding` |
| `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
| `logPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-path` |
| `logType` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-type` |
| `patternSet` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern-set` |
sourceraw docstring

build-cfn-application-props-builderclj

(build-cfn-application-props-builder builder id config)

The build-cfn-application-props-builder function updates a CfnApplicationProps$Builder instance using the provided configuration. The function takes the CfnApplicationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
attachMissingPermissionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attach-missing-permission
autoConfigurationEnabledjava.lang.Booleancdk.support/lookup-entry:auto-configuration-enabled
componentMonitoringSettingsjava.util.Listcdk.support/lookup-entry:component-monitoring-settings
customComponentsjava.util.Listcdk.support/lookup-entry:custom-components
cweMonitorEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cwe-monitor-enabled
groupingTypejava.lang.Stringcdk.support/lookup-entry:grouping-type
logPatternSetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:log-pattern-sets
opsCenterEnabledjava.lang.Booleancdk.support/lookup-entry:ops-center-enabled
opsItemSnsTopicArnjava.lang.Stringcdk.support/lookup-entry:ops-item-sns-topic-arn
resourceGroupNamejava.lang.Stringcdk.support/lookup-entry:resource-group-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-application-props-builder function updates a CfnApplicationProps$Builder instance using the provided configuration.
  The function takes the CfnApplicationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attachMissingPermission` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attach-missing-permission` |
| `autoConfigurationEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-configuration-enabled` |
| `componentMonitoringSettings` | java.util.List | [[cdk.support/lookup-entry]] | `:component-monitoring-settings` |
| `customComponents` | java.util.List | [[cdk.support/lookup-entry]] | `:custom-components` |
| `cweMonitorEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cwe-monitor-enabled` |
| `groupingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:grouping-type` |
| `logPatternSets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:log-pattern-sets` |
| `opsCenterEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ops-center-enabled` |
| `opsItemSnsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ops-item-sns-topic-arn` |
| `resourceGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-group-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-application-sub-component-configuration-details-property-builderclj

(build-cfn-application-sub-component-configuration-details-property-builder
  builder
  id
  config)

The build-cfn-application-sub-component-configuration-details-property-builder function updates a CfnApplication$SubComponentConfigurationDetailsProperty$Builder instance using the provided configuration. The function takes the CfnApplication$SubComponentConfigurationDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
alarmMetricsjava.util.Listcdk.support/lookup-entry:alarm-metrics
logssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logs
windowsEventsjava.util.Listcdk.support/lookup-entry:windows-events
The build-cfn-application-sub-component-configuration-details-property-builder function updates a CfnApplication$SubComponentConfigurationDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$SubComponentConfigurationDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `alarmMetrics` | java.util.List | [[cdk.support/lookup-entry]] | `:alarm-metrics` |
| `logs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logs` |
| `windowsEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:windows-events` |
sourceraw docstring

build-cfn-application-sub-component-type-configuration-property-builderclj

(build-cfn-application-sub-component-type-configuration-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-application-sub-component-type-configuration-property-builder function updates a CfnApplication$SubComponentTypeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$SubComponentTypeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
subComponentConfigurationDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sub-component-configuration-details
subComponentTypejava.lang.Stringcdk.support/lookup-entry:sub-component-type
The build-cfn-application-sub-component-type-configuration-property-builder function updates a CfnApplication$SubComponentTypeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$SubComponentTypeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `subComponentConfigurationDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sub-component-configuration-details` |
| `subComponentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:sub-component-type` |
sourceraw docstring

build-cfn-application-windows-event-property-builderclj

(build-cfn-application-windows-event-property-builder builder id config)

The build-cfn-application-windows-event-property-builder function updates a CfnApplication$WindowsEventProperty$Builder instance using the provided configuration. The function takes the CfnApplication$WindowsEventProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
eventLevelsjava.util.Listcdk.support/lookup-entry:event-levels
eventNamejava.lang.Stringcdk.support/lookup-entry:event-name
logGroupNamejava.lang.Stringcdk.support/lookup-entry:log-group-name
patternSetjava.lang.Stringcdk.support/lookup-entry:pattern-set
The build-cfn-application-windows-event-property-builder function updates a CfnApplication$WindowsEventProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$WindowsEventProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `eventLevels` | java.util.List | [[cdk.support/lookup-entry]] | `:event-levels` |
| `eventName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-name` |
| `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
| `patternSet` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern-set` |
sourceraw docstring

cfn-application-alarm-metric-property-builderclj

(cfn-application-alarm-metric-property-builder id config)

Creates a CfnApplication$AlarmMetricProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$AlarmMetricProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-alarm-property-builderclj

(cfn-application-alarm-property-builder id config)

Creates a CfnApplication$AlarmProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$AlarmProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-builderclj

(cfn-application-builder scope id config)

Creates a CfnApplication$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnApplication$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-component-configuration-property-builderclj

(cfn-application-component-configuration-property-builder id config)

Creates a CfnApplication$ComponentConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$ComponentConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-component-monitoring-setting-property-builderclj

(cfn-application-component-monitoring-setting-property-builder id config)

Creates a CfnApplication$ComponentMonitoringSettingProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$ComponentMonitoringSettingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-configuration-details-property-builderclj

(cfn-application-configuration-details-property-builder id config)

Creates a CfnApplication$ConfigurationDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$ConfigurationDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-custom-component-property-builderclj

(cfn-application-custom-component-property-builder id config)

Creates a CfnApplication$CustomComponentProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$CustomComponentProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-ha-cluster-prometheus-exporter-property-builderclj

(cfn-application-ha-cluster-prometheus-exporter-property-builder id config)

Creates a CfnApplication$HAClusterPrometheusExporterProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$HAClusterPrometheusExporterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-hana-prometheus-exporter-property-builderclj

(cfn-application-hana-prometheus-exporter-property-builder id config)

Creates a CfnApplication$HANAPrometheusExporterProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$HANAPrometheusExporterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-jmx-prometheus-exporter-property-builderclj

(cfn-application-jmx-prometheus-exporter-property-builder id config)

Creates a CfnApplication$JMXPrometheusExporterProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$JMXPrometheusExporterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-log-pattern-property-builderclj

(cfn-application-log-pattern-property-builder id config)

Creates a CfnApplication$LogPatternProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$LogPatternProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-log-pattern-set-property-builderclj

(cfn-application-log-pattern-set-property-builder id config)

Creates a CfnApplication$LogPatternSetProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$LogPatternSetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-log-property-builderclj

(cfn-application-log-property-builder id config)

Creates a CfnApplication$LogProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$LogProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-props-builderclj

(cfn-application-props-builder id config)

Creates a CfnApplicationProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-sub-component-configuration-details-property-builderclj

(cfn-application-sub-component-configuration-details-property-builder id config)

Creates a CfnApplication$SubComponentConfigurationDetailsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$SubComponentConfigurationDetailsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-sub-component-type-configuration-property-builderclj

(cfn-application-sub-component-type-configuration-property-builder id config)

Creates a CfnApplication$SubComponentTypeConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$SubComponentTypeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-application-windows-event-property-builderclj

(cfn-application-windows-event-property-builder id config)

Creates a CfnApplication$WindowsEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$WindowsEventProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close