Liking cljdoc? Tell your friends :D

cdk.api.services.autoscaling.common

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

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

alarms-builderclj

(alarms-builder id config)

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

arbitrary-intervals-builderclj

(arbitrary-intervals-builder id config)

Creates a ArbitraryIntervals$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  `ArbitraryIntervals$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-alarms-builderclj

(build-alarms-builder builder id config)

The build-alarms-builder function updates a Alarms$Builder instance using the provided configuration. The function takes the Alarms$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
lowerAlarmIntervalIndexjava.lang.Numbercdk.support/lookup-entry:lower-alarm-interval-index
upperAlarmIntervalIndexjava.lang.Numbercdk.support/lookup-entry:upper-alarm-interval-index
The build-alarms-builder function updates a Alarms$Builder instance using the provided configuration.
  The function takes the Alarms$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 |
|---|---|---|---|
| `lowerAlarmIntervalIndex` | java.lang.Number | [[cdk.support/lookup-entry]] | `:lower-alarm-interval-index` |
| `upperAlarmIntervalIndex` | java.lang.Number | [[cdk.support/lookup-entry]] | `:upper-alarm-interval-index` |
sourceraw docstring

build-arbitrary-intervals-builderclj

(build-arbitrary-intervals-builder builder id config)

The build-arbitrary-intervals-builder function updates a ArbitraryIntervals$Builder instance using the provided configuration. The function takes the ArbitraryIntervals$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
absolutejava.lang.Booleancdk.support/lookup-entry:absolute
intervalsjava.util.Listcdk.support/lookup-entry:intervals
The build-arbitrary-intervals-builder function updates a ArbitraryIntervals$Builder instance using the provided configuration.
  The function takes the ArbitraryIntervals$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 |
|---|---|---|---|
| `absolute` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:absolute` |
| `intervals` | java.util.List | [[cdk.support/lookup-entry]] | `:intervals` |
sourceraw docstring

build-complete-scaling-interval-builderclj

(build-complete-scaling-interval-builder builder id config)

The build-complete-scaling-interval-builder function updates a CompleteScalingInterval$Builder instance using the provided configuration. The function takes the CompleteScalingInterval$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
changejava.lang.Numbercdk.support/lookup-entry:change
lowerjava.lang.Numbercdk.support/lookup-entry:lower
upperjava.lang.Numbercdk.support/lookup-entry:upper
The build-complete-scaling-interval-builder function updates a CompleteScalingInterval$Builder instance using the provided configuration.
  The function takes the CompleteScalingInterval$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 |
|---|---|---|---|
| `change` | java.lang.Number | [[cdk.support/lookup-entry]] | `:change` |
| `lower` | java.lang.Number | [[cdk.support/lookup-entry]] | `:lower` |
| `upper` | java.lang.Number | [[cdk.support/lookup-entry]] | `:upper` |
sourceraw docstring

build-scaling-interval-builderclj

(build-scaling-interval-builder builder id config)

The build-scaling-interval-builder function updates a ScalingInterval$Builder instance using the provided configuration. The function takes the ScalingInterval$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
changejava.lang.Numbercdk.support/lookup-entry:change
lowerjava.lang.Numbercdk.support/lookup-entry:lower
upperjava.lang.Numbercdk.support/lookup-entry:upper
The build-scaling-interval-builder function updates a ScalingInterval$Builder instance using the provided configuration.
  The function takes the ScalingInterval$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 |
|---|---|---|---|
| `change` | java.lang.Number | [[cdk.support/lookup-entry]] | `:change` |
| `lower` | java.lang.Number | [[cdk.support/lookup-entry]] | `:lower` |
| `upper` | java.lang.Number | [[cdk.support/lookup-entry]] | `:upper` |
sourceraw docstring

complete-scaling-interval-builderclj

(complete-scaling-interval-builder id config)

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

scaling-interval-builderclj

(scaling-interval-builder id config)

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