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.
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
params | java.util.Map | cdk.support/lookup-entry | :params |
type | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tarballFile | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tarballFile | java.lang.String | cdk.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` |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close