Liking cljdoc? Tell your friends :D

cdk.api.services.ecr.assets

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

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

build-docker-cache-option-builderclj

(build-docker-cache-option-builder builder id config)

The build-docker-cache-option-builder function updates a DockerCacheOption$Builder instance using the provided configuration. The function takes the DockerCacheOption$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
paramsjava.util.Mapcdk.support/lookup-entry:params
typejava.lang.Stringcdk.support/lookup-entry:type
The build-docker-cache-option-builder function updates a DockerCacheOption$Builder instance using the provided configuration.
  The function takes the DockerCacheOption$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 |
|---|---|---|---|
| `params` | java.util.Map | [[cdk.support/lookup-entry]] | `:params` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-docker-image-asset-builderclj

(build-docker-image-asset-builder builder id config)

The build-docker-image-asset-builder function updates a DockerImageAsset$Builder instance using the provided configuration. The function takes the DockerImageAsset$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
assetNamejava.lang.Stringcdk.support/lookup-entry:asset-name
buildArgsjava.util.Mapcdk.support/lookup-entry:build-args
buildSecretsjava.util.Mapcdk.support/lookup-entry:build-secrets
buildSshjava.lang.Stringcdk.support/lookup-entry:build-ssh
cacheDisabledjava.lang.Booleancdk.support/lookup-entry:cache-disabled
cacheFromjava.util.Listcdk.support/lookup-entry:cache-from
cacheTosoftware.amazon.awscdk.services.ecr.assets.DockerCacheOptioncdk.support/lookup-entry:cache-to
directoryjava.lang.Stringcdk.support/lookup-entry:directory
excludejava.util.Listcdk.support/lookup-entry:exclude
extraHashjava.lang.Stringcdk.support/lookup-entry:extra-hash
filejava.lang.Stringcdk.support/lookup-entry:file
followSymlinkssoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow-symlinks
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
invalidationsoftware.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptionscdk.support/lookup-entry:invalidation
networkModesoftware.amazon.awscdk.services.ecr.assets.NetworkModecdk.support/lookup-entry:network-mode
outputsjava.util.Listcdk.support/lookup-entry:outputs
platformsoftware.amazon.awscdk.services.ecr.assets.Platformcdk.support/lookup-entry:platform
targetjava.lang.Stringcdk.support/lookup-entry:target
The build-docker-image-asset-builder function updates a DockerImageAsset$Builder instance using the provided configuration.
  The function takes the DockerImageAsset$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 |
|---|---|---|---|
| `assetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-name` |
| `buildArgs` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-args` |
| `buildSecrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-secrets` |
| `buildSsh` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-ssh` |
| `cacheDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-disabled` |
| `cacheFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-from` |
| `cacheTo` | software.amazon.awscdk.services.ecr.assets.DockerCacheOption | [[cdk.support/lookup-entry]] | `:cache-to` |
| `directory` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory` |
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `extraHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-hash` |
| `file` | java.lang.String | [[cdk.support/lookup-entry]] | `:file` |
| `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
| `invalidation` | software.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptions | [[cdk.support/lookup-entry]] | `:invalidation` |
| `networkMode` | software.amazon.awscdk.services.ecr.assets.NetworkMode | [[cdk.support/lookup-entry]] | `:network-mode` |
| `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` |
| `platform` | software.amazon.awscdk.services.ecr.assets.Platform | [[cdk.support/lookup-entry]] | `:platform` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-docker-image-asset-invalidation-options-builderclj

(build-docker-image-asset-invalidation-options-builder builder id config)

The build-docker-image-asset-invalidation-options-builder function updates a DockerImageAssetInvalidationOptions$Builder instance using the provided configuration. The function takes the DockerImageAssetInvalidationOptions$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
buildArgsjava.lang.Booleancdk.support/lookup-entry:build-args
buildSecretsjava.lang.Booleancdk.support/lookup-entry:build-secrets
buildSshjava.lang.Booleancdk.support/lookup-entry:build-ssh
extraHashjava.lang.Booleancdk.support/lookup-entry:extra-hash
filejava.lang.Booleancdk.support/lookup-entry:file
networkModejava.lang.Booleancdk.support/lookup-entry:network-mode
outputsjava.lang.Booleancdk.support/lookup-entry:outputs
platformjava.lang.Booleancdk.support/lookup-entry:platform
repositoryNamejava.lang.Booleancdk.support/lookup-entry:repository-name
targetjava.lang.Booleancdk.support/lookup-entry:target
The build-docker-image-asset-invalidation-options-builder function updates a DockerImageAssetInvalidationOptions$Builder instance using the provided configuration.
  The function takes the DockerImageAssetInvalidationOptions$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 |
|---|---|---|---|
| `buildArgs` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:build-args` |
| `buildSecrets` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:build-secrets` |
| `buildSsh` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:build-ssh` |
| `extraHash` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:extra-hash` |
| `file` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:file` |
| `networkMode` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:network-mode` |
| `outputs` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:outputs` |
| `platform` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:platform` |
| `repositoryName` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:repository-name` |
| `target` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-docker-image-asset-options-builderclj

(build-docker-image-asset-options-builder builder id config)

The build-docker-image-asset-options-builder function updates a DockerImageAssetOptions$Builder instance using the provided configuration. The function takes the DockerImageAssetOptions$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
assetNamejava.lang.Stringcdk.support/lookup-entry:asset-name
buildArgsjava.util.Mapcdk.support/lookup-entry:build-args
buildSecretsjava.util.Mapcdk.support/lookup-entry:build-secrets
buildSshjava.lang.Stringcdk.support/lookup-entry:build-ssh
cacheDisabledjava.lang.Booleancdk.support/lookup-entry:cache-disabled
cacheFromjava.util.Listcdk.support/lookup-entry:cache-from
cacheTosoftware.amazon.awscdk.services.ecr.assets.DockerCacheOptioncdk.support/lookup-entry:cache-to
excludejava.util.Listcdk.support/lookup-entry:exclude
extraHashjava.lang.Stringcdk.support/lookup-entry:extra-hash
filejava.lang.Stringcdk.support/lookup-entry:file
followSymlinkssoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow-symlinks
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
invalidationsoftware.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptionscdk.support/lookup-entry:invalidation
networkModesoftware.amazon.awscdk.services.ecr.assets.NetworkModecdk.support/lookup-entry:network-mode
outputsjava.util.Listcdk.support/lookup-entry:outputs
platformsoftware.amazon.awscdk.services.ecr.assets.Platformcdk.support/lookup-entry:platform
targetjava.lang.Stringcdk.support/lookup-entry:target
The build-docker-image-asset-options-builder function updates a DockerImageAssetOptions$Builder instance using the provided configuration.
  The function takes the DockerImageAssetOptions$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 |
|---|---|---|---|
| `assetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-name` |
| `buildArgs` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-args` |
| `buildSecrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-secrets` |
| `buildSsh` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-ssh` |
| `cacheDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-disabled` |
| `cacheFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-from` |
| `cacheTo` | software.amazon.awscdk.services.ecr.assets.DockerCacheOption | [[cdk.support/lookup-entry]] | `:cache-to` |
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `extraHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-hash` |
| `file` | java.lang.String | [[cdk.support/lookup-entry]] | `:file` |
| `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
| `invalidation` | software.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptions | [[cdk.support/lookup-entry]] | `:invalidation` |
| `networkMode` | software.amazon.awscdk.services.ecr.assets.NetworkMode | [[cdk.support/lookup-entry]] | `:network-mode` |
| `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` |
| `platform` | software.amazon.awscdk.services.ecr.assets.Platform | [[cdk.support/lookup-entry]] | `:platform` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-docker-image-asset-props-builderclj

(build-docker-image-asset-props-builder builder id config)

The build-docker-image-asset-props-builder function updates a DockerImageAssetProps$Builder instance using the provided configuration. The function takes the DockerImageAssetProps$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
assetNamejava.lang.Stringcdk.support/lookup-entry:asset-name
buildArgsjava.util.Mapcdk.support/lookup-entry:build-args
buildSecretsjava.util.Mapcdk.support/lookup-entry:build-secrets
buildSshjava.lang.Stringcdk.support/lookup-entry:build-ssh
cacheDisabledjava.lang.Booleancdk.support/lookup-entry:cache-disabled
cacheFromjava.util.Listcdk.support/lookup-entry:cache-from
cacheTosoftware.amazon.awscdk.services.ecr.assets.DockerCacheOptioncdk.support/lookup-entry:cache-to
directoryjava.lang.Stringcdk.support/lookup-entry:directory
excludejava.util.Listcdk.support/lookup-entry:exclude
extraHashjava.lang.Stringcdk.support/lookup-entry:extra-hash
filejava.lang.Stringcdk.support/lookup-entry:file
followSymlinkssoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow-symlinks
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
invalidationsoftware.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptionscdk.support/lookup-entry:invalidation
networkModesoftware.amazon.awscdk.services.ecr.assets.NetworkModecdk.support/lookup-entry:network-mode
outputsjava.util.Listcdk.support/lookup-entry:outputs
platformsoftware.amazon.awscdk.services.ecr.assets.Platformcdk.support/lookup-entry:platform
targetjava.lang.Stringcdk.support/lookup-entry:target
The build-docker-image-asset-props-builder function updates a DockerImageAssetProps$Builder instance using the provided configuration.
  The function takes the DockerImageAssetProps$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 |
|---|---|---|---|
| `assetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-name` |
| `buildArgs` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-args` |
| `buildSecrets` | java.util.Map | [[cdk.support/lookup-entry]] | `:build-secrets` |
| `buildSsh` | java.lang.String | [[cdk.support/lookup-entry]] | `:build-ssh` |
| `cacheDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-disabled` |
| `cacheFrom` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-from` |
| `cacheTo` | software.amazon.awscdk.services.ecr.assets.DockerCacheOption | [[cdk.support/lookup-entry]] | `:cache-to` |
| `directory` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory` |
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `extraHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-hash` |
| `file` | java.lang.String | [[cdk.support/lookup-entry]] | `:file` |
| `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
| `invalidation` | software.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptions | [[cdk.support/lookup-entry]] | `:invalidation` |
| `networkMode` | software.amazon.awscdk.services.ecr.assets.NetworkMode | [[cdk.support/lookup-entry]] | `:network-mode` |
| `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` |
| `platform` | software.amazon.awscdk.services.ecr.assets.Platform | [[cdk.support/lookup-entry]] | `:platform` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-tarball-image-asset-builderclj

(build-tarball-image-asset-builder builder id config)

The build-tarball-image-asset-builder function updates a TarballImageAsset$Builder instance using the provided configuration. The function takes the TarballImageAsset$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
tarballFilejava.lang.Stringcdk.support/lookup-entry:tarball-file
The build-tarball-image-asset-builder function updates a TarballImageAsset$Builder instance using the provided configuration.
  The function takes the TarballImageAsset$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 |
|---|---|---|---|
| `tarballFile` | java.lang.String | [[cdk.support/lookup-entry]] | `:tarball-file` |
sourceraw docstring

build-tarball-image-asset-props-builderclj

(build-tarball-image-asset-props-builder builder id config)

The build-tarball-image-asset-props-builder function updates a TarballImageAssetProps$Builder instance using the provided configuration. The function takes the TarballImageAssetProps$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
tarballFilejava.lang.Stringcdk.support/lookup-entry:tarball-file
The build-tarball-image-asset-props-builder function updates a TarballImageAssetProps$Builder instance using the provided configuration.
  The function takes the TarballImageAssetProps$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 |
|---|---|---|---|
| `tarballFile` | java.lang.String | [[cdk.support/lookup-entry]] | `:tarball-file` |
sourceraw docstring

docker-cache-option-builderclj

(docker-cache-option-builder id config)

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

docker-image-asset-builderclj

(docker-image-asset-builder scope id config)

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

docker-image-asset-invalidation-options-builderclj

(docker-image-asset-invalidation-options-builder id config)

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

docker-image-asset-options-builderclj

(docker-image-asset-options-builder id config)

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

docker-image-asset-props-builderclj

(docker-image-asset-props-builder id config)

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

tarball-image-asset-builderclj

(tarball-image-asset-builder scope id config)

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

tarball-image-asset-props-builderclj

(tarball-image-asset-props-builder id config)

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