Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.cloudwatch

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

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

alarm-action-config-builderclj

(alarm-action-config-builder id config)

Creates a AlarmActionConfig$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  `AlarmActionConfig$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

alarm-builderclj

(alarm-builder scope id config)

Creates a Alarm$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  `Alarm$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

alarm-props-builderclj

(alarm-props-builder id config)

Creates a AlarmProps$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  `AlarmProps$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

alarm-stateclj

(alarm-state config id item-key)

The alarm-state function data interprets values in the provided config data into a AlarmState instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of AlarmState - the value is returned.
  • is :ok - AlarmState/OK is returned
  • is :insufficient-data - AlarmState/INSUFFICIENT_DATA is returned
  • is :alarm - AlarmState/ALARM is returned

If a value is not found or matches the above criteria, nil is returned.

The `alarm-state` function data interprets values in the provided config data into a 
`AlarmState` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `AlarmState` - the value is returned.
* is `:ok` - `AlarmState/OK` is returned
* is `:insufficient-data` - `AlarmState/INSUFFICIENT_DATA` is returned
* is `:alarm` - `AlarmState/ALARM` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

alarm-status-widget-builderclj

(alarm-status-widget-builder id config)

Creates a AlarmStatusWidget$Builder instance using a no-argument create, 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  `AlarmStatusWidget$Builder` instance using a no-argument create, 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

alarm-status-widget-props-builderclj

(alarm-status-widget-props-builder id config)

Creates a AlarmStatusWidgetProps$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  `AlarmStatusWidgetProps$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

alarm-status-widget-sort-byclj

(alarm-status-widget-sort-by config id item-key)

The alarm-status-widget-sort-by function data interprets values in the provided config data into a AlarmStatusWidgetSortBy instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of AlarmStatusWidgetSortBy - the value is returned.
  • is :default - AlarmStatusWidgetSortBy/DEFAULT is returned
  • is :state-updated-timestamp - AlarmStatusWidgetSortBy/STATE_UPDATED_TIMESTAMP is returned
  • is :timestamp - AlarmStatusWidgetSortBy/TIMESTAMP is returned

If a value is not found or matches the above criteria, nil is returned.

The `alarm-status-widget-sort-by` function data interprets values in the provided config data into a 
`AlarmStatusWidgetSortBy` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `AlarmStatusWidgetSortBy` - the value is returned.
* is `:default` - `AlarmStatusWidgetSortBy/DEFAULT` is returned
* is `:state-updated-timestamp` - `AlarmStatusWidgetSortBy/STATE_UPDATED_TIMESTAMP` is returned
* is `:timestamp` - `AlarmStatusWidgetSortBy/TIMESTAMP` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

alarm-widget-builderclj

(alarm-widget-builder id config)

Creates a AlarmWidget$Builder instance using a no-argument create, 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  `AlarmWidget$Builder` instance using a no-argument create, 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

alarm-widget-props-builderclj

(alarm-widget-props-builder id config)

Creates a AlarmWidgetProps$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  `AlarmWidgetProps$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

build-alarm-action-config-builderclj

(build-alarm-action-config-builder builder id config)

The build-alarm-action-config-builder function updates a AlarmActionConfig$Builder instance using the provided configuration. The function takes the AlarmActionConfig$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
alarmActionArnjava.lang.Stringcdk.support/lookup-entry:alarm-action-arn
The build-alarm-action-config-builder function updates a AlarmActionConfig$Builder instance using the provided configuration.
  The function takes the AlarmActionConfig$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 |
|---|---|---|---|
| `alarmActionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-action-arn` |
sourceraw docstring

build-alarm-builderclj

(build-alarm-builder builder id config)

The build-alarm-builder function updates a Alarm$Builder instance using the provided configuration. The function takes the Alarm$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
actionsEnabledjava.lang.Booleancdk.support/lookup-entry:actions-enabled
alarmDescriptionjava.lang.Stringcdk.support/lookup-entry:alarm-description
alarmNamejava.lang.Stringcdk.support/lookup-entry:alarm-name
comparisonOperatorsoftware.amazon.awscdk.services.cloudwatch.ComparisonOperatorcdk.api.services.cloudwatch/comparison-operator:comparison-operator
datapointsToAlarmjava.lang.Numbercdk.support/lookup-entry:datapoints-to-alarm
evaluateLowSampleCountPercentilejava.lang.Stringcdk.support/lookup-entry:evaluate-low-sample-count-percentile
evaluationPeriodsjava.lang.Numbercdk.support/lookup-entry:evaluation-periods
metricsoftware.amazon.awscdk.services.cloudwatch.IMetriccdk.support/lookup-entry:metric
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
treatMissingDatasoftware.amazon.awscdk.services.cloudwatch.TreatMissingDatacdk.api.services.cloudwatch/treat-missing-data:treat-missing-data
The build-alarm-builder function updates a Alarm$Builder instance using the provided configuration.
  The function takes the Alarm$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 |
|---|---|---|---|
| `actionsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:actions-enabled` |
| `alarmDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-description` |
| `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` |
| `comparisonOperator` | software.amazon.awscdk.services.cloudwatch.ComparisonOperator | [[cdk.api.services.cloudwatch/comparison-operator]] | `:comparison-operator` |
| `datapointsToAlarm` | java.lang.Number | [[cdk.support/lookup-entry]] | `:datapoints-to-alarm` |
| `evaluateLowSampleCountPercentile` | java.lang.String | [[cdk.support/lookup-entry]] | `:evaluate-low-sample-count-percentile` |
| `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` |
| `metric` | software.amazon.awscdk.services.cloudwatch.IMetric | [[cdk.support/lookup-entry]] | `:metric` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `treatMissingData` | software.amazon.awscdk.services.cloudwatch.TreatMissingData | [[cdk.api.services.cloudwatch/treat-missing-data]] | `:treat-missing-data` |
sourceraw docstring

build-alarm-props-builderclj

(build-alarm-props-builder builder id config)

The build-alarm-props-builder function updates a AlarmProps$Builder instance using the provided configuration. The function takes the AlarmProps$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
actionsEnabledjava.lang.Booleancdk.support/lookup-entry:actions-enabled
alarmDescriptionjava.lang.Stringcdk.support/lookup-entry:alarm-description
alarmNamejava.lang.Stringcdk.support/lookup-entry:alarm-name
comparisonOperatorsoftware.amazon.awscdk.services.cloudwatch.ComparisonOperatorcdk.api.services.cloudwatch/comparison-operator:comparison-operator
datapointsToAlarmjava.lang.Numbercdk.support/lookup-entry:datapoints-to-alarm
evaluateLowSampleCountPercentilejava.lang.Stringcdk.support/lookup-entry:evaluate-low-sample-count-percentile
evaluationPeriodsjava.lang.Numbercdk.support/lookup-entry:evaluation-periods
metricsoftware.amazon.awscdk.services.cloudwatch.IMetriccdk.support/lookup-entry:metric
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
treatMissingDatasoftware.amazon.awscdk.services.cloudwatch.TreatMissingDatacdk.api.services.cloudwatch/treat-missing-data:treat-missing-data
The build-alarm-props-builder function updates a AlarmProps$Builder instance using the provided configuration.
  The function takes the AlarmProps$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 |
|---|---|---|---|
| `actionsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:actions-enabled` |
| `alarmDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-description` |
| `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` |
| `comparisonOperator` | software.amazon.awscdk.services.cloudwatch.ComparisonOperator | [[cdk.api.services.cloudwatch/comparison-operator]] | `:comparison-operator` |
| `datapointsToAlarm` | java.lang.Number | [[cdk.support/lookup-entry]] | `:datapoints-to-alarm` |
| `evaluateLowSampleCountPercentile` | java.lang.String | [[cdk.support/lookup-entry]] | `:evaluate-low-sample-count-percentile` |
| `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` |
| `metric` | software.amazon.awscdk.services.cloudwatch.IMetric | [[cdk.support/lookup-entry]] | `:metric` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `treatMissingData` | software.amazon.awscdk.services.cloudwatch.TreatMissingData | [[cdk.api.services.cloudwatch/treat-missing-data]] | `:treat-missing-data` |
sourceraw docstring

build-alarm-status-widget-builderclj

(build-alarm-status-widget-builder builder id config)

The build-alarm-status-widget-builder function updates a AlarmStatusWidget$Builder instance using the provided configuration. The function takes the AlarmStatusWidget$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
alarmsjava.util.Listcdk.support/lookup-entry:alarms
heightjava.lang.Numbercdk.support/lookup-entry:height
sortBysoftware.amazon.awscdk.services.cloudwatch.AlarmStatusWidgetSortBycdk.api.services.cloudwatch/alarm-status-widget-sort-by:sort-by
statesjava.util.Listcdk.support/lookup-entry:states
titlejava.lang.Stringcdk.support/lookup-entry:title
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-alarm-status-widget-builder function updates a AlarmStatusWidget$Builder instance using the provided configuration.
  The function takes the AlarmStatusWidget$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 |
|---|---|---|---|
| `alarms` | java.util.List | [[cdk.support/lookup-entry]] | `:alarms` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `sortBy` | software.amazon.awscdk.services.cloudwatch.AlarmStatusWidgetSortBy | [[cdk.api.services.cloudwatch/alarm-status-widget-sort-by]] | `:sort-by` |
| `states` | java.util.List | [[cdk.support/lookup-entry]] | `:states` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-alarm-status-widget-props-builderclj

(build-alarm-status-widget-props-builder builder id config)

The build-alarm-status-widget-props-builder function updates a AlarmStatusWidgetProps$Builder instance using the provided configuration. The function takes the AlarmStatusWidgetProps$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
alarmsjava.util.Listcdk.support/lookup-entry:alarms
heightjava.lang.Numbercdk.support/lookup-entry:height
sortBysoftware.amazon.awscdk.services.cloudwatch.AlarmStatusWidgetSortBycdk.api.services.cloudwatch/alarm-status-widget-sort-by:sort-by
statesjava.util.Listcdk.support/lookup-entry:states
titlejava.lang.Stringcdk.support/lookup-entry:title
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-alarm-status-widget-props-builder function updates a AlarmStatusWidgetProps$Builder instance using the provided configuration.
  The function takes the AlarmStatusWidgetProps$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 |
|---|---|---|---|
| `alarms` | java.util.List | [[cdk.support/lookup-entry]] | `:alarms` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `sortBy` | software.amazon.awscdk.services.cloudwatch.AlarmStatusWidgetSortBy | [[cdk.api.services.cloudwatch/alarm-status-widget-sort-by]] | `:sort-by` |
| `states` | java.util.List | [[cdk.support/lookup-entry]] | `:states` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-alarm-widget-builderclj

(build-alarm-widget-builder builder id config)

The build-alarm-widget-builder function updates a AlarmWidget$Builder instance using the provided configuration. The function takes the AlarmWidget$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
alarmsoftware.amazon.awscdk.services.cloudwatch.IAlarmcdk.support/lookup-entry:alarm
heightjava.lang.Numbercdk.support/lookup-entry:height
leftYAxissoftware.amazon.awscdk.services.cloudwatch.YAxisPropscdk.support/lookup-entry:left-y-axis
regionjava.lang.Stringcdk.support/lookup-entry:region
titlejava.lang.Stringcdk.support/lookup-entry:title
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-alarm-widget-builder function updates a AlarmWidget$Builder instance using the provided configuration.
  The function takes the AlarmWidget$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 |
|---|---|---|---|
| `alarm` | software.amazon.awscdk.services.cloudwatch.IAlarm | [[cdk.support/lookup-entry]] | `:alarm` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `leftYAxis` | software.amazon.awscdk.services.cloudwatch.YAxisProps | [[cdk.support/lookup-entry]] | `:left-y-axis` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-alarm-widget-props-builderclj

(build-alarm-widget-props-builder builder id config)

The build-alarm-widget-props-builder function updates a AlarmWidgetProps$Builder instance using the provided configuration. The function takes the AlarmWidgetProps$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
alarmsoftware.amazon.awscdk.services.cloudwatch.IAlarmcdk.support/lookup-entry:alarm
heightjava.lang.Numbercdk.support/lookup-entry:height
leftYAxissoftware.amazon.awscdk.services.cloudwatch.YAxisPropscdk.support/lookup-entry:left-y-axis
regionjava.lang.Stringcdk.support/lookup-entry:region
titlejava.lang.Stringcdk.support/lookup-entry:title
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-alarm-widget-props-builder function updates a AlarmWidgetProps$Builder instance using the provided configuration.
  The function takes the AlarmWidgetProps$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 |
|---|---|---|---|
| `alarm` | software.amazon.awscdk.services.cloudwatch.IAlarm | [[cdk.support/lookup-entry]] | `:alarm` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `leftYAxis` | software.amazon.awscdk.services.cloudwatch.YAxisProps | [[cdk.support/lookup-entry]] | `:left-y-axis` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-cfn-alarm-builderclj

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

The build-cfn-alarm-builder function updates a CfnAlarm$Builder instance using the provided configuration. The function takes the CfnAlarm$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
actionsEnabledjava.lang.Booleancdk.support/lookup-entry:actions-enabled
alarmActionsjava.util.Listcdk.support/lookup-entry:alarm-actions
alarmDescriptionjava.lang.Stringcdk.support/lookup-entry:alarm-description
alarmNamejava.lang.Stringcdk.support/lookup-entry:alarm-name
comparisonOperatorjava.lang.Stringcdk.support/lookup-entry:comparison-operator
datapointsToAlarmjava.lang.Numbercdk.support/lookup-entry:datapoints-to-alarm
dimensionsjava.util.Listcdk.support/lookup-entry:dimensions
evaluateLowSampleCountPercentilejava.lang.Stringcdk.support/lookup-entry:evaluate-low-sample-count-percentile
evaluationPeriodsjava.lang.Numbercdk.support/lookup-entry:evaluation-periods
extendedStatisticjava.lang.Stringcdk.support/lookup-entry:extended-statistic
insufficientDataActionsjava.util.Listcdk.support/lookup-entry:insufficient-data-actions
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
metricssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:metrics
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
okActionsjava.util.Listcdk.support/lookup-entry:ok-actions
periodjava.lang.Numbercdk.support/lookup-entry:period
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
tagsjava.util.Listcdk.support/lookup-entry:tags
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
thresholdMetricIdjava.lang.Stringcdk.support/lookup-entry:threshold-metric-id
treatMissingDatajava.lang.Stringcdk.support/lookup-entry:treat-missing-data
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-alarm-builder function updates a CfnAlarm$Builder instance using the provided configuration.
  The function takes the CfnAlarm$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 |
|---|---|---|---|
| `actionsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:actions-enabled` |
| `alarmActions` | java.util.List | [[cdk.support/lookup-entry]] | `:alarm-actions` |
| `alarmDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-description` |
| `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` |
| `comparisonOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison-operator` |
| `datapointsToAlarm` | java.lang.Number | [[cdk.support/lookup-entry]] | `:datapoints-to-alarm` |
| `dimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:dimensions` |
| `evaluateLowSampleCountPercentile` | java.lang.String | [[cdk.support/lookup-entry]] | `:evaluate-low-sample-count-percentile` |
| `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` |
| `extendedStatistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:extended-statistic` |
| `insufficientDataActions` | java.util.List | [[cdk.support/lookup-entry]] | `:insufficient-data-actions` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `metrics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metrics` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `okActions` | java.util.List | [[cdk.support/lookup-entry]] | `:ok-actions` |
| `period` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `thresholdMetricId` | java.lang.String | [[cdk.support/lookup-entry]] | `:threshold-metric-id` |
| `treatMissingData` | java.lang.String | [[cdk.support/lookup-entry]] | `:treat-missing-data` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-alarm-dimension-property-builderclj

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

The build-cfn-alarm-dimension-property-builder function updates a CfnAlarm$DimensionProperty$Builder instance using the provided configuration. The function takes the CfnAlarm$DimensionProperty$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
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-alarm-dimension-property-builder function updates a CfnAlarm$DimensionProperty$Builder instance using the provided configuration.
  The function takes the CfnAlarm$DimensionProperty$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 |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-alarm-metric-data-query-property-builderclj

(build-cfn-alarm-metric-data-query-property-builder builder id config)

The build-cfn-alarm-metric-data-query-property-builder function updates a CfnAlarm$MetricDataQueryProperty$Builder instance using the provided configuration. The function takes the CfnAlarm$MetricDataQueryProperty$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
accountIdjava.lang.Stringcdk.support/lookup-entry:account-id
expressionjava.lang.Stringcdk.support/lookup-entry:expression
idjava.lang.Stringcdk.support/lookup-entry:id
labeljava.lang.Stringcdk.support/lookup-entry:label
metricStatsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:metric-stat
periodjava.lang.Numbercdk.support/lookup-entry:period
returnDatajava.lang.Booleancdk.support/lookup-entry:return-data
The build-cfn-alarm-metric-data-query-property-builder function updates a CfnAlarm$MetricDataQueryProperty$Builder instance using the provided configuration.
  The function takes the CfnAlarm$MetricDataQueryProperty$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 |
|---|---|---|---|
| `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` |
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `metricStat` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metric-stat` |
| `period` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period` |
| `returnData` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:return-data` |
sourceraw docstring

build-cfn-alarm-metric-property-builderclj

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

The build-cfn-alarm-metric-property-builder function updates a CfnAlarm$MetricProperty$Builder instance using the provided configuration. The function takes the CfnAlarm$MetricProperty$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
dimensionsjava.util.Listcdk.support/lookup-entry:dimensions
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
The build-cfn-alarm-metric-property-builder function updates a CfnAlarm$MetricProperty$Builder instance using the provided configuration.
  The function takes the CfnAlarm$MetricProperty$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 |
|---|---|---|---|
| `dimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:dimensions` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
sourceraw docstring

build-cfn-alarm-metric-stat-property-builderclj

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

The build-cfn-alarm-metric-stat-property-builder function updates a CfnAlarm$MetricStatProperty$Builder instance using the provided configuration. The function takes the CfnAlarm$MetricStatProperty$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
metricsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:metric
periodjava.lang.Numbercdk.support/lookup-entry:period
statjava.lang.Stringcdk.support/lookup-entry:stat
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-alarm-metric-stat-property-builder function updates a CfnAlarm$MetricStatProperty$Builder instance using the provided configuration.
  The function takes the CfnAlarm$MetricStatProperty$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 |
|---|---|---|---|
| `metric` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metric` |
| `period` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period` |
| `stat` | java.lang.String | [[cdk.support/lookup-entry]] | `:stat` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-alarm-props-builderclj

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

The build-cfn-alarm-props-builder function updates a CfnAlarmProps$Builder instance using the provided configuration. The function takes the CfnAlarmProps$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
actionsEnabledjava.lang.Booleancdk.support/lookup-entry:actions-enabled
alarmActionsjava.util.Listcdk.support/lookup-entry:alarm-actions
alarmDescriptionjava.lang.Stringcdk.support/lookup-entry:alarm-description
alarmNamejava.lang.Stringcdk.support/lookup-entry:alarm-name
comparisonOperatorjava.lang.Stringcdk.support/lookup-entry:comparison-operator
datapointsToAlarmjava.lang.Numbercdk.support/lookup-entry:datapoints-to-alarm
dimensionsjava.util.Listcdk.support/lookup-entry:dimensions
evaluateLowSampleCountPercentilejava.lang.Stringcdk.support/lookup-entry:evaluate-low-sample-count-percentile
evaluationPeriodsjava.lang.Numbercdk.support/lookup-entry:evaluation-periods
extendedStatisticjava.lang.Stringcdk.support/lookup-entry:extended-statistic
insufficientDataActionsjava.util.Listcdk.support/lookup-entry:insufficient-data-actions
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
metricsjava.util.Listcdk.support/lookup-entry:metrics
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
okActionsjava.util.Listcdk.support/lookup-entry:ok-actions
periodjava.lang.Numbercdk.support/lookup-entry:period
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
tagsjava.util.Listcdk.support/lookup-entry:tags
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
thresholdMetricIdjava.lang.Stringcdk.support/lookup-entry:threshold-metric-id
treatMissingDatajava.lang.Stringcdk.support/lookup-entry:treat-missing-data
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-alarm-props-builder function updates a CfnAlarmProps$Builder instance using the provided configuration.
  The function takes the CfnAlarmProps$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 |
|---|---|---|---|
| `actionsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:actions-enabled` |
| `alarmActions` | java.util.List | [[cdk.support/lookup-entry]] | `:alarm-actions` |
| `alarmDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-description` |
| `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` |
| `comparisonOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison-operator` |
| `datapointsToAlarm` | java.lang.Number | [[cdk.support/lookup-entry]] | `:datapoints-to-alarm` |
| `dimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:dimensions` |
| `evaluateLowSampleCountPercentile` | java.lang.String | [[cdk.support/lookup-entry]] | `:evaluate-low-sample-count-percentile` |
| `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` |
| `extendedStatistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:extended-statistic` |
| `insufficientDataActions` | java.util.List | [[cdk.support/lookup-entry]] | `:insufficient-data-actions` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `metrics` | java.util.List | [[cdk.support/lookup-entry]] | `:metrics` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `okActions` | java.util.List | [[cdk.support/lookup-entry]] | `:ok-actions` |
| `period` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `thresholdMetricId` | java.lang.String | [[cdk.support/lookup-entry]] | `:threshold-metric-id` |
| `treatMissingData` | java.lang.String | [[cdk.support/lookup-entry]] | `:treat-missing-data` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-anomaly-detector-builderclj

(build-cfn-anomaly-detector-builder builder id config)

The build-cfn-anomaly-detector-builder function updates a CfnAnomalyDetector$Builder instance using the provided configuration. The function takes the CfnAnomalyDetector$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
configurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration
dimensionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dimensions
metricCharacteristicssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:metric-characteristics
metricMathAnomalyDetectorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:metric-math-anomaly-detector
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
singleMetricAnomalyDetectorsoftware.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector$SingleMetricAnomalyDetectorPropertycdk.support/lookup-entry:single-metric-anomaly-detector
statjava.lang.Stringcdk.support/lookup-entry:stat
The build-cfn-anomaly-detector-builder function updates a CfnAnomalyDetector$Builder instance using the provided configuration.
  The function takes the CfnAnomalyDetector$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 |
|---|---|---|---|
| `configuration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration` |
| `dimensions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dimensions` |
| `metricCharacteristics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metric-characteristics` |
| `metricMathAnomalyDetector` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metric-math-anomaly-detector` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `singleMetricAnomalyDetector` | software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector$SingleMetricAnomalyDetectorProperty | [[cdk.support/lookup-entry]] | `:single-metric-anomaly-detector` |
| `stat` | java.lang.String | [[cdk.support/lookup-entry]] | `:stat` |
sourceraw docstring

build-cfn-anomaly-detector-configuration-property-builderclj

(build-cfn-anomaly-detector-configuration-property-builder builder id config)

The build-cfn-anomaly-detector-configuration-property-builder function updates a CfnAnomalyDetector$ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAnomalyDetector$ConfigurationProperty$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
excludedTimeRangessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:excluded-time-ranges
metricTimeZonejava.lang.Stringcdk.support/lookup-entry:metric-time-zone
The build-cfn-anomaly-detector-configuration-property-builder function updates a CfnAnomalyDetector$ConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnAnomalyDetector$ConfigurationProperty$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 |
|---|---|---|---|
| `excludedTimeRanges` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:excluded-time-ranges` |
| `metricTimeZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-time-zone` |
sourceraw docstring

build-cfn-anomaly-detector-dimension-property-builderclj

(build-cfn-anomaly-detector-dimension-property-builder builder id config)

The build-cfn-anomaly-detector-dimension-property-builder function updates a CfnAnomalyDetector$DimensionProperty$Builder instance using the provided configuration. The function takes the CfnAnomalyDetector$DimensionProperty$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
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-anomaly-detector-dimension-property-builder function updates a CfnAnomalyDetector$DimensionProperty$Builder instance using the provided configuration.
  The function takes the CfnAnomalyDetector$DimensionProperty$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 |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-anomaly-detector-metric-characteristics-property-builderclj

(build-cfn-anomaly-detector-metric-characteristics-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-anomaly-detector-metric-characteristics-property-builder function updates a CfnAnomalyDetector$MetricCharacteristicsProperty$Builder instance using the provided configuration. The function takes the CfnAnomalyDetector$MetricCharacteristicsProperty$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
periodicSpikessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:periodic-spikes
The build-cfn-anomaly-detector-metric-characteristics-property-builder function updates a CfnAnomalyDetector$MetricCharacteristicsProperty$Builder instance using the provided configuration.
  The function takes the CfnAnomalyDetector$MetricCharacteristicsProperty$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 |
|---|---|---|---|
| `periodicSpikes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:periodic-spikes` |
sourceraw docstring

build-cfn-anomaly-detector-metric-data-query-property-builderclj

(build-cfn-anomaly-detector-metric-data-query-property-builder builder
                                                               id
                                                               config)

The build-cfn-anomaly-detector-metric-data-query-property-builder function updates a CfnAnomalyDetector$MetricDataQueryProperty$Builder instance using the provided configuration. The function takes the CfnAnomalyDetector$MetricDataQueryProperty$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
accountIdjava.lang.Stringcdk.support/lookup-entry:account-id
expressionjava.lang.Stringcdk.support/lookup-entry:expression
idjava.lang.Stringcdk.support/lookup-entry:id
labeljava.lang.Stringcdk.support/lookup-entry:label
metricStatsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:metric-stat
periodjava.lang.Numbercdk.support/lookup-entry:period
returnDatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:return-data
The build-cfn-anomaly-detector-metric-data-query-property-builder function updates a CfnAnomalyDetector$MetricDataQueryProperty$Builder instance using the provided configuration.
  The function takes the CfnAnomalyDetector$MetricDataQueryProperty$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 |
|---|---|---|---|
| `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` |
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `metricStat` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metric-stat` |
| `period` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period` |
| `returnData` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:return-data` |
sourceraw docstring

build-cfn-anomaly-detector-metric-math-anomaly-detector-property-builderclj

(build-cfn-anomaly-detector-metric-math-anomaly-detector-property-builder
  builder
  id
  config)

The build-cfn-anomaly-detector-metric-math-anomaly-detector-property-builder function updates a CfnAnomalyDetector$MetricMathAnomalyDetectorProperty$Builder instance using the provided configuration. The function takes the CfnAnomalyDetector$MetricMathAnomalyDetectorProperty$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
metricDataQueriessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:metric-data-queries
The build-cfn-anomaly-detector-metric-math-anomaly-detector-property-builder function updates a CfnAnomalyDetector$MetricMathAnomalyDetectorProperty$Builder instance using the provided configuration.
  The function takes the CfnAnomalyDetector$MetricMathAnomalyDetectorProperty$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 |
|---|---|---|---|
| `metricDataQueries` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metric-data-queries` |
sourceraw docstring

build-cfn-anomaly-detector-metric-property-builderclj

(build-cfn-anomaly-detector-metric-property-builder builder id config)

The build-cfn-anomaly-detector-metric-property-builder function updates a CfnAnomalyDetector$MetricProperty$Builder instance using the provided configuration. The function takes the CfnAnomalyDetector$MetricProperty$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
dimensionsjava.util.Listcdk.support/lookup-entry:dimensions
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
The build-cfn-anomaly-detector-metric-property-builder function updates a CfnAnomalyDetector$MetricProperty$Builder instance using the provided configuration.
  The function takes the CfnAnomalyDetector$MetricProperty$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 |
|---|---|---|---|
| `dimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:dimensions` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
sourceraw docstring

build-cfn-anomaly-detector-metric-stat-property-builderclj

(build-cfn-anomaly-detector-metric-stat-property-builder builder id config)

The build-cfn-anomaly-detector-metric-stat-property-builder function updates a CfnAnomalyDetector$MetricStatProperty$Builder instance using the provided configuration. The function takes the CfnAnomalyDetector$MetricStatProperty$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
metricsoftware.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector$MetricPropertycdk.support/lookup-entry:metric
periodjava.lang.Numbercdk.support/lookup-entry:period
statjava.lang.Stringcdk.support/lookup-entry:stat
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-anomaly-detector-metric-stat-property-builder function updates a CfnAnomalyDetector$MetricStatProperty$Builder instance using the provided configuration.
  The function takes the CfnAnomalyDetector$MetricStatProperty$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 |
|---|---|---|---|
| `metric` | software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector$MetricProperty | [[cdk.support/lookup-entry]] | `:metric` |
| `period` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period` |
| `stat` | java.lang.String | [[cdk.support/lookup-entry]] | `:stat` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-anomaly-detector-props-builderclj

(build-cfn-anomaly-detector-props-builder builder id config)

The build-cfn-anomaly-detector-props-builder function updates a CfnAnomalyDetectorProps$Builder instance using the provided configuration. The function takes the CfnAnomalyDetectorProps$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
configurationsoftware.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector$ConfigurationPropertycdk.support/lookup-entry:configuration
dimensionsjava.util.Listcdk.support/lookup-entry:dimensions
metricCharacteristicssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:metric-characteristics
metricMathAnomalyDetectorsoftware.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector$MetricMathAnomalyDetectorPropertycdk.support/lookup-entry:metric-math-anomaly-detector
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
singleMetricAnomalyDetectorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:single-metric-anomaly-detector
statjava.lang.Stringcdk.support/lookup-entry:stat
The build-cfn-anomaly-detector-props-builder function updates a CfnAnomalyDetectorProps$Builder instance using the provided configuration.
  The function takes the CfnAnomalyDetectorProps$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 |
|---|---|---|---|
| `configuration` | software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector$ConfigurationProperty | [[cdk.support/lookup-entry]] | `:configuration` |
| `dimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:dimensions` |
| `metricCharacteristics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metric-characteristics` |
| `metricMathAnomalyDetector` | software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector$MetricMathAnomalyDetectorProperty | [[cdk.support/lookup-entry]] | `:metric-math-anomaly-detector` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `singleMetricAnomalyDetector` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:single-metric-anomaly-detector` |
| `stat` | java.lang.String | [[cdk.support/lookup-entry]] | `:stat` |
sourceraw docstring

build-cfn-anomaly-detector-range-property-builderclj

(build-cfn-anomaly-detector-range-property-builder builder id config)

The build-cfn-anomaly-detector-range-property-builder function updates a CfnAnomalyDetector$RangeProperty$Builder instance using the provided configuration. The function takes the CfnAnomalyDetector$RangeProperty$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
endTimejava.lang.Stringcdk.support/lookup-entry:end-time
startTimejava.lang.Stringcdk.support/lookup-entry:start-time
The build-cfn-anomaly-detector-range-property-builder function updates a CfnAnomalyDetector$RangeProperty$Builder instance using the provided configuration.
  The function takes the CfnAnomalyDetector$RangeProperty$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 |
|---|---|---|---|
| `endTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-time` |
| `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` |
sourceraw docstring

build-cfn-anomaly-detector-single-metric-anomaly-detector-property-builderclj

(build-cfn-anomaly-detector-single-metric-anomaly-detector-property-builder
  builder
  id
  config)

The build-cfn-anomaly-detector-single-metric-anomaly-detector-property-builder function updates a CfnAnomalyDetector$SingleMetricAnomalyDetectorProperty$Builder instance using the provided configuration. The function takes the CfnAnomalyDetector$SingleMetricAnomalyDetectorProperty$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
accountIdjava.lang.Stringcdk.support/lookup-entry:account-id
dimensionsjava.util.Listcdk.support/lookup-entry:dimensions
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
statjava.lang.Stringcdk.support/lookup-entry:stat
The build-cfn-anomaly-detector-single-metric-anomaly-detector-property-builder function updates a CfnAnomalyDetector$SingleMetricAnomalyDetectorProperty$Builder instance using the provided configuration.
  The function takes the CfnAnomalyDetector$SingleMetricAnomalyDetectorProperty$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 |
|---|---|---|---|
| `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` |
| `dimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:dimensions` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `stat` | java.lang.String | [[cdk.support/lookup-entry]] | `:stat` |
sourceraw docstring

build-cfn-composite-alarm-builderclj

(build-cfn-composite-alarm-builder builder id config)

The build-cfn-composite-alarm-builder function updates a CfnCompositeAlarm$Builder instance using the provided configuration. The function takes the CfnCompositeAlarm$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
actionsEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:actions-enabled
actionsSuppressorjava.lang.Stringcdk.support/lookup-entry:actions-suppressor
actionsSuppressorExtensionPeriodjava.lang.Numbercdk.support/lookup-entry:actions-suppressor-extension-period
actionsSuppressorWaitPeriodjava.lang.Numbercdk.support/lookup-entry:actions-suppressor-wait-period
alarmActionsjava.util.Listcdk.support/lookup-entry:alarm-actions
alarmDescriptionjava.lang.Stringcdk.support/lookup-entry:alarm-description
alarmNamejava.lang.Stringcdk.support/lookup-entry:alarm-name
alarmRulejava.lang.Stringcdk.support/lookup-entry:alarm-rule
insufficientDataActionsjava.util.Listcdk.support/lookup-entry:insufficient-data-actions
okActionsjava.util.Listcdk.support/lookup-entry:ok-actions
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-composite-alarm-builder function updates a CfnCompositeAlarm$Builder instance using the provided configuration.
  The function takes the CfnCompositeAlarm$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 |
|---|---|---|---|
| `actionsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:actions-enabled` |
| `actionsSuppressor` | java.lang.String | [[cdk.support/lookup-entry]] | `:actions-suppressor` |
| `actionsSuppressorExtensionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:actions-suppressor-extension-period` |
| `actionsSuppressorWaitPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:actions-suppressor-wait-period` |
| `alarmActions` | java.util.List | [[cdk.support/lookup-entry]] | `:alarm-actions` |
| `alarmDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-description` |
| `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` |
| `alarmRule` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-rule` |
| `insufficientDataActions` | java.util.List | [[cdk.support/lookup-entry]] | `:insufficient-data-actions` |
| `okActions` | java.util.List | [[cdk.support/lookup-entry]] | `:ok-actions` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-composite-alarm-props-builderclj

(build-cfn-composite-alarm-props-builder builder id config)

The build-cfn-composite-alarm-props-builder function updates a CfnCompositeAlarmProps$Builder instance using the provided configuration. The function takes the CfnCompositeAlarmProps$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
actionsEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:actions-enabled
actionsSuppressorjava.lang.Stringcdk.support/lookup-entry:actions-suppressor
actionsSuppressorExtensionPeriodjava.lang.Numbercdk.support/lookup-entry:actions-suppressor-extension-period
actionsSuppressorWaitPeriodjava.lang.Numbercdk.support/lookup-entry:actions-suppressor-wait-period
alarmActionsjava.util.Listcdk.support/lookup-entry:alarm-actions
alarmDescriptionjava.lang.Stringcdk.support/lookup-entry:alarm-description
alarmNamejava.lang.Stringcdk.support/lookup-entry:alarm-name
alarmRulejava.lang.Stringcdk.support/lookup-entry:alarm-rule
insufficientDataActionsjava.util.Listcdk.support/lookup-entry:insufficient-data-actions
okActionsjava.util.Listcdk.support/lookup-entry:ok-actions
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-composite-alarm-props-builder function updates a CfnCompositeAlarmProps$Builder instance using the provided configuration.
  The function takes the CfnCompositeAlarmProps$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 |
|---|---|---|---|
| `actionsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:actions-enabled` |
| `actionsSuppressor` | java.lang.String | [[cdk.support/lookup-entry]] | `:actions-suppressor` |
| `actionsSuppressorExtensionPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:actions-suppressor-extension-period` |
| `actionsSuppressorWaitPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:actions-suppressor-wait-period` |
| `alarmActions` | java.util.List | [[cdk.support/lookup-entry]] | `:alarm-actions` |
| `alarmDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-description` |
| `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` |
| `alarmRule` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-rule` |
| `insufficientDataActions` | java.util.List | [[cdk.support/lookup-entry]] | `:insufficient-data-actions` |
| `okActions` | java.util.List | [[cdk.support/lookup-entry]] | `:ok-actions` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-dashboard-builderclj

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

The build-cfn-dashboard-builder function updates a CfnDashboard$Builder instance using the provided configuration. The function takes the CfnDashboard$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
dashboardBodyjava.lang.Stringcdk.support/lookup-entry:dashboard-body
dashboardNamejava.lang.Stringcdk.support/lookup-entry:dashboard-name
The build-cfn-dashboard-builder function updates a CfnDashboard$Builder instance using the provided configuration.
  The function takes the CfnDashboard$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 |
|---|---|---|---|
| `dashboardBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:dashboard-body` |
| `dashboardName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dashboard-name` |
sourceraw docstring

build-cfn-dashboard-props-builderclj

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

The build-cfn-dashboard-props-builder function updates a CfnDashboardProps$Builder instance using the provided configuration. The function takes the CfnDashboardProps$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
dashboardBodyjava.lang.Stringcdk.support/lookup-entry:dashboard-body
dashboardNamejava.lang.Stringcdk.support/lookup-entry:dashboard-name
The build-cfn-dashboard-props-builder function updates a CfnDashboardProps$Builder instance using the provided configuration.
  The function takes the CfnDashboardProps$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 |
|---|---|---|---|
| `dashboardBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:dashboard-body` |
| `dashboardName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dashboard-name` |
sourceraw docstring

build-cfn-insight-rule-builderclj

(build-cfn-insight-rule-builder builder id config)

The build-cfn-insight-rule-builder function updates a CfnInsightRule$Builder instance using the provided configuration. The function takes the CfnInsightRule$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
ruleBodyjava.lang.Stringcdk.support/lookup-entry:rule-body
ruleNamejava.lang.Stringcdk.support/lookup-entry:rule-name
ruleStatejava.lang.Stringcdk.support/lookup-entry:rule-state
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-insight-rule-builder function updates a CfnInsightRule$Builder instance using the provided configuration.
  The function takes the CfnInsightRule$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 |
|---|---|---|---|
| `ruleBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-body` |
| `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
| `ruleState` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-state` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-insight-rule-props-builderclj

(build-cfn-insight-rule-props-builder builder id config)

The build-cfn-insight-rule-props-builder function updates a CfnInsightRuleProps$Builder instance using the provided configuration. The function takes the CfnInsightRuleProps$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
ruleBodyjava.lang.Stringcdk.support/lookup-entry:rule-body
ruleNamejava.lang.Stringcdk.support/lookup-entry:rule-name
ruleStatejava.lang.Stringcdk.support/lookup-entry:rule-state
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-insight-rule-props-builder function updates a CfnInsightRuleProps$Builder instance using the provided configuration.
  The function takes the CfnInsightRuleProps$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 |
|---|---|---|---|
| `ruleBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-body` |
| `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
| `ruleState` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-state` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-metric-stream-builderclj

(build-cfn-metric-stream-builder builder id config)

The build-cfn-metric-stream-builder function updates a CfnMetricStream$Builder instance using the provided configuration. The function takes the CfnMetricStream$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
excludeFiltersjava.util.Listcdk.support/lookup-entry:exclude-filters
firehoseArnjava.lang.Stringcdk.support/lookup-entry:firehose-arn
includeFiltersjava.util.Listcdk.support/lookup-entry:include-filters
includeLinkedAccountsMetricssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-linked-accounts-metrics
namejava.lang.Stringcdk.support/lookup-entry:name
outputFormatjava.lang.Stringcdk.support/lookup-entry:output-format
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
statisticsConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:statistics-configurations
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-metric-stream-builder function updates a CfnMetricStream$Builder instance using the provided configuration.
  The function takes the CfnMetricStream$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 |
|---|---|---|---|
| `excludeFilters` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-filters` |
| `firehoseArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:firehose-arn` |
| `includeFilters` | java.util.List | [[cdk.support/lookup-entry]] | `:include-filters` |
| `includeLinkedAccountsMetrics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-linked-accounts-metrics` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `outputFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-format` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `statisticsConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:statistics-configurations` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-metric-stream-metric-stream-filter-property-builderclj

(build-cfn-metric-stream-metric-stream-filter-property-builder builder
                                                               id
                                                               config)

The build-cfn-metric-stream-metric-stream-filter-property-builder function updates a CfnMetricStream$MetricStreamFilterProperty$Builder instance using the provided configuration. The function takes the CfnMetricStream$MetricStreamFilterProperty$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
metricNamesjava.util.Listcdk.support/lookup-entry:metric-names
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
The build-cfn-metric-stream-metric-stream-filter-property-builder function updates a CfnMetricStream$MetricStreamFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnMetricStream$MetricStreamFilterProperty$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 |
|---|---|---|---|
| `metricNames` | java.util.List | [[cdk.support/lookup-entry]] | `:metric-names` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
sourceraw docstring

build-cfn-metric-stream-metric-stream-statistics-configuration-property-builderclj

(build-cfn-metric-stream-metric-stream-statistics-configuration-property-builder
  builder
  id
  config)

The build-cfn-metric-stream-metric-stream-statistics-configuration-property-builder function updates a CfnMetricStream$MetricStreamStatisticsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnMetricStream$MetricStreamStatisticsConfigurationProperty$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
additionalStatisticsjava.util.Listcdk.support/lookup-entry:additional-statistics
includeMetricsjava.util.Listcdk.support/lookup-entry:include-metrics
The build-cfn-metric-stream-metric-stream-statistics-configuration-property-builder function updates a CfnMetricStream$MetricStreamStatisticsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnMetricStream$MetricStreamStatisticsConfigurationProperty$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 |
|---|---|---|---|
| `additionalStatistics` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-statistics` |
| `includeMetrics` | java.util.List | [[cdk.support/lookup-entry]] | `:include-metrics` |
sourceraw docstring

build-cfn-metric-stream-metric-stream-statistics-metric-property-builderclj

(build-cfn-metric-stream-metric-stream-statistics-metric-property-builder
  builder
  id
  config)

The build-cfn-metric-stream-metric-stream-statistics-metric-property-builder function updates a CfnMetricStream$MetricStreamStatisticsMetricProperty$Builder instance using the provided configuration. The function takes the CfnMetricStream$MetricStreamStatisticsMetricProperty$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
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
The build-cfn-metric-stream-metric-stream-statistics-metric-property-builder function updates a CfnMetricStream$MetricStreamStatisticsMetricProperty$Builder instance using the provided configuration.
  The function takes the CfnMetricStream$MetricStreamStatisticsMetricProperty$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 |
|---|---|---|---|
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
sourceraw docstring

build-cfn-metric-stream-props-builderclj

(build-cfn-metric-stream-props-builder builder id config)

The build-cfn-metric-stream-props-builder function updates a CfnMetricStreamProps$Builder instance using the provided configuration. The function takes the CfnMetricStreamProps$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
excludeFiltersjava.util.Listcdk.support/lookup-entry:exclude-filters
firehoseArnjava.lang.Stringcdk.support/lookup-entry:firehose-arn
includeFilterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-filters
includeLinkedAccountsMetricssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-linked-accounts-metrics
namejava.lang.Stringcdk.support/lookup-entry:name
outputFormatjava.lang.Stringcdk.support/lookup-entry:output-format
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
statisticsConfigurationsjava.util.Listcdk.support/lookup-entry:statistics-configurations
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-metric-stream-props-builder function updates a CfnMetricStreamProps$Builder instance using the provided configuration.
  The function takes the CfnMetricStreamProps$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 |
|---|---|---|---|
| `excludeFilters` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-filters` |
| `firehoseArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:firehose-arn` |
| `includeFilters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-filters` |
| `includeLinkedAccountsMetrics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-linked-accounts-metrics` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `outputFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-format` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `statisticsConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:statistics-configurations` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-common-metric-options-builderclj

(build-common-metric-options-builder builder id config)

The build-common-metric-options-builder function updates a CommonMetricOptions$Builder instance using the provided configuration. The function takes the CommonMetricOptions$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
accountjava.lang.Stringcdk.support/lookup-entry:account
colorjava.lang.Stringcdk.support/lookup-entry:color
dimensionsMapjava.util.Mapcdk.support/lookup-entry:dimensions-map
labeljava.lang.Stringcdk.support/lookup-entry:label
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
unitsoftware.amazon.awscdk.services.cloudwatch.Unitcdk.api.services.cloudwatch/unit:unit
The build-common-metric-options-builder function updates a CommonMetricOptions$Builder instance using the provided configuration.
  The function takes the CommonMetricOptions$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 |
|---|---|---|---|
| `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` |
| `color` | java.lang.String | [[cdk.support/lookup-entry]] | `:color` |
| `dimensionsMap` | java.util.Map | [[cdk.support/lookup-entry]] | `:dimensions-map` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `unit` | software.amazon.awscdk.services.cloudwatch.Unit | [[cdk.api.services.cloudwatch/unit]] | `:unit` |
sourceraw docstring

build-composite-alarm-builderclj

(build-composite-alarm-builder builder id config)

The build-composite-alarm-builder function updates a CompositeAlarm$Builder instance using the provided configuration. The function takes the CompositeAlarm$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
actionsEnabledjava.lang.Booleancdk.support/lookup-entry:actions-enabled
actionsSuppressorsoftware.amazon.awscdk.services.cloudwatch.IAlarmcdk.support/lookup-entry:actions-suppressor
actionsSuppressorExtensionPeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:actions-suppressor-extension-period
actionsSuppressorWaitPeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:actions-suppressor-wait-period
alarmDescriptionjava.lang.Stringcdk.support/lookup-entry:alarm-description
alarmRulesoftware.amazon.awscdk.services.cloudwatch.IAlarmRulecdk.support/lookup-entry:alarm-rule
compositeAlarmNamejava.lang.Stringcdk.support/lookup-entry:composite-alarm-name
The build-composite-alarm-builder function updates a CompositeAlarm$Builder instance using the provided configuration.
  The function takes the CompositeAlarm$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 |
|---|---|---|---|
| `actionsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:actions-enabled` |
| `actionsSuppressor` | software.amazon.awscdk.services.cloudwatch.IAlarm | [[cdk.support/lookup-entry]] | `:actions-suppressor` |
| `actionsSuppressorExtensionPeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:actions-suppressor-extension-period` |
| `actionsSuppressorWaitPeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:actions-suppressor-wait-period` |
| `alarmDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-description` |
| `alarmRule` | software.amazon.awscdk.services.cloudwatch.IAlarmRule | [[cdk.support/lookup-entry]] | `:alarm-rule` |
| `compositeAlarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:composite-alarm-name` |
sourceraw docstring

build-composite-alarm-props-builderclj

(build-composite-alarm-props-builder builder id config)

The build-composite-alarm-props-builder function updates a CompositeAlarmProps$Builder instance using the provided configuration. The function takes the CompositeAlarmProps$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
actionsEnabledjava.lang.Booleancdk.support/lookup-entry:actions-enabled
actionsSuppressorsoftware.amazon.awscdk.services.cloudwatch.IAlarmcdk.support/lookup-entry:actions-suppressor
actionsSuppressorExtensionPeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:actions-suppressor-extension-period
actionsSuppressorWaitPeriodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:actions-suppressor-wait-period
alarmDescriptionjava.lang.Stringcdk.support/lookup-entry:alarm-description
alarmRulesoftware.amazon.awscdk.services.cloudwatch.IAlarmRulecdk.support/lookup-entry:alarm-rule
compositeAlarmNamejava.lang.Stringcdk.support/lookup-entry:composite-alarm-name
The build-composite-alarm-props-builder function updates a CompositeAlarmProps$Builder instance using the provided configuration.
  The function takes the CompositeAlarmProps$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 |
|---|---|---|---|
| `actionsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:actions-enabled` |
| `actionsSuppressor` | software.amazon.awscdk.services.cloudwatch.IAlarm | [[cdk.support/lookup-entry]] | `:actions-suppressor` |
| `actionsSuppressorExtensionPeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:actions-suppressor-extension-period` |
| `actionsSuppressorWaitPeriod` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:actions-suppressor-wait-period` |
| `alarmDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-description` |
| `alarmRule` | software.amazon.awscdk.services.cloudwatch.IAlarmRule | [[cdk.support/lookup-entry]] | `:alarm-rule` |
| `compositeAlarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:composite-alarm-name` |
sourceraw docstring

build-create-alarm-options-builderclj

(build-create-alarm-options-builder builder id config)

The build-create-alarm-options-builder function updates a CreateAlarmOptions$Builder instance using the provided configuration. The function takes the CreateAlarmOptions$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
actionsEnabledjava.lang.Booleancdk.support/lookup-entry:actions-enabled
alarmDescriptionjava.lang.Stringcdk.support/lookup-entry:alarm-description
alarmNamejava.lang.Stringcdk.support/lookup-entry:alarm-name
comparisonOperatorsoftware.amazon.awscdk.services.cloudwatch.ComparisonOperatorcdk.api.services.cloudwatch/comparison-operator:comparison-operator
datapointsToAlarmjava.lang.Numbercdk.support/lookup-entry:datapoints-to-alarm
evaluateLowSampleCountPercentilejava.lang.Stringcdk.support/lookup-entry:evaluate-low-sample-count-percentile
evaluationPeriodsjava.lang.Numbercdk.support/lookup-entry:evaluation-periods
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
treatMissingDatasoftware.amazon.awscdk.services.cloudwatch.TreatMissingDatacdk.api.services.cloudwatch/treat-missing-data:treat-missing-data
The build-create-alarm-options-builder function updates a CreateAlarmOptions$Builder instance using the provided configuration.
  The function takes the CreateAlarmOptions$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 |
|---|---|---|---|
| `actionsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:actions-enabled` |
| `alarmDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-description` |
| `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` |
| `comparisonOperator` | software.amazon.awscdk.services.cloudwatch.ComparisonOperator | [[cdk.api.services.cloudwatch/comparison-operator]] | `:comparison-operator` |
| `datapointsToAlarm` | java.lang.Number | [[cdk.support/lookup-entry]] | `:datapoints-to-alarm` |
| `evaluateLowSampleCountPercentile` | java.lang.String | [[cdk.support/lookup-entry]] | `:evaluate-low-sample-count-percentile` |
| `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `treatMissingData` | software.amazon.awscdk.services.cloudwatch.TreatMissingData | [[cdk.api.services.cloudwatch/treat-missing-data]] | `:treat-missing-data` |
sourceraw docstring

build-custom-widget-builderclj

(build-custom-widget-builder builder id config)

The build-custom-widget-builder function updates a CustomWidget$Builder instance using the provided configuration. The function takes the CustomWidget$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
functionArnjava.lang.Stringcdk.support/lookup-entry:function-arn
heightjava.lang.Numbercdk.support/lookup-entry:height
paramsjava.lang.Objectcdk.support/lookup-entry:params
titlejava.lang.Stringcdk.support/lookup-entry:title
updateOnRefreshjava.lang.Booleancdk.support/lookup-entry:update-on-refresh
updateOnResizejava.lang.Booleancdk.support/lookup-entry:update-on-resize
updateOnTimeRangeChangejava.lang.Booleancdk.support/lookup-entry:update-on-time-range-change
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-custom-widget-builder function updates a CustomWidget$Builder instance using the provided configuration.
  The function takes the CustomWidget$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 |
|---|---|---|---|
| `functionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-arn` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `params` | java.lang.Object | [[cdk.support/lookup-entry]] | `:params` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `updateOnRefresh` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:update-on-refresh` |
| `updateOnResize` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:update-on-resize` |
| `updateOnTimeRangeChange` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:update-on-time-range-change` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-custom-widget-props-builderclj

(build-custom-widget-props-builder builder id config)

The build-custom-widget-props-builder function updates a CustomWidgetProps$Builder instance using the provided configuration. The function takes the CustomWidgetProps$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
functionArnjava.lang.Stringcdk.support/lookup-entry:function-arn
heightjava.lang.Numbercdk.support/lookup-entry:height
paramsjava.lang.Objectcdk.support/lookup-entry:params
titlejava.lang.Stringcdk.support/lookup-entry:title
updateOnRefreshjava.lang.Booleancdk.support/lookup-entry:update-on-refresh
updateOnResizejava.lang.Booleancdk.support/lookup-entry:update-on-resize
updateOnTimeRangeChangejava.lang.Booleancdk.support/lookup-entry:update-on-time-range-change
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-custom-widget-props-builder function updates a CustomWidgetProps$Builder instance using the provided configuration.
  The function takes the CustomWidgetProps$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 |
|---|---|---|---|
| `functionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-arn` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `params` | java.lang.Object | [[cdk.support/lookup-entry]] | `:params` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `updateOnRefresh` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:update-on-refresh` |
| `updateOnResize` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:update-on-resize` |
| `updateOnTimeRangeChange` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:update-on-time-range-change` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-dashboard-builderclj

(build-dashboard-builder builder id config)

The build-dashboard-builder function updates a Dashboard$Builder instance using the provided configuration. The function takes the Dashboard$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
dashboardNamejava.lang.Stringcdk.support/lookup-entry:dashboard-name
defaultIntervalsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:default-interval
endjava.lang.Stringcdk.support/lookup-entry:end
periodOverridesoftware.amazon.awscdk.services.cloudwatch.PeriodOverridecdk.api.services.cloudwatch/period-override:period-override
startjava.lang.Stringcdk.support/lookup-entry:start
variablesjava.util.Listcdk.support/lookup-entry:variables
widgetsjava.util.Listcdk.support/lookup-entry:widgets
The build-dashboard-builder function updates a Dashboard$Builder instance using the provided configuration.
  The function takes the Dashboard$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 |
|---|---|---|---|
| `dashboardName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dashboard-name` |
| `defaultInterval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:default-interval` |
| `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
| `periodOverride` | software.amazon.awscdk.services.cloudwatch.PeriodOverride | [[cdk.api.services.cloudwatch/period-override]] | `:period-override` |
| `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
| `variables` | java.util.List | [[cdk.support/lookup-entry]] | `:variables` |
| `widgets` | java.util.List | [[cdk.support/lookup-entry]] | `:widgets` |
sourceraw docstring

build-dashboard-props-builderclj

(build-dashboard-props-builder builder id config)

The build-dashboard-props-builder function updates a DashboardProps$Builder instance using the provided configuration. The function takes the DashboardProps$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
dashboardNamejava.lang.Stringcdk.support/lookup-entry:dashboard-name
defaultIntervalsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:default-interval
endjava.lang.Stringcdk.support/lookup-entry:end
periodOverridesoftware.amazon.awscdk.services.cloudwatch.PeriodOverridecdk.api.services.cloudwatch/period-override:period-override
startjava.lang.Stringcdk.support/lookup-entry:start
variablesjava.util.Listcdk.support/lookup-entry:variables
widgetsjava.util.Listcdk.support/lookup-entry:widgets
The build-dashboard-props-builder function updates a DashboardProps$Builder instance using the provided configuration.
  The function takes the DashboardProps$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 |
|---|---|---|---|
| `dashboardName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dashboard-name` |
| `defaultInterval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:default-interval` |
| `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
| `periodOverride` | software.amazon.awscdk.services.cloudwatch.PeriodOverride | [[cdk.api.services.cloudwatch/period-override]] | `:period-override` |
| `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
| `variables` | java.util.List | [[cdk.support/lookup-entry]] | `:variables` |
| `widgets` | java.util.List | [[cdk.support/lookup-entry]] | `:widgets` |
sourceraw docstring

build-dashboard-variable-builderclj

(build-dashboard-variable-builder builder id config)

The build-dashboard-variable-builder function updates a DashboardVariable$Builder instance using the provided configuration. The function takes the DashboardVariable$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
defaultValuesoftware.amazon.awscdk.services.cloudwatch.DefaultValuecdk.support/lookup-entry:default-value
idjava.lang.Stringcdk.support/lookup-entry:id
inputTypesoftware.amazon.awscdk.services.cloudwatch.VariableInputTypecdk.api.services.cloudwatch/variable-input-type:input-type
labeljava.lang.Stringcdk.support/lookup-entry:label
typesoftware.amazon.awscdk.services.cloudwatch.VariableTypecdk.api.services.cloudwatch/variable-type:type
valuejava.lang.Stringcdk.support/lookup-entry:value
valuessoftware.amazon.awscdk.services.cloudwatch.Valuescdk.support/lookup-entry:values
visiblejava.lang.Booleancdk.support/lookup-entry:visible
The build-dashboard-variable-builder function updates a DashboardVariable$Builder instance using the provided configuration.
  The function takes the DashboardVariable$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 |
|---|---|---|---|
| `defaultValue` | software.amazon.awscdk.services.cloudwatch.DefaultValue | [[cdk.support/lookup-entry]] | `:default-value` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `inputType` | software.amazon.awscdk.services.cloudwatch.VariableInputType | [[cdk.api.services.cloudwatch/variable-input-type]] | `:input-type` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `type` | software.amazon.awscdk.services.cloudwatch.VariableType | [[cdk.api.services.cloudwatch/variable-type]] | `:type` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
| `values` | software.amazon.awscdk.services.cloudwatch.Values | [[cdk.support/lookup-entry]] | `:values` |
| `visible` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:visible` |
sourceraw docstring

build-dashboard-variable-options-builderclj

(build-dashboard-variable-options-builder builder id config)

The build-dashboard-variable-options-builder function updates a DashboardVariableOptions$Builder instance using the provided configuration. The function takes the DashboardVariableOptions$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
defaultValuesoftware.amazon.awscdk.services.cloudwatch.DefaultValuecdk.support/lookup-entry:default-value
idjava.lang.Stringcdk.support/lookup-entry:id
inputTypesoftware.amazon.awscdk.services.cloudwatch.VariableInputTypecdk.api.services.cloudwatch/variable-input-type:input-type
labeljava.lang.Stringcdk.support/lookup-entry:label
typesoftware.amazon.awscdk.services.cloudwatch.VariableTypecdk.api.services.cloudwatch/variable-type:type
valuejava.lang.Stringcdk.support/lookup-entry:value
valuessoftware.amazon.awscdk.services.cloudwatch.Valuescdk.support/lookup-entry:values
visiblejava.lang.Booleancdk.support/lookup-entry:visible
The build-dashboard-variable-options-builder function updates a DashboardVariableOptions$Builder instance using the provided configuration.
  The function takes the DashboardVariableOptions$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 |
|---|---|---|---|
| `defaultValue` | software.amazon.awscdk.services.cloudwatch.DefaultValue | [[cdk.support/lookup-entry]] | `:default-value` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `inputType` | software.amazon.awscdk.services.cloudwatch.VariableInputType | [[cdk.api.services.cloudwatch/variable-input-type]] | `:input-type` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `type` | software.amazon.awscdk.services.cloudwatch.VariableType | [[cdk.api.services.cloudwatch/variable-type]] | `:type` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
| `values` | software.amazon.awscdk.services.cloudwatch.Values | [[cdk.support/lookup-entry]] | `:values` |
| `visible` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:visible` |
sourceraw docstring

build-dimension-builderclj

(build-dimension-builder builder id config)

The build-dimension-builder function updates a Dimension$Builder instance using the provided configuration. The function takes the Dimension$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
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Objectcdk.support/lookup-entry:value
The build-dimension-builder function updates a Dimension$Builder instance using the provided configuration.
  The function takes the Dimension$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 |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `value` | java.lang.Object | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-gauge-widget-builderclj

(build-gauge-widget-builder builder id config)

The build-gauge-widget-builder function updates a GaugeWidget$Builder instance using the provided configuration. The function takes the GaugeWidget$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
annotationsjava.util.Listcdk.support/lookup-entry:annotations
endjava.lang.Stringcdk.support/lookup-entry:end
heightjava.lang.Numbercdk.support/lookup-entry:height
leftYAxissoftware.amazon.awscdk.services.cloudwatch.YAxisPropscdk.support/lookup-entry:left-y-axis
legendPositionsoftware.amazon.awscdk.services.cloudwatch.LegendPositioncdk.api.services.cloudwatch/legend-position:legend-position
liveDatajava.lang.Booleancdk.support/lookup-entry:live-data
metricsjava.util.Listcdk.support/lookup-entry:metrics
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
setPeriodToTimeRangejava.lang.Booleancdk.support/lookup-entry:set-period-to-time-range
startjava.lang.Stringcdk.support/lookup-entry:start
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
titlejava.lang.Stringcdk.support/lookup-entry:title
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-gauge-widget-builder function updates a GaugeWidget$Builder instance using the provided configuration.
  The function takes the GaugeWidget$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 |
|---|---|---|---|
| `annotations` | java.util.List | [[cdk.support/lookup-entry]] | `:annotations` |
| `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `leftYAxis` | software.amazon.awscdk.services.cloudwatch.YAxisProps | [[cdk.support/lookup-entry]] | `:left-y-axis` |
| `legendPosition` | software.amazon.awscdk.services.cloudwatch.LegendPosition | [[cdk.api.services.cloudwatch/legend-position]] | `:legend-position` |
| `liveData` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:live-data` |
| `metrics` | java.util.List | [[cdk.support/lookup-entry]] | `:metrics` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setPeriodToTimeRange` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:set-period-to-time-range` |
| `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-gauge-widget-props-builderclj

(build-gauge-widget-props-builder builder id config)

The build-gauge-widget-props-builder function updates a GaugeWidgetProps$Builder instance using the provided configuration. The function takes the GaugeWidgetProps$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
annotationsjava.util.Listcdk.support/lookup-entry:annotations
endjava.lang.Stringcdk.support/lookup-entry:end
heightjava.lang.Numbercdk.support/lookup-entry:height
leftYAxissoftware.amazon.awscdk.services.cloudwatch.YAxisPropscdk.support/lookup-entry:left-y-axis
legendPositionsoftware.amazon.awscdk.services.cloudwatch.LegendPositioncdk.api.services.cloudwatch/legend-position:legend-position
liveDatajava.lang.Booleancdk.support/lookup-entry:live-data
metricsjava.util.Listcdk.support/lookup-entry:metrics
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
setPeriodToTimeRangejava.lang.Booleancdk.support/lookup-entry:set-period-to-time-range
startjava.lang.Stringcdk.support/lookup-entry:start
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
titlejava.lang.Stringcdk.support/lookup-entry:title
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-gauge-widget-props-builder function updates a GaugeWidgetProps$Builder instance using the provided configuration.
  The function takes the GaugeWidgetProps$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 |
|---|---|---|---|
| `annotations` | java.util.List | [[cdk.support/lookup-entry]] | `:annotations` |
| `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `leftYAxis` | software.amazon.awscdk.services.cloudwatch.YAxisProps | [[cdk.support/lookup-entry]] | `:left-y-axis` |
| `legendPosition` | software.amazon.awscdk.services.cloudwatch.LegendPosition | [[cdk.api.services.cloudwatch/legend-position]] | `:legend-position` |
| `liveData` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:live-data` |
| `metrics` | java.util.List | [[cdk.support/lookup-entry]] | `:metrics` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setPeriodToTimeRange` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:set-period-to-time-range` |
| `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-graph-widget-builderclj

(build-graph-widget-builder builder id config)

The build-graph-widget-builder function updates a GraphWidget$Builder instance using the provided configuration. The function takes the GraphWidget$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
endjava.lang.Stringcdk.support/lookup-entry:end
heightjava.lang.Numbercdk.support/lookup-entry:height
leftjava.util.Listcdk.support/lookup-entry:left
leftAnnotationsjava.util.Listcdk.support/lookup-entry:left-annotations
leftYAxissoftware.amazon.awscdk.services.cloudwatch.YAxisPropscdk.support/lookup-entry:left-y-axis
legendPositionsoftware.amazon.awscdk.services.cloudwatch.LegendPositioncdk.api.services.cloudwatch/legend-position:legend-position
liveDatajava.lang.Booleancdk.support/lookup-entry:live-data
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
rightjava.util.Listcdk.support/lookup-entry:right
rightAnnotationsjava.util.Listcdk.support/lookup-entry:right-annotations
rightYAxissoftware.amazon.awscdk.services.cloudwatch.YAxisPropscdk.support/lookup-entry:right-y-axis
setPeriodToTimeRangejava.lang.Booleancdk.support/lookup-entry:set-period-to-time-range
stackedjava.lang.Booleancdk.support/lookup-entry:stacked
startjava.lang.Stringcdk.support/lookup-entry:start
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
titlejava.lang.Stringcdk.support/lookup-entry:title
verticalAnnotationsjava.util.Listcdk.support/lookup-entry:vertical-annotations
viewsoftware.amazon.awscdk.services.cloudwatch.GraphWidgetViewcdk.api.services.cloudwatch/graph-widget-view:view
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-graph-widget-builder function updates a GraphWidget$Builder instance using the provided configuration.
  The function takes the GraphWidget$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 |
|---|---|---|---|
| `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `left` | java.util.List | [[cdk.support/lookup-entry]] | `:left` |
| `leftAnnotations` | java.util.List | [[cdk.support/lookup-entry]] | `:left-annotations` |
| `leftYAxis` | software.amazon.awscdk.services.cloudwatch.YAxisProps | [[cdk.support/lookup-entry]] | `:left-y-axis` |
| `legendPosition` | software.amazon.awscdk.services.cloudwatch.LegendPosition | [[cdk.api.services.cloudwatch/legend-position]] | `:legend-position` |
| `liveData` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:live-data` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `right` | java.util.List | [[cdk.support/lookup-entry]] | `:right` |
| `rightAnnotations` | java.util.List | [[cdk.support/lookup-entry]] | `:right-annotations` |
| `rightYAxis` | software.amazon.awscdk.services.cloudwatch.YAxisProps | [[cdk.support/lookup-entry]] | `:right-y-axis` |
| `setPeriodToTimeRange` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:set-period-to-time-range` |
| `stacked` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stacked` |
| `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `verticalAnnotations` | java.util.List | [[cdk.support/lookup-entry]] | `:vertical-annotations` |
| `view` | software.amazon.awscdk.services.cloudwatch.GraphWidgetView | [[cdk.api.services.cloudwatch/graph-widget-view]] | `:view` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-graph-widget-props-builderclj

(build-graph-widget-props-builder builder id config)

The build-graph-widget-props-builder function updates a GraphWidgetProps$Builder instance using the provided configuration. The function takes the GraphWidgetProps$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
endjava.lang.Stringcdk.support/lookup-entry:end
heightjava.lang.Numbercdk.support/lookup-entry:height
leftjava.util.Listcdk.support/lookup-entry:left
leftAnnotationsjava.util.Listcdk.support/lookup-entry:left-annotations
leftYAxissoftware.amazon.awscdk.services.cloudwatch.YAxisPropscdk.support/lookup-entry:left-y-axis
legendPositionsoftware.amazon.awscdk.services.cloudwatch.LegendPositioncdk.api.services.cloudwatch/legend-position:legend-position
liveDatajava.lang.Booleancdk.support/lookup-entry:live-data
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
rightjava.util.Listcdk.support/lookup-entry:right
rightAnnotationsjava.util.Listcdk.support/lookup-entry:right-annotations
rightYAxissoftware.amazon.awscdk.services.cloudwatch.YAxisPropscdk.support/lookup-entry:right-y-axis
setPeriodToTimeRangejava.lang.Booleancdk.support/lookup-entry:set-period-to-time-range
stackedjava.lang.Booleancdk.support/lookup-entry:stacked
startjava.lang.Stringcdk.support/lookup-entry:start
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
titlejava.lang.Stringcdk.support/lookup-entry:title
verticalAnnotationsjava.util.Listcdk.support/lookup-entry:vertical-annotations
viewsoftware.amazon.awscdk.services.cloudwatch.GraphWidgetViewcdk.api.services.cloudwatch/graph-widget-view:view
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-graph-widget-props-builder function updates a GraphWidgetProps$Builder instance using the provided configuration.
  The function takes the GraphWidgetProps$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 |
|---|---|---|---|
| `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `left` | java.util.List | [[cdk.support/lookup-entry]] | `:left` |
| `leftAnnotations` | java.util.List | [[cdk.support/lookup-entry]] | `:left-annotations` |
| `leftYAxis` | software.amazon.awscdk.services.cloudwatch.YAxisProps | [[cdk.support/lookup-entry]] | `:left-y-axis` |
| `legendPosition` | software.amazon.awscdk.services.cloudwatch.LegendPosition | [[cdk.api.services.cloudwatch/legend-position]] | `:legend-position` |
| `liveData` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:live-data` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `right` | java.util.List | [[cdk.support/lookup-entry]] | `:right` |
| `rightAnnotations` | java.util.List | [[cdk.support/lookup-entry]] | `:right-annotations` |
| `rightYAxis` | software.amazon.awscdk.services.cloudwatch.YAxisProps | [[cdk.support/lookup-entry]] | `:right-y-axis` |
| `setPeriodToTimeRange` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:set-period-to-time-range` |
| `stacked` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stacked` |
| `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `verticalAnnotations` | java.util.List | [[cdk.support/lookup-entry]] | `:vertical-annotations` |
| `view` | software.amazon.awscdk.services.cloudwatch.GraphWidgetView | [[cdk.api.services.cloudwatch/graph-widget-view]] | `:view` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-horizontal-annotation-builderclj

(build-horizontal-annotation-builder builder id config)

The build-horizontal-annotation-builder function updates a HorizontalAnnotation$Builder instance using the provided configuration. The function takes the HorizontalAnnotation$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
colorjava.lang.Stringcdk.support/lookup-entry:color
fillsoftware.amazon.awscdk.services.cloudwatch.Shadingcdk.api.services.cloudwatch/shading:fill
labeljava.lang.Stringcdk.support/lookup-entry:label
valuejava.lang.Numbercdk.support/lookup-entry:value
visiblejava.lang.Booleancdk.support/lookup-entry:visible
The build-horizontal-annotation-builder function updates a HorizontalAnnotation$Builder instance using the provided configuration.
  The function takes the HorizontalAnnotation$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 |
|---|---|---|---|
| `color` | java.lang.String | [[cdk.support/lookup-entry]] | `:color` |
| `fill` | software.amazon.awscdk.services.cloudwatch.Shading | [[cdk.api.services.cloudwatch/shading]] | `:fill` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
| `visible` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:visible` |
sourceraw docstring

build-log-query-widget-builderclj

(build-log-query-widget-builder builder id config)

The build-log-query-widget-builder function updates a LogQueryWidget$Builder instance using the provided configuration. The function takes the LogQueryWidget$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
heightjava.lang.Numbercdk.support/lookup-entry:height
logGroupNamesjava.util.Listcdk.support/lookup-entry:log-group-names
queryLinesjava.util.Listcdk.support/lookup-entry:query-lines
queryStringjava.lang.Stringcdk.support/lookup-entry:query-string
regionjava.lang.Stringcdk.support/lookup-entry:region
titlejava.lang.Stringcdk.support/lookup-entry:title
viewsoftware.amazon.awscdk.services.cloudwatch.LogQueryVisualizationTypecdk.api.services.cloudwatch/log-query-visualization-type:view
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-log-query-widget-builder function updates a LogQueryWidget$Builder instance using the provided configuration.
  The function takes the LogQueryWidget$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 |
|---|---|---|---|
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `logGroupNames` | java.util.List | [[cdk.support/lookup-entry]] | `:log-group-names` |
| `queryLines` | java.util.List | [[cdk.support/lookup-entry]] | `:query-lines` |
| `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `view` | software.amazon.awscdk.services.cloudwatch.LogQueryVisualizationType | [[cdk.api.services.cloudwatch/log-query-visualization-type]] | `:view` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-log-query-widget-props-builderclj

(build-log-query-widget-props-builder builder id config)

The build-log-query-widget-props-builder function updates a LogQueryWidgetProps$Builder instance using the provided configuration. The function takes the LogQueryWidgetProps$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
heightjava.lang.Numbercdk.support/lookup-entry:height
logGroupNamesjava.util.Listcdk.support/lookup-entry:log-group-names
queryLinesjava.util.Listcdk.support/lookup-entry:query-lines
queryStringjava.lang.Stringcdk.support/lookup-entry:query-string
regionjava.lang.Stringcdk.support/lookup-entry:region
titlejava.lang.Stringcdk.support/lookup-entry:title
viewsoftware.amazon.awscdk.services.cloudwatch.LogQueryVisualizationTypecdk.api.services.cloudwatch/log-query-visualization-type:view
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-log-query-widget-props-builder function updates a LogQueryWidgetProps$Builder instance using the provided configuration.
  The function takes the LogQueryWidgetProps$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 |
|---|---|---|---|
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `logGroupNames` | java.util.List | [[cdk.support/lookup-entry]] | `:log-group-names` |
| `queryLines` | java.util.List | [[cdk.support/lookup-entry]] | `:query-lines` |
| `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `view` | software.amazon.awscdk.services.cloudwatch.LogQueryVisualizationType | [[cdk.api.services.cloudwatch/log-query-visualization-type]] | `:view` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-math-expression-builderclj

(build-math-expression-builder builder id config)

The build-math-expression-builder function updates a MathExpression$Builder instance using the provided configuration. The function takes the MathExpression$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
colorjava.lang.Stringcdk.support/lookup-entry:color
expressionjava.lang.Stringcdk.support/lookup-entry:expression
labeljava.lang.Stringcdk.support/lookup-entry:label
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
searchAccountjava.lang.Stringcdk.support/lookup-entry:search-account
searchRegionjava.lang.Stringcdk.support/lookup-entry:search-region
usingMetricsjava.util.Mapcdk.support/lookup-entry:using-metrics
The build-math-expression-builder function updates a MathExpression$Builder instance using the provided configuration.
  The function takes the MathExpression$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 |
|---|---|---|---|
| `color` | java.lang.String | [[cdk.support/lookup-entry]] | `:color` |
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `searchAccount` | java.lang.String | [[cdk.support/lookup-entry]] | `:search-account` |
| `searchRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:search-region` |
| `usingMetrics` | java.util.Map | [[cdk.support/lookup-entry]] | `:using-metrics` |
sourceraw docstring

build-math-expression-options-builderclj

(build-math-expression-options-builder builder id config)

The build-math-expression-options-builder function updates a MathExpressionOptions$Builder instance using the provided configuration. The function takes the MathExpressionOptions$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
colorjava.lang.Stringcdk.support/lookup-entry:color
labeljava.lang.Stringcdk.support/lookup-entry:label
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
searchAccountjava.lang.Stringcdk.support/lookup-entry:search-account
searchRegionjava.lang.Stringcdk.support/lookup-entry:search-region
The build-math-expression-options-builder function updates a MathExpressionOptions$Builder instance using the provided configuration.
  The function takes the MathExpressionOptions$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 |
|---|---|---|---|
| `color` | java.lang.String | [[cdk.support/lookup-entry]] | `:color` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `searchAccount` | java.lang.String | [[cdk.support/lookup-entry]] | `:search-account` |
| `searchRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:search-region` |
sourceraw docstring

build-math-expression-props-builderclj

(build-math-expression-props-builder builder id config)

The build-math-expression-props-builder function updates a MathExpressionProps$Builder instance using the provided configuration. The function takes the MathExpressionProps$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
colorjava.lang.Stringcdk.support/lookup-entry:color
expressionjava.lang.Stringcdk.support/lookup-entry:expression
labeljava.lang.Stringcdk.support/lookup-entry:label
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
searchAccountjava.lang.Stringcdk.support/lookup-entry:search-account
searchRegionjava.lang.Stringcdk.support/lookup-entry:search-region
usingMetricsjava.util.Mapcdk.support/lookup-entry:using-metrics
The build-math-expression-props-builder function updates a MathExpressionProps$Builder instance using the provided configuration.
  The function takes the MathExpressionProps$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 |
|---|---|---|---|
| `color` | java.lang.String | [[cdk.support/lookup-entry]] | `:color` |
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `searchAccount` | java.lang.String | [[cdk.support/lookup-entry]] | `:search-account` |
| `searchRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:search-region` |
| `usingMetrics` | java.util.Map | [[cdk.support/lookup-entry]] | `:using-metrics` |
sourceraw docstring

build-metric-builderclj

(build-metric-builder builder id config)

The build-metric-builder function updates a Metric$Builder instance using the provided configuration. The function takes the Metric$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
accountjava.lang.Stringcdk.support/lookup-entry:account
colorjava.lang.Stringcdk.support/lookup-entry:color
dimensionsMapjava.util.Mapcdk.support/lookup-entry:dimensions-map
labeljava.lang.Stringcdk.support/lookup-entry:label
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
unitsoftware.amazon.awscdk.services.cloudwatch.Unitcdk.api.services.cloudwatch/unit:unit
The build-metric-builder function updates a Metric$Builder instance using the provided configuration.
  The function takes the Metric$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 |
|---|---|---|---|
| `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` |
| `color` | java.lang.String | [[cdk.support/lookup-entry]] | `:color` |
| `dimensionsMap` | java.util.Map | [[cdk.support/lookup-entry]] | `:dimensions-map` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `unit` | software.amazon.awscdk.services.cloudwatch.Unit | [[cdk.api.services.cloudwatch/unit]] | `:unit` |
sourceraw docstring

build-metric-config-builderclj

(build-metric-config-builder builder id config)

The build-metric-config-builder function updates a MetricConfig$Builder instance using the provided configuration. The function takes the MetricConfig$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
mathExpressionsoftware.amazon.awscdk.services.cloudwatch.MetricExpressionConfigcdk.support/lookup-entry:math-expression
metricStatsoftware.amazon.awscdk.services.cloudwatch.MetricStatConfigcdk.support/lookup-entry:metric-stat
renderingPropertiesjava.util.Mapcdk.support/lookup-entry:rendering-properties
The build-metric-config-builder function updates a MetricConfig$Builder instance using the provided configuration.
  The function takes the MetricConfig$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 |
|---|---|---|---|
| `mathExpression` | software.amazon.awscdk.services.cloudwatch.MetricExpressionConfig | [[cdk.support/lookup-entry]] | `:math-expression` |
| `metricStat` | software.amazon.awscdk.services.cloudwatch.MetricStatConfig | [[cdk.support/lookup-entry]] | `:metric-stat` |
| `renderingProperties` | java.util.Map | [[cdk.support/lookup-entry]] | `:rendering-properties` |
sourceraw docstring

build-metric-expression-config-builderclj

(build-metric-expression-config-builder builder id config)

The build-metric-expression-config-builder function updates a MetricExpressionConfig$Builder instance using the provided configuration. The function takes the MetricExpressionConfig$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
expressionjava.lang.Stringcdk.support/lookup-entry:expression
periodjava.lang.Numbercdk.support/lookup-entry:period
searchAccountjava.lang.Stringcdk.support/lookup-entry:search-account
searchRegionjava.lang.Stringcdk.support/lookup-entry:search-region
usingMetricsjava.util.Mapcdk.support/lookup-entry:using-metrics
The build-metric-expression-config-builder function updates a MetricExpressionConfig$Builder instance using the provided configuration.
  The function takes the MetricExpressionConfig$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 |
|---|---|---|---|
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `period` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period` |
| `searchAccount` | java.lang.String | [[cdk.support/lookup-entry]] | `:search-account` |
| `searchRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:search-region` |
| `usingMetrics` | java.util.Map | [[cdk.support/lookup-entry]] | `:using-metrics` |
sourceraw docstring

build-metric-options-builderclj

(build-metric-options-builder builder id config)

The build-metric-options-builder function updates a MetricOptions$Builder instance using the provided configuration. The function takes the MetricOptions$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
accountjava.lang.Stringcdk.support/lookup-entry:account
colorjava.lang.Stringcdk.support/lookup-entry:color
dimensionsMapjava.util.Mapcdk.support/lookup-entry:dimensions-map
labeljava.lang.Stringcdk.support/lookup-entry:label
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
unitsoftware.amazon.awscdk.services.cloudwatch.Unitcdk.api.services.cloudwatch/unit:unit
The build-metric-options-builder function updates a MetricOptions$Builder instance using the provided configuration.
  The function takes the MetricOptions$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 |
|---|---|---|---|
| `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` |
| `color` | java.lang.String | [[cdk.support/lookup-entry]] | `:color` |
| `dimensionsMap` | java.util.Map | [[cdk.support/lookup-entry]] | `:dimensions-map` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `unit` | software.amazon.awscdk.services.cloudwatch.Unit | [[cdk.api.services.cloudwatch/unit]] | `:unit` |
sourceraw docstring

build-metric-props-builderclj

(build-metric-props-builder builder id config)

The build-metric-props-builder function updates a MetricProps$Builder instance using the provided configuration. The function takes the MetricProps$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
accountjava.lang.Stringcdk.support/lookup-entry:account
colorjava.lang.Stringcdk.support/lookup-entry:color
dimensionsMapjava.util.Mapcdk.support/lookup-entry:dimensions-map
labeljava.lang.Stringcdk.support/lookup-entry:label
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
unitsoftware.amazon.awscdk.services.cloudwatch.Unitcdk.api.services.cloudwatch/unit:unit
The build-metric-props-builder function updates a MetricProps$Builder instance using the provided configuration.
  The function takes the MetricProps$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 |
|---|---|---|---|
| `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` |
| `color` | java.lang.String | [[cdk.support/lookup-entry]] | `:color` |
| `dimensionsMap` | java.util.Map | [[cdk.support/lookup-entry]] | `:dimensions-map` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `unit` | software.amazon.awscdk.services.cloudwatch.Unit | [[cdk.api.services.cloudwatch/unit]] | `:unit` |
sourceraw docstring

build-metric-stat-config-builderclj

(build-metric-stat-config-builder builder id config)

The build-metric-stat-config-builder function updates a MetricStatConfig$Builder instance using the provided configuration. The function takes the MetricStatConfig$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
accountjava.lang.Stringcdk.support/lookup-entry:account
dimensionsjava.util.Listcdk.support/lookup-entry:dimensions
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
unitFiltersoftware.amazon.awscdk.services.cloudwatch.Unitcdk.api.services.cloudwatch/unit:unit-filter
The build-metric-stat-config-builder function updates a MetricStatConfig$Builder instance using the provided configuration.
  The function takes the MetricStatConfig$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 |
|---|---|---|---|
| `account` | java.lang.String | [[cdk.support/lookup-entry]] | `:account` |
| `dimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:dimensions` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `unitFilter` | software.amazon.awscdk.services.cloudwatch.Unit | [[cdk.api.services.cloudwatch/unit]] | `:unit-filter` |
sourceraw docstring

build-metric-widget-props-builderclj

(build-metric-widget-props-builder builder id config)

The build-metric-widget-props-builder function updates a MetricWidgetProps$Builder instance using the provided configuration. The function takes the MetricWidgetProps$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
heightjava.lang.Numbercdk.support/lookup-entry:height
regionjava.lang.Stringcdk.support/lookup-entry:region
titlejava.lang.Stringcdk.support/lookup-entry:title
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-metric-widget-props-builder function updates a MetricWidgetProps$Builder instance using the provided configuration.
  The function takes the MetricWidgetProps$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 |
|---|---|---|---|
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-search-components-builderclj

(build-search-components-builder builder id config)

The build-search-components-builder function updates a SearchComponents$Builder instance using the provided configuration. The function takes the SearchComponents$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
dimensionsjava.util.Listcdk.support/lookup-entry:dimensions
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
populateFromjava.lang.Stringcdk.support/lookup-entry:populate-from
The build-search-components-builder function updates a SearchComponents$Builder instance using the provided configuration.
  The function takes the SearchComponents$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 |
|---|---|---|---|
| `dimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:dimensions` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
| `populateFrom` | java.lang.String | [[cdk.support/lookup-entry]] | `:populate-from` |
sourceraw docstring

build-single-value-widget-builderclj

(build-single-value-widget-builder builder id config)

The build-single-value-widget-builder function updates a SingleValueWidget$Builder instance using the provided configuration. The function takes the SingleValueWidget$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
endjava.lang.Stringcdk.support/lookup-entry:end
fullPrecisionjava.lang.Booleancdk.support/lookup-entry:full-precision
heightjava.lang.Numbercdk.support/lookup-entry:height
metricsjava.util.Listcdk.support/lookup-entry:metrics
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
setPeriodToTimeRangejava.lang.Booleancdk.support/lookup-entry:set-period-to-time-range
sparklinejava.lang.Booleancdk.support/lookup-entry:sparkline
startjava.lang.Stringcdk.support/lookup-entry:start
titlejava.lang.Stringcdk.support/lookup-entry:title
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-single-value-widget-builder function updates a SingleValueWidget$Builder instance using the provided configuration.
  The function takes the SingleValueWidget$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 |
|---|---|---|---|
| `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
| `fullPrecision` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:full-precision` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `metrics` | java.util.List | [[cdk.support/lookup-entry]] | `:metrics` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setPeriodToTimeRange` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:set-period-to-time-range` |
| `sparkline` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:sparkline` |
| `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-single-value-widget-props-builderclj

(build-single-value-widget-props-builder builder id config)

The build-single-value-widget-props-builder function updates a SingleValueWidgetProps$Builder instance using the provided configuration. The function takes the SingleValueWidgetProps$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
endjava.lang.Stringcdk.support/lookup-entry:end
fullPrecisionjava.lang.Booleancdk.support/lookup-entry:full-precision
heightjava.lang.Numbercdk.support/lookup-entry:height
metricsjava.util.Listcdk.support/lookup-entry:metrics
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
setPeriodToTimeRangejava.lang.Booleancdk.support/lookup-entry:set-period-to-time-range
sparklinejava.lang.Booleancdk.support/lookup-entry:sparkline
startjava.lang.Stringcdk.support/lookup-entry:start
titlejava.lang.Stringcdk.support/lookup-entry:title
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-single-value-widget-props-builder function updates a SingleValueWidgetProps$Builder instance using the provided configuration.
  The function takes the SingleValueWidgetProps$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 |
|---|---|---|---|
| `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
| `fullPrecision` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:full-precision` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `metrics` | java.util.List | [[cdk.support/lookup-entry]] | `:metrics` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setPeriodToTimeRange` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:set-period-to-time-range` |
| `sparkline` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:sparkline` |
| `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-spacer-builderclj

(build-spacer-builder builder id config)

The build-spacer-builder function updates a Spacer$Builder instance using the provided configuration. The function takes the Spacer$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
heightjava.lang.Numbercdk.support/lookup-entry:height
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-spacer-builder function updates a Spacer$Builder instance using the provided configuration.
  The function takes the Spacer$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 |
|---|---|---|---|
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-spacer-props-builderclj

(build-spacer-props-builder builder id config)

The build-spacer-props-builder function updates a SpacerProps$Builder instance using the provided configuration. The function takes the SpacerProps$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
heightjava.lang.Numbercdk.support/lookup-entry:height
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-spacer-props-builder function updates a SpacerProps$Builder instance using the provided configuration.
  The function takes the SpacerProps$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 |
|---|---|---|---|
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-table-summary-props-builderclj

(build-table-summary-props-builder builder id config)

The build-table-summary-props-builder function updates a TableSummaryProps$Builder instance using the provided configuration. The function takes the TableSummaryProps$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
columnsjava.util.Listcdk.support/lookup-entry:columns
hideNonSummaryColumnsjava.lang.Booleancdk.support/lookup-entry:hide-non-summary-columns
stickyjava.lang.Booleancdk.support/lookup-entry:sticky
The build-table-summary-props-builder function updates a TableSummaryProps$Builder instance using the provided configuration.
  The function takes the TableSummaryProps$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 |
|---|---|---|---|
| `columns` | java.util.List | [[cdk.support/lookup-entry]] | `:columns` |
| `hideNonSummaryColumns` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:hide-non-summary-columns` |
| `sticky` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:sticky` |
sourceraw docstring

build-table-widget-builderclj

(build-table-widget-builder builder id config)

The build-table-widget-builder function updates a TableWidget$Builder instance using the provided configuration. The function takes the TableWidget$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
endjava.lang.Stringcdk.support/lookup-entry:end
fullPrecisionjava.lang.Booleancdk.support/lookup-entry:full-precision
heightjava.lang.Numbercdk.support/lookup-entry:height
layoutsoftware.amazon.awscdk.services.cloudwatch.TableLayoutcdk.api.services.cloudwatch/table-layout:layout
liveDatajava.lang.Booleancdk.support/lookup-entry:live-data
metricsjava.util.Listcdk.support/lookup-entry:metrics
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
setPeriodToTimeRangejava.lang.Booleancdk.support/lookup-entry:set-period-to-time-range
showUnitsInLabeljava.lang.Booleancdk.support/lookup-entry:show-units-in-label
startjava.lang.Stringcdk.support/lookup-entry:start
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
summarysoftware.amazon.awscdk.services.cloudwatch.TableSummaryPropscdk.support/lookup-entry:summary
thresholdsjava.util.Listcdk.support/lookup-entry:thresholds
titlejava.lang.Stringcdk.support/lookup-entry:title
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-table-widget-builder function updates a TableWidget$Builder instance using the provided configuration.
  The function takes the TableWidget$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 |
|---|---|---|---|
| `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
| `fullPrecision` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:full-precision` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `layout` | software.amazon.awscdk.services.cloudwatch.TableLayout | [[cdk.api.services.cloudwatch/table-layout]] | `:layout` |
| `liveData` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:live-data` |
| `metrics` | java.util.List | [[cdk.support/lookup-entry]] | `:metrics` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setPeriodToTimeRange` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:set-period-to-time-range` |
| `showUnitsInLabel` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:show-units-in-label` |
| `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `summary` | software.amazon.awscdk.services.cloudwatch.TableSummaryProps | [[cdk.support/lookup-entry]] | `:summary` |
| `thresholds` | java.util.List | [[cdk.support/lookup-entry]] | `:thresholds` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-table-widget-props-builderclj

(build-table-widget-props-builder builder id config)

The build-table-widget-props-builder function updates a TableWidgetProps$Builder instance using the provided configuration. The function takes the TableWidgetProps$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
endjava.lang.Stringcdk.support/lookup-entry:end
fullPrecisionjava.lang.Booleancdk.support/lookup-entry:full-precision
heightjava.lang.Numbercdk.support/lookup-entry:height
layoutsoftware.amazon.awscdk.services.cloudwatch.TableLayoutcdk.api.services.cloudwatch/table-layout:layout
liveDatajava.lang.Booleancdk.support/lookup-entry:live-data
metricsjava.util.Listcdk.support/lookup-entry:metrics
periodsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:period
regionjava.lang.Stringcdk.support/lookup-entry:region
setPeriodToTimeRangejava.lang.Booleancdk.support/lookup-entry:set-period-to-time-range
showUnitsInLabeljava.lang.Booleancdk.support/lookup-entry:show-units-in-label
startjava.lang.Stringcdk.support/lookup-entry:start
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
summarysoftware.amazon.awscdk.services.cloudwatch.TableSummaryPropscdk.support/lookup-entry:summary
thresholdsjava.util.Listcdk.support/lookup-entry:thresholds
titlejava.lang.Stringcdk.support/lookup-entry:title
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-table-widget-props-builder function updates a TableWidgetProps$Builder instance using the provided configuration.
  The function takes the TableWidgetProps$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 |
|---|---|---|---|
| `end` | java.lang.String | [[cdk.support/lookup-entry]] | `:end` |
| `fullPrecision` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:full-precision` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `layout` | software.amazon.awscdk.services.cloudwatch.TableLayout | [[cdk.api.services.cloudwatch/table-layout]] | `:layout` |
| `liveData` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:live-data` |
| `metrics` | java.util.List | [[cdk.support/lookup-entry]] | `:metrics` |
| `period` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:period` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setPeriodToTimeRange` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:set-period-to-time-range` |
| `showUnitsInLabel` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:show-units-in-label` |
| `start` | java.lang.String | [[cdk.support/lookup-entry]] | `:start` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `summary` | software.amazon.awscdk.services.cloudwatch.TableSummaryProps | [[cdk.support/lookup-entry]] | `:summary` |
| `thresholds` | java.util.List | [[cdk.support/lookup-entry]] | `:thresholds` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-text-widget-builderclj

(build-text-widget-builder builder id config)

The build-text-widget-builder function updates a TextWidget$Builder instance using the provided configuration. The function takes the TextWidget$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
backgroundsoftware.amazon.awscdk.services.cloudwatch.TextWidgetBackgroundcdk.api.services.cloudwatch/text-widget-background:background
heightjava.lang.Numbercdk.support/lookup-entry:height
markdownjava.lang.Stringcdk.support/lookup-entry:markdown
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-text-widget-builder function updates a TextWidget$Builder instance using the provided configuration.
  The function takes the TextWidget$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 |
|---|---|---|---|
| `background` | software.amazon.awscdk.services.cloudwatch.TextWidgetBackground | [[cdk.api.services.cloudwatch/text-widget-background]] | `:background` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `markdown` | java.lang.String | [[cdk.support/lookup-entry]] | `:markdown` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-text-widget-props-builderclj

(build-text-widget-props-builder builder id config)

The build-text-widget-props-builder function updates a TextWidgetProps$Builder instance using the provided configuration. The function takes the TextWidgetProps$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
backgroundsoftware.amazon.awscdk.services.cloudwatch.TextWidgetBackgroundcdk.api.services.cloudwatch/text-widget-background:background
heightjava.lang.Numbercdk.support/lookup-entry:height
markdownjava.lang.Stringcdk.support/lookup-entry:markdown
widthjava.lang.Numbercdk.support/lookup-entry:width
The build-text-widget-props-builder function updates a TextWidgetProps$Builder instance using the provided configuration.
  The function takes the TextWidgetProps$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 |
|---|---|---|---|
| `background` | software.amazon.awscdk.services.cloudwatch.TextWidgetBackground | [[cdk.api.services.cloudwatch/text-widget-background]] | `:background` |
| `height` | java.lang.Number | [[cdk.support/lookup-entry]] | `:height` |
| `markdown` | java.lang.String | [[cdk.support/lookup-entry]] | `:markdown` |
| `width` | java.lang.Number | [[cdk.support/lookup-entry]] | `:width` |
sourceraw docstring

build-variable-value-builderclj

(build-variable-value-builder builder id config)

The build-variable-value-builder function updates a VariableValue$Builder instance using the provided configuration. The function takes the VariableValue$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
labeljava.lang.Stringcdk.support/lookup-entry:label
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-variable-value-builder function updates a VariableValue$Builder instance using the provided configuration.
  The function takes the VariableValue$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 |
|---|---|---|---|
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-vertical-annotation-builderclj

(build-vertical-annotation-builder builder id config)

The build-vertical-annotation-builder function updates a VerticalAnnotation$Builder instance using the provided configuration. The function takes the VerticalAnnotation$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
colorjava.lang.Stringcdk.support/lookup-entry:color
datejava.lang.Stringcdk.support/lookup-entry:date
fillsoftware.amazon.awscdk.services.cloudwatch.VerticalShadingcdk.api.services.cloudwatch/vertical-shading:fill
labeljava.lang.Stringcdk.support/lookup-entry:label
visiblejava.lang.Booleancdk.support/lookup-entry:visible
The build-vertical-annotation-builder function updates a VerticalAnnotation$Builder instance using the provided configuration.
  The function takes the VerticalAnnotation$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 |
|---|---|---|---|
| `color` | java.lang.String | [[cdk.support/lookup-entry]] | `:color` |
| `date` | java.lang.String | [[cdk.support/lookup-entry]] | `:date` |
| `fill` | software.amazon.awscdk.services.cloudwatch.VerticalShading | [[cdk.api.services.cloudwatch/vertical-shading]] | `:fill` |
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `visible` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:visible` |
sourceraw docstring

build-y-axis-props-builderclj

(build-y-axis-props-builder builder id config)

The build-y-axis-props-builder function updates a YAxisProps$Builder instance using the provided configuration. The function takes the YAxisProps$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
labeljava.lang.Stringcdk.support/lookup-entry:label
maxjava.lang.Numbercdk.support/lookup-entry:max
minjava.lang.Numbercdk.support/lookup-entry:min
showUnitsjava.lang.Booleancdk.support/lookup-entry:show-units
The build-y-axis-props-builder function updates a YAxisProps$Builder instance using the provided configuration.
  The function takes the YAxisProps$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 |
|---|---|---|---|
| `label` | java.lang.String | [[cdk.support/lookup-entry]] | `:label` |
| `max` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max` |
| `min` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min` |
| `showUnits` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:show-units` |
sourceraw docstring

cfn-alarm-builderclj

(cfn-alarm-builder scope id config)

Creates a CfnAlarm$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  `CfnAlarm$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-alarm-dimension-property-builderclj

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

Creates a CfnAlarm$DimensionProperty$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  `CfnAlarm$DimensionProperty$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-alarm-metric-data-query-property-builderclj

(cfn-alarm-metric-data-query-property-builder id config)

Creates a CfnAlarm$MetricDataQueryProperty$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  `CfnAlarm$MetricDataQueryProperty$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-alarm-metric-property-builderclj

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

Creates a CfnAlarm$MetricProperty$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  `CfnAlarm$MetricProperty$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-alarm-metric-stat-property-builderclj

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

Creates a CfnAlarm$MetricStatProperty$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  `CfnAlarm$MetricStatProperty$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-alarm-props-builderclj

(cfn-alarm-props-builder id config)

Creates a CfnAlarmProps$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  `CfnAlarmProps$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-anomaly-detector-builderclj

(cfn-anomaly-detector-builder scope id config)

Creates a CfnAnomalyDetector$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  `CfnAnomalyDetector$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-anomaly-detector-configuration-property-builderclj

(cfn-anomaly-detector-configuration-property-builder id config)

Creates a CfnAnomalyDetector$ConfigurationProperty$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  `CfnAnomalyDetector$ConfigurationProperty$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-anomaly-detector-dimension-property-builderclj

(cfn-anomaly-detector-dimension-property-builder id config)

Creates a CfnAnomalyDetector$DimensionProperty$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  `CfnAnomalyDetector$DimensionProperty$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-anomaly-detector-metric-characteristics-property-builderclj

(cfn-anomaly-detector-metric-characteristics-property-builder id config)

Creates a CfnAnomalyDetector$MetricCharacteristicsProperty$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  `CfnAnomalyDetector$MetricCharacteristicsProperty$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-anomaly-detector-metric-data-query-property-builderclj

(cfn-anomaly-detector-metric-data-query-property-builder id config)

Creates a CfnAnomalyDetector$MetricDataQueryProperty$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  `CfnAnomalyDetector$MetricDataQueryProperty$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-anomaly-detector-metric-math-anomaly-detector-property-builderclj

(cfn-anomaly-detector-metric-math-anomaly-detector-property-builder id config)

Creates a CfnAnomalyDetector$MetricMathAnomalyDetectorProperty$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  `CfnAnomalyDetector$MetricMathAnomalyDetectorProperty$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-anomaly-detector-metric-property-builderclj

(cfn-anomaly-detector-metric-property-builder id config)

Creates a CfnAnomalyDetector$MetricProperty$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  `CfnAnomalyDetector$MetricProperty$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-anomaly-detector-metric-stat-property-builderclj

(cfn-anomaly-detector-metric-stat-property-builder id config)

Creates a CfnAnomalyDetector$MetricStatProperty$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  `CfnAnomalyDetector$MetricStatProperty$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-anomaly-detector-props-builderclj

(cfn-anomaly-detector-props-builder id config)

Creates a CfnAnomalyDetectorProps$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  `CfnAnomalyDetectorProps$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-anomaly-detector-range-property-builderclj

(cfn-anomaly-detector-range-property-builder id config)

Creates a CfnAnomalyDetector$RangeProperty$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  `CfnAnomalyDetector$RangeProperty$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-anomaly-detector-single-metric-anomaly-detector-property-builderclj

(cfn-anomaly-detector-single-metric-anomaly-detector-property-builder id config)

Creates a CfnAnomalyDetector$SingleMetricAnomalyDetectorProperty$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  `CfnAnomalyDetector$SingleMetricAnomalyDetectorProperty$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-composite-alarm-builderclj

(cfn-composite-alarm-builder scope id config)

Creates a CfnCompositeAlarm$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  `CfnCompositeAlarm$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-composite-alarm-props-builderclj

(cfn-composite-alarm-props-builder id config)

Creates a CfnCompositeAlarmProps$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  `CfnCompositeAlarmProps$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-dashboard-builderclj

(cfn-dashboard-builder scope id config)

Creates a CfnDashboard$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  `CfnDashboard$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-dashboard-props-builderclj

(cfn-dashboard-props-builder id config)

Creates a CfnDashboardProps$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  `CfnDashboardProps$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-insight-rule-builderclj

(cfn-insight-rule-builder scope id config)

Creates a CfnInsightRule$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  `CfnInsightRule$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-insight-rule-props-builderclj

(cfn-insight-rule-props-builder id config)

Creates a CfnInsightRuleProps$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  `CfnInsightRuleProps$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-metric-stream-builderclj

(cfn-metric-stream-builder scope id config)

Creates a CfnMetricStream$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  `CfnMetricStream$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-metric-stream-metric-stream-filter-property-builderclj

(cfn-metric-stream-metric-stream-filter-property-builder id config)

Creates a CfnMetricStream$MetricStreamFilterProperty$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  `CfnMetricStream$MetricStreamFilterProperty$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-metric-stream-metric-stream-statistics-configuration-property-builderclj

(cfn-metric-stream-metric-stream-statistics-configuration-property-builder
  id
  config)

Creates a CfnMetricStream$MetricStreamStatisticsConfigurationProperty$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  `CfnMetricStream$MetricStreamStatisticsConfigurationProperty$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-metric-stream-metric-stream-statistics-metric-property-builderclj

(cfn-metric-stream-metric-stream-statistics-metric-property-builder id config)

Creates a CfnMetricStream$MetricStreamStatisticsMetricProperty$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  `CfnMetricStream$MetricStreamStatisticsMetricProperty$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-metric-stream-props-builderclj

(cfn-metric-stream-props-builder id config)

Creates a CfnMetricStreamProps$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  `CfnMetricStreamProps$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

common-metric-options-builderclj

(common-metric-options-builder id config)

Creates a CommonMetricOptions$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  `CommonMetricOptions$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

comparison-operatorclj

(comparison-operator config id item-key)

The comparison-operator function data interprets values in the provided config data into a ComparisonOperator instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of ComparisonOperator - the value is returned.
  • is :greater-than-upper-threshold - ComparisonOperator/GREATER_THAN_UPPER_THRESHOLD is returned
  • is :less-than-lower-or-greater-than-upper-threshold - ComparisonOperator/LESS_THAN_LOWER_OR_GREATER_THAN_UPPER_THRESHOLD is returned
  • is :less-than-lower-threshold - ComparisonOperator/LESS_THAN_LOWER_THRESHOLD is returned
  • is :greater-than-threshold - ComparisonOperator/GREATER_THAN_THRESHOLD is returned
  • is :less-than-threshold - ComparisonOperator/LESS_THAN_THRESHOLD is returned
  • is :greater-than-or-equal-to-threshold - ComparisonOperator/GREATER_THAN_OR_EQUAL_TO_THRESHOLD is returned
  • is :less-than-or-equal-to-threshold - ComparisonOperator/LESS_THAN_OR_EQUAL_TO_THRESHOLD is returned

If a value is not found or matches the above criteria, nil is returned.

The `comparison-operator` function data interprets values in the provided config data into a 
`ComparisonOperator` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `ComparisonOperator` - the value is returned.
* is `:greater-than-upper-threshold` - `ComparisonOperator/GREATER_THAN_UPPER_THRESHOLD` is returned
* is `:less-than-lower-or-greater-than-upper-threshold` - `ComparisonOperator/LESS_THAN_LOWER_OR_GREATER_THAN_UPPER_THRESHOLD` is returned
* is `:less-than-lower-threshold` - `ComparisonOperator/LESS_THAN_LOWER_THRESHOLD` is returned
* is `:greater-than-threshold` - `ComparisonOperator/GREATER_THAN_THRESHOLD` is returned
* is `:less-than-threshold` - `ComparisonOperator/LESS_THAN_THRESHOLD` is returned
* is `:greater-than-or-equal-to-threshold` - `ComparisonOperator/GREATER_THAN_OR_EQUAL_TO_THRESHOLD` is returned
* is `:less-than-or-equal-to-threshold` - `ComparisonOperator/LESS_THAN_OR_EQUAL_TO_THRESHOLD` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

composite-alarm-builderclj

(composite-alarm-builder scope id config)

Creates a CompositeAlarm$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  `CompositeAlarm$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

composite-alarm-props-builderclj

(composite-alarm-props-builder id config)

Creates a CompositeAlarmProps$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  `CompositeAlarmProps$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

create-alarm-options-builderclj

(create-alarm-options-builder id config)

Creates a CreateAlarmOptions$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  `CreateAlarmOptions$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

custom-widget-builderclj

(custom-widget-builder id config)

Creates a CustomWidget$Builder instance using a no-argument create, 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  `CustomWidget$Builder` instance using a no-argument create, 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

custom-widget-props-builderclj

(custom-widget-props-builder id config)

Creates a CustomWidgetProps$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  `CustomWidgetProps$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

dashboard-builderclj

(dashboard-builder scope id config)

Creates a Dashboard$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  `Dashboard$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

dashboard-props-builderclj

(dashboard-props-builder id config)

Creates a DashboardProps$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  `DashboardProps$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

dashboard-variable-builderclj

(dashboard-variable-builder id config)

Creates a DashboardVariable$Builder instance using a no-argument create, 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  `DashboardVariable$Builder` instance using a no-argument create, 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

dashboard-variable-options-builderclj

(dashboard-variable-options-builder id config)

Creates a DashboardVariableOptions$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  `DashboardVariableOptions$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

dimension-builderclj

(dimension-builder id config)

Creates a Dimension$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  `Dimension$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

gauge-widget-builderclj

(gauge-widget-builder id config)

Creates a GaugeWidget$Builder instance using a no-argument create, 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  `GaugeWidget$Builder` instance using a no-argument create, 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

gauge-widget-props-builderclj

(gauge-widget-props-builder id config)

Creates a GaugeWidgetProps$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  `GaugeWidgetProps$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

graph-widget-builderclj

(graph-widget-builder id config)

Creates a GraphWidget$Builder instance using a no-argument create, 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  `GraphWidget$Builder` instance using a no-argument create, 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

graph-widget-props-builderclj

(graph-widget-props-builder id config)

Creates a GraphWidgetProps$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  `GraphWidgetProps$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

graph-widget-viewclj

(graph-widget-view config id item-key)

The graph-widget-view function data interprets values in the provided config data into a GraphWidgetView instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of GraphWidgetView - the value is returned.
  • is :time-series - GraphWidgetView/TIME_SERIES is returned
  • is :pie - GraphWidgetView/PIE is returned
  • is :bar - GraphWidgetView/BAR is returned

If a value is not found or matches the above criteria, nil is returned.

The `graph-widget-view` function data interprets values in the provided config data into a 
`GraphWidgetView` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `GraphWidgetView` - the value is returned.
* is `:time-series` - `GraphWidgetView/TIME_SERIES` is returned
* is `:pie` - `GraphWidgetView/PIE` is returned
* is `:bar` - `GraphWidgetView/BAR` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

horizontal-annotation-builderclj

(horizontal-annotation-builder id config)

Creates a HorizontalAnnotation$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  `HorizontalAnnotation$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

legend-positionclj

(legend-position config id item-key)

The legend-position function data interprets values in the provided config data into a LegendPosition instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of LegendPosition - the value is returned.
  • is :bottom - LegendPosition/BOTTOM is returned
  • is :hidden - LegendPosition/HIDDEN is returned
  • is :right - LegendPosition/RIGHT is returned

If a value is not found or matches the above criteria, nil is returned.

The `legend-position` function data interprets values in the provided config data into a 
`LegendPosition` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `LegendPosition` - the value is returned.
* is `:bottom` - `LegendPosition/BOTTOM` is returned
* is `:hidden` - `LegendPosition/HIDDEN` is returned
* is `:right` - `LegendPosition/RIGHT` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

log-query-visualization-typeclj

(log-query-visualization-type config id item-key)

The log-query-visualization-type function data interprets values in the provided config data into a LogQueryVisualizationType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of LogQueryVisualizationType - the value is returned.
  • is :stackedarea - LogQueryVisualizationType/STACKEDAREA is returned
  • is :bar - LogQueryVisualizationType/BAR is returned
  • is :line - LogQueryVisualizationType/LINE is returned
  • is :table - LogQueryVisualizationType/TABLE is returned
  • is :pie - LogQueryVisualizationType/PIE is returned

If a value is not found or matches the above criteria, nil is returned.

The `log-query-visualization-type` function data interprets values in the provided config data into a 
`LogQueryVisualizationType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `LogQueryVisualizationType` - the value is returned.
* is `:stackedarea` - `LogQueryVisualizationType/STACKEDAREA` is returned
* is `:bar` - `LogQueryVisualizationType/BAR` is returned
* is `:line` - `LogQueryVisualizationType/LINE` is returned
* is `:table` - `LogQueryVisualizationType/TABLE` is returned
* is `:pie` - `LogQueryVisualizationType/PIE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

log-query-widget-builderclj

(log-query-widget-builder id config)

Creates a LogQueryWidget$Builder instance using a no-argument create, 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  `LogQueryWidget$Builder` instance using a no-argument create, 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

log-query-widget-props-builderclj

(log-query-widget-props-builder id config)

Creates a LogQueryWidgetProps$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  `LogQueryWidgetProps$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

math-expression-builderclj

(math-expression-builder id config)

Creates a MathExpression$Builder instance using a no-argument create, 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  `MathExpression$Builder` instance using a no-argument create, 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

math-expression-options-builderclj

(math-expression-options-builder id config)

Creates a MathExpressionOptions$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  `MathExpressionOptions$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

math-expression-props-builderclj

(math-expression-props-builder id config)

Creates a MathExpressionProps$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  `MathExpressionProps$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

metric-builderclj

(metric-builder id config)

Creates a Metric$Builder instance using a no-argument create, 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  `Metric$Builder` instance using a no-argument create, 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

metric-config-builderclj

(metric-config-builder id config)

Creates a MetricConfig$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  `MetricConfig$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

metric-expression-config-builderclj

(metric-expression-config-builder id config)

Creates a MetricExpressionConfig$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  `MetricExpressionConfig$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

metric-options-builderclj

(metric-options-builder id config)

Creates a MetricOptions$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  `MetricOptions$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

metric-props-builderclj

(metric-props-builder id config)

Creates a MetricProps$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  `MetricProps$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

metric-stat-config-builderclj

(metric-stat-config-builder id config)

Creates a MetricStatConfig$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  `MetricStatConfig$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

metric-widget-props-builderclj

(metric-widget-props-builder id config)

Creates a MetricWidgetProps$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  `MetricWidgetProps$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

period-overrideclj

(period-override config id item-key)

The period-override function data interprets values in the provided config data into a PeriodOverride instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of PeriodOverride - the value is returned.
  • is :auto - PeriodOverride/AUTO is returned
  • is :inherit - PeriodOverride/INHERIT is returned

If a value is not found or matches the above criteria, nil is returned.

The `period-override` function data interprets values in the provided config data into a 
`PeriodOverride` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `PeriodOverride` - the value is returned.
* is `:auto` - `PeriodOverride/AUTO` is returned
* is `:inherit` - `PeriodOverride/INHERIT` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

search-components-builderclj

(search-components-builder id config)

Creates a SearchComponents$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  `SearchComponents$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

shadingclj

(shading config id item-key)

The shading function data interprets values in the provided config data into a Shading instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of Shading - the value is returned.
  • is :none - Shading/NONE is returned
  • is :above - Shading/ABOVE is returned
  • is :below - Shading/BELOW is returned

If a value is not found or matches the above criteria, nil is returned.

The `shading` function data interprets values in the provided config data into a 
`Shading` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `Shading` - the value is returned.
* is `:none` - `Shading/NONE` is returned
* is `:above` - `Shading/ABOVE` is returned
* is `:below` - `Shading/BELOW` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

single-value-widget-builderclj

(single-value-widget-builder id config)

Creates a SingleValueWidget$Builder instance using a no-argument create, 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  `SingleValueWidget$Builder` instance using a no-argument create, 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

single-value-widget-props-builderclj

(single-value-widget-props-builder id config)

Creates a SingleValueWidgetProps$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  `SingleValueWidgetProps$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

spacer-builderclj

(spacer-builder id config)

Creates a Spacer$Builder instance using a no-argument create, 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  `Spacer$Builder` instance using a no-argument create, 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

spacer-props-builderclj

(spacer-props-builder id config)

Creates a SpacerProps$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  `SpacerProps$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

table-layoutclj

(table-layout config id item-key)

The table-layout function data interprets values in the provided config data into a TableLayout instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of TableLayout - the value is returned.
  • is :horizontal - TableLayout/HORIZONTAL is returned
  • is :vertical - TableLayout/VERTICAL is returned

If a value is not found or matches the above criteria, nil is returned.

The `table-layout` function data interprets values in the provided config data into a 
`TableLayout` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `TableLayout` - the value is returned.
* is `:horizontal` - `TableLayout/HORIZONTAL` is returned
* is `:vertical` - `TableLayout/VERTICAL` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

table-summary-columnclj

(table-summary-column config id item-key)

The table-summary-column function data interprets values in the provided config data into a TableSummaryColumn instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of TableSummaryColumn - the value is returned.
  • is :sum - TableSummaryColumn/SUM is returned
  • is :maximum - TableSummaryColumn/MAXIMUM is returned
  • is :average - TableSummaryColumn/AVERAGE is returned
  • is :minimum - TableSummaryColumn/MINIMUM is returned

If a value is not found or matches the above criteria, nil is returned.

The `table-summary-column` function data interprets values in the provided config data into a 
`TableSummaryColumn` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `TableSummaryColumn` - the value is returned.
* is `:sum` - `TableSummaryColumn/SUM` is returned
* is `:maximum` - `TableSummaryColumn/MAXIMUM` is returned
* is `:average` - `TableSummaryColumn/AVERAGE` is returned
* is `:minimum` - `TableSummaryColumn/MINIMUM` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

table-summary-props-builderclj

(table-summary-props-builder id config)

Creates a TableSummaryProps$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  `TableSummaryProps$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

table-widget-builderclj

(table-widget-builder id config)

Creates a TableWidget$Builder instance using a no-argument create, 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  `TableWidget$Builder` instance using a no-argument create, 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

table-widget-props-builderclj

(table-widget-props-builder id config)

Creates a TableWidgetProps$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  `TableWidgetProps$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

text-widget-backgroundclj

(text-widget-background config id item-key)

The text-widget-background function data interprets values in the provided config data into a TextWidgetBackground instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of TextWidgetBackground - the value is returned.
  • is :transparent - TextWidgetBackground/TRANSPARENT is returned
  • is :solid - TextWidgetBackground/SOLID is returned

If a value is not found or matches the above criteria, nil is returned.

The `text-widget-background` function data interprets values in the provided config data into a 
`TextWidgetBackground` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `TextWidgetBackground` - the value is returned.
* is `:transparent` - `TextWidgetBackground/TRANSPARENT` is returned
* is `:solid` - `TextWidgetBackground/SOLID` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

text-widget-builderclj

(text-widget-builder id config)

Creates a TextWidget$Builder instance using a no-argument create, 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  `TextWidget$Builder` instance using a no-argument create, 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

text-widget-props-builderclj

(text-widget-props-builder id config)

Creates a TextWidgetProps$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  `TextWidgetProps$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

treat-missing-dataclj

(treat-missing-data config id item-key)

The treat-missing-data function data interprets values in the provided config data into a TreatMissingData instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of TreatMissingData - the value is returned.
  • is :ignore - TreatMissingData/IGNORE is returned
  • is :not-breaching - TreatMissingData/NOT_BREACHING is returned
  • is :missing - TreatMissingData/MISSING is returned
  • is :breaching - TreatMissingData/BREACHING is returned

If a value is not found or matches the above criteria, nil is returned.

The `treat-missing-data` function data interprets values in the provided config data into a 
`TreatMissingData` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `TreatMissingData` - the value is returned.
* is `:ignore` - `TreatMissingData/IGNORE` is returned
* is `:not-breaching` - `TreatMissingData/NOT_BREACHING` is returned
* is `:missing` - `TreatMissingData/MISSING` is returned
* is `:breaching` - `TreatMissingData/BREACHING` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

unitclj

(unit config id item-key)

The unit function data interprets values in the provided config data into a Unit instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of Unit - the value is returned.
  • is :megabits-per-second - Unit/MEGABITS_PER_SECOND is returned
  • is :terabits-per-second - Unit/TERABITS_PER_SECOND is returned
  • is :gigabits - Unit/GIGABITS is returned
  • is :terabytes - Unit/TERABYTES is returned
  • is :kilobits-per-second - Unit/KILOBITS_PER_SECOND is returned
  • is :kilobytes - Unit/KILOBYTES is returned
  • is :count - Unit/COUNT is returned
  • is :milliseconds - Unit/MILLISECONDS is returned
  • is :megabytes-per-second - Unit/MEGABYTES_PER_SECOND is returned
  • is :terabytes-per-second - Unit/TERABYTES_PER_SECOND is returned
  • is :percent - Unit/PERCENT is returned
  • is :megabits - Unit/MEGABITS is returned
  • is :count-per-second - Unit/COUNT_PER_SECOND is returned
  • is :none - Unit/NONE is returned
  • is :microseconds - Unit/MICROSECONDS is returned
  • is :megabytes - Unit/MEGABYTES is returned
  • is :kilobits - Unit/KILOBITS is returned
  • is :bytes - Unit/BYTES is returned
  • is :seconds - Unit/SECONDS is returned
  • is :kilobytes-per-second - Unit/KILOBYTES_PER_SECOND is returned
  • is :gigabytes-per-second - Unit/GIGABYTES_PER_SECOND is returned
  • is :bytes-per-second - Unit/BYTES_PER_SECOND is returned
  • is :bits-per-second - Unit/BITS_PER_SECOND is returned
  • is :terabits - Unit/TERABITS is returned
  • is :gigabytes - Unit/GIGABYTES is returned
  • is :gigabits-per-second - Unit/GIGABITS_PER_SECOND is returned
  • is :bits - Unit/BITS is returned

If a value is not found or matches the above criteria, nil is returned.

The `unit` function data interprets values in the provided config data into a 
`Unit` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `Unit` - the value is returned.
* is `:megabits-per-second` - `Unit/MEGABITS_PER_SECOND` is returned
* is `:terabits-per-second` - `Unit/TERABITS_PER_SECOND` is returned
* is `:gigabits` - `Unit/GIGABITS` is returned
* is `:terabytes` - `Unit/TERABYTES` is returned
* is `:kilobits-per-second` - `Unit/KILOBITS_PER_SECOND` is returned
* is `:kilobytes` - `Unit/KILOBYTES` is returned
* is `:count` - `Unit/COUNT` is returned
* is `:milliseconds` - `Unit/MILLISECONDS` is returned
* is `:megabytes-per-second` - `Unit/MEGABYTES_PER_SECOND` is returned
* is `:terabytes-per-second` - `Unit/TERABYTES_PER_SECOND` is returned
* is `:percent` - `Unit/PERCENT` is returned
* is `:megabits` - `Unit/MEGABITS` is returned
* is `:count-per-second` - `Unit/COUNT_PER_SECOND` is returned
* is `:none` - `Unit/NONE` is returned
* is `:microseconds` - `Unit/MICROSECONDS` is returned
* is `:megabytes` - `Unit/MEGABYTES` is returned
* is `:kilobits` - `Unit/KILOBITS` is returned
* is `:bytes` - `Unit/BYTES` is returned
* is `:seconds` - `Unit/SECONDS` is returned
* is `:kilobytes-per-second` - `Unit/KILOBYTES_PER_SECOND` is returned
* is `:gigabytes-per-second` - `Unit/GIGABYTES_PER_SECOND` is returned
* is `:bytes-per-second` - `Unit/BYTES_PER_SECOND` is returned
* is `:bits-per-second` - `Unit/BITS_PER_SECOND` is returned
* is `:terabits` - `Unit/TERABITS` is returned
* is `:gigabytes` - `Unit/GIGABYTES` is returned
* is `:gigabits-per-second` - `Unit/GIGABITS_PER_SECOND` is returned
* is `:bits` - `Unit/BITS` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

variable-input-typeclj

(variable-input-type config id item-key)

The variable-input-type function data interprets values in the provided config data into a VariableInputType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of VariableInputType - the value is returned.
  • is :input - VariableInputType/INPUT is returned
  • is :select - VariableInputType/SELECT is returned
  • is :radio - VariableInputType/RADIO is returned

If a value is not found or matches the above criteria, nil is returned.

The `variable-input-type` function data interprets values in the provided config data into a 
`VariableInputType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `VariableInputType` - the value is returned.
* is `:input` - `VariableInputType/INPUT` is returned
* is `:select` - `VariableInputType/SELECT` is returned
* is `:radio` - `VariableInputType/RADIO` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

variable-typeclj

(variable-type config id item-key)

The variable-type function data interprets values in the provided config data into a VariableType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of VariableType - the value is returned.
  • is :pattern - VariableType/PATTERN is returned
  • is :property - VariableType/PROPERTY is returned

If a value is not found or matches the above criteria, nil is returned.

The `variable-type` function data interprets values in the provided config data into a 
`VariableType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `VariableType` - the value is returned.
* is `:pattern` - `VariableType/PATTERN` is returned
* is `:property` - `VariableType/PROPERTY` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

variable-value-builderclj

(variable-value-builder id config)

Creates a VariableValue$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  `VariableValue$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

vertical-annotation-builderclj

(vertical-annotation-builder id config)

Creates a VerticalAnnotation$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  `VerticalAnnotation$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

vertical-shadingclj

(vertical-shading config id item-key)

The vertical-shading function data interprets values in the provided config data into a VerticalShading instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of VerticalShading - the value is returned.
  • is :before - VerticalShading/BEFORE is returned
  • is :after - VerticalShading/AFTER is returned
  • is :none - VerticalShading/NONE is returned

If a value is not found or matches the above criteria, nil is returned.

The `vertical-shading` function data interprets values in the provided config data into a 
`VerticalShading` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `VerticalShading` - the value is returned.
* is `:before` - `VerticalShading/BEFORE` is returned
* is `:after` - `VerticalShading/AFTER` is returned
* is `:none` - `VerticalShading/NONE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

y-axis-props-builderclj

(y-axis-props-builder id config)

Creates a YAxisProps$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  `YAxisProps$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