Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.ecr

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

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

build-cfn-public-repository-builderclj

(build-cfn-public-repository-builder builder id config)

The build-cfn-public-repository-builder function updates a CfnPublicRepository$Builder instance using the provided configuration. The function takes the CfnPublicRepository$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
repositoryCatalogDatajava.lang.Objectcdk.support/lookup-entry:repository-catalog-data
repositoryNamejava.lang.Stringcdk.support/lookup-entry:repository-name
repositoryPolicyTextjava.lang.Objectcdk.support/lookup-entry:repository-policy-text
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-public-repository-builder function updates a CfnPublicRepository$Builder instance using the provided configuration.
  The function takes the CfnPublicRepository$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 |
|---|---|---|---|
| `repositoryCatalogData` | java.lang.Object | [[cdk.support/lookup-entry]] | `:repository-catalog-data` |
| `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
| `repositoryPolicyText` | java.lang.Object | [[cdk.support/lookup-entry]] | `:repository-policy-text` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-public-repository-props-builderclj

(build-cfn-public-repository-props-builder builder id config)

The build-cfn-public-repository-props-builder function updates a CfnPublicRepositoryProps$Builder instance using the provided configuration. The function takes the CfnPublicRepositoryProps$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
repositoryCatalogDatajava.lang.Objectcdk.support/lookup-entry:repository-catalog-data
repositoryNamejava.lang.Stringcdk.support/lookup-entry:repository-name
repositoryPolicyTextjava.lang.Objectcdk.support/lookup-entry:repository-policy-text
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-public-repository-props-builder function updates a CfnPublicRepositoryProps$Builder instance using the provided configuration.
  The function takes the CfnPublicRepositoryProps$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 |
|---|---|---|---|
| `repositoryCatalogData` | java.lang.Object | [[cdk.support/lookup-entry]] | `:repository-catalog-data` |
| `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
| `repositoryPolicyText` | java.lang.Object | [[cdk.support/lookup-entry]] | `:repository-policy-text` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-public-repository-repository-catalog-data-property-builderclj

(build-cfn-public-repository-repository-catalog-data-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-public-repository-repository-catalog-data-property-builder function updates a CfnPublicRepository$RepositoryCatalogDataProperty$Builder instance using the provided configuration. The function takes the CfnPublicRepository$RepositoryCatalogDataProperty$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
aboutTextjava.lang.Stringcdk.support/lookup-entry:about-text
architecturesjava.util.Listcdk.support/lookup-entry:architectures
operatingSystemsjava.util.Listcdk.support/lookup-entry:operating-systems
repositoryDescriptionjava.lang.Stringcdk.support/lookup-entry:repository-description
usageTextjava.lang.Stringcdk.support/lookup-entry:usage-text
The build-cfn-public-repository-repository-catalog-data-property-builder function updates a CfnPublicRepository$RepositoryCatalogDataProperty$Builder instance using the provided configuration.
  The function takes the CfnPublicRepository$RepositoryCatalogDataProperty$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 |
|---|---|---|---|
| `aboutText` | java.lang.String | [[cdk.support/lookup-entry]] | `:about-text` |
| `architectures` | java.util.List | [[cdk.support/lookup-entry]] | `:architectures` |
| `operatingSystems` | java.util.List | [[cdk.support/lookup-entry]] | `:operating-systems` |
| `repositoryDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-description` |
| `usageText` | java.lang.String | [[cdk.support/lookup-entry]] | `:usage-text` |
sourceraw docstring

build-cfn-pull-through-cache-rule-builderclj

(build-cfn-pull-through-cache-rule-builder builder id config)

The build-cfn-pull-through-cache-rule-builder function updates a CfnPullThroughCacheRule$Builder instance using the provided configuration. The function takes the CfnPullThroughCacheRule$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
credentialArnjava.lang.Stringcdk.support/lookup-entry:credential-arn
ecrRepositoryPrefixjava.lang.Stringcdk.support/lookup-entry:ecr-repository-prefix
upstreamRegistryjava.lang.Stringcdk.support/lookup-entry:upstream-registry
upstreamRegistryUrljava.lang.Stringcdk.support/lookup-entry:upstream-registry-url
The build-cfn-pull-through-cache-rule-builder function updates a CfnPullThroughCacheRule$Builder instance using the provided configuration.
  The function takes the CfnPullThroughCacheRule$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 |
|---|---|---|---|
| `credentialArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:credential-arn` |
| `ecrRepositoryPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:ecr-repository-prefix` |
| `upstreamRegistry` | java.lang.String | [[cdk.support/lookup-entry]] | `:upstream-registry` |
| `upstreamRegistryUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:upstream-registry-url` |
sourceraw docstring

build-cfn-pull-through-cache-rule-props-builderclj

(build-cfn-pull-through-cache-rule-props-builder builder id config)

The build-cfn-pull-through-cache-rule-props-builder function updates a CfnPullThroughCacheRuleProps$Builder instance using the provided configuration. The function takes the CfnPullThroughCacheRuleProps$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
credentialArnjava.lang.Stringcdk.support/lookup-entry:credential-arn
ecrRepositoryPrefixjava.lang.Stringcdk.support/lookup-entry:ecr-repository-prefix
upstreamRegistryjava.lang.Stringcdk.support/lookup-entry:upstream-registry
upstreamRegistryUrljava.lang.Stringcdk.support/lookup-entry:upstream-registry-url
The build-cfn-pull-through-cache-rule-props-builder function updates a CfnPullThroughCacheRuleProps$Builder instance using the provided configuration.
  The function takes the CfnPullThroughCacheRuleProps$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 |
|---|---|---|---|
| `credentialArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:credential-arn` |
| `ecrRepositoryPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:ecr-repository-prefix` |
| `upstreamRegistry` | java.lang.String | [[cdk.support/lookup-entry]] | `:upstream-registry` |
| `upstreamRegistryUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:upstream-registry-url` |
sourceraw docstring

build-cfn-registry-policy-builderclj

(build-cfn-registry-policy-builder builder id config)

The build-cfn-registry-policy-builder function updates a CfnRegistryPolicy$Builder instance using the provided configuration. The function takes the CfnRegistryPolicy$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
policyTextjava.lang.Objectcdk.support/lookup-entry:policy-text
The build-cfn-registry-policy-builder function updates a CfnRegistryPolicy$Builder instance using the provided configuration.
  The function takes the CfnRegistryPolicy$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 |
|---|---|---|---|
| `policyText` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy-text` |
sourceraw docstring

build-cfn-registry-policy-props-builderclj

(build-cfn-registry-policy-props-builder builder id config)

The build-cfn-registry-policy-props-builder function updates a CfnRegistryPolicyProps$Builder instance using the provided configuration. The function takes the CfnRegistryPolicyProps$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
policyTextjava.lang.Objectcdk.support/lookup-entry:policy-text
The build-cfn-registry-policy-props-builder function updates a CfnRegistryPolicyProps$Builder instance using the provided configuration.
  The function takes the CfnRegistryPolicyProps$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 |
|---|---|---|---|
| `policyText` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy-text` |
sourceraw docstring

build-cfn-replication-configuration-builderclj

(build-cfn-replication-configuration-builder builder id config)

The build-cfn-replication-configuration-builder function updates a CfnReplicationConfiguration$Builder instance using the provided configuration. The function takes the CfnReplicationConfiguration$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
replicationConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:replication-configuration
The build-cfn-replication-configuration-builder function updates a CfnReplicationConfiguration$Builder instance using the provided configuration.
  The function takes the CfnReplicationConfiguration$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 |
|---|---|---|---|
| `replicationConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:replication-configuration` |
sourceraw docstring

build-cfn-replication-configuration-props-builderclj

(build-cfn-replication-configuration-props-builder builder id config)

The build-cfn-replication-configuration-props-builder function updates a CfnReplicationConfigurationProps$Builder instance using the provided configuration. The function takes the CfnReplicationConfigurationProps$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
replicationConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:replication-configuration
The build-cfn-replication-configuration-props-builder function updates a CfnReplicationConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnReplicationConfigurationProps$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 |
|---|---|---|---|
| `replicationConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:replication-configuration` |
sourceraw docstring

build-cfn-replication-configuration-replication-configuration-property-builderclj

(build-cfn-replication-configuration-replication-configuration-property-builder
  builder
  id
  config)

The build-cfn-replication-configuration-replication-configuration-property-builder function updates a CfnReplicationConfiguration$ReplicationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnReplicationConfiguration$ReplicationConfigurationProperty$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
rulesjava.util.Listcdk.support/lookup-entry:rules
The build-cfn-replication-configuration-replication-configuration-property-builder function updates a CfnReplicationConfiguration$ReplicationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnReplicationConfiguration$ReplicationConfigurationProperty$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 |
|---|---|---|---|
| `rules` | java.util.List | [[cdk.support/lookup-entry]] | `:rules` |
sourceraw docstring

build-cfn-replication-configuration-replication-destination-property-builderclj

(build-cfn-replication-configuration-replication-destination-property-builder
  builder
  id
  config)

The build-cfn-replication-configuration-replication-destination-property-builder function updates a CfnReplicationConfiguration$ReplicationDestinationProperty$Builder instance using the provided configuration. The function takes the CfnReplicationConfiguration$ReplicationDestinationProperty$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
regionjava.lang.Stringcdk.support/lookup-entry:region
registryIdjava.lang.Stringcdk.support/lookup-entry:registry-id
The build-cfn-replication-configuration-replication-destination-property-builder function updates a CfnReplicationConfiguration$ReplicationDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnReplicationConfiguration$ReplicationDestinationProperty$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 |
|---|---|---|---|
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `registryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:registry-id` |
sourceraw docstring

build-cfn-replication-configuration-replication-rule-property-builderclj

(build-cfn-replication-configuration-replication-rule-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-replication-configuration-replication-rule-property-builder function updates a CfnReplicationConfiguration$ReplicationRuleProperty$Builder instance using the provided configuration. The function takes the CfnReplicationConfiguration$ReplicationRuleProperty$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
destinationsjava.util.Listcdk.support/lookup-entry:destinations
repositoryFilterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:repository-filters
The build-cfn-replication-configuration-replication-rule-property-builder function updates a CfnReplicationConfiguration$ReplicationRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnReplicationConfiguration$ReplicationRuleProperty$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 |
|---|---|---|---|
| `destinations` | java.util.List | [[cdk.support/lookup-entry]] | `:destinations` |
| `repositoryFilters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:repository-filters` |
sourceraw docstring

build-cfn-replication-configuration-repository-filter-property-builderclj

(build-cfn-replication-configuration-repository-filter-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-replication-configuration-repository-filter-property-builder function updates a CfnReplicationConfiguration$RepositoryFilterProperty$Builder instance using the provided configuration. The function takes the CfnReplicationConfiguration$RepositoryFilterProperty$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
filterjava.lang.Stringcdk.support/lookup-entry:filter
filterTypejava.lang.Stringcdk.support/lookup-entry:filter-type
The build-cfn-replication-configuration-repository-filter-property-builder function updates a CfnReplicationConfiguration$RepositoryFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnReplicationConfiguration$RepositoryFilterProperty$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 |
|---|---|---|---|
| `filter` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter` |
| `filterType` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-type` |
sourceraw docstring

build-cfn-repository-builderclj

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

The build-cfn-repository-builder function updates a CfnRepository$Builder instance using the provided configuration. The function takes the CfnRepository$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
emptyOnDeletesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:empty-on-delete
encryptionConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encryption-configuration
imageScanningConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:image-scanning-configuration
imageTagMutabilityjava.lang.Stringcdk.support/lookup-entry:image-tag-mutability
lifecyclePolicysoftware.amazon.awscdk.services.ecr.CfnRepository$LifecyclePolicyPropertycdk.support/lookup-entry:lifecycle-policy
repositoryNamejava.lang.Stringcdk.support/lookup-entry:repository-name
repositoryPolicyTextjava.lang.Objectcdk.support/lookup-entry:repository-policy-text
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-repository-builder function updates a CfnRepository$Builder instance using the provided configuration.
  The function takes the CfnRepository$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 |
|---|---|---|---|
| `emptyOnDelete` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:empty-on-delete` |
| `encryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-configuration` |
| `imageScanningConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:image-scanning-configuration` |
| `imageTagMutability` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-tag-mutability` |
| `lifecyclePolicy` | software.amazon.awscdk.services.ecr.CfnRepository$LifecyclePolicyProperty | [[cdk.support/lookup-entry]] | `:lifecycle-policy` |
| `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
| `repositoryPolicyText` | java.lang.Object | [[cdk.support/lookup-entry]] | `:repository-policy-text` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-repository-creation-template-builderclj

(build-cfn-repository-creation-template-builder builder id config)

The build-cfn-repository-creation-template-builder function updates a CfnRepositoryCreationTemplate$Builder instance using the provided configuration. The function takes the CfnRepositoryCreationTemplate$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
appliedForjava.util.Listcdk.support/lookup-entry:applied-for
descriptionjava.lang.Stringcdk.support/lookup-entry:description
encryptionConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encryption-configuration
imageTagMutabilityjava.lang.Stringcdk.support/lookup-entry:image-tag-mutability
lifecyclePolicyjava.lang.Stringcdk.support/lookup-entry:lifecycle-policy
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
repositoryPolicyjava.lang.Stringcdk.support/lookup-entry:repository-policy
resourceTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource-tags
The build-cfn-repository-creation-template-builder function updates a CfnRepositoryCreationTemplate$Builder instance using the provided configuration.
  The function takes the CfnRepositoryCreationTemplate$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 |
|---|---|---|---|
| `appliedFor` | java.util.List | [[cdk.support/lookup-entry]] | `:applied-for` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `encryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-configuration` |
| `imageTagMutability` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-tag-mutability` |
| `lifecyclePolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:lifecycle-policy` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
| `repositoryPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-policy` |
| `resourceTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-tags` |
sourceraw docstring

build-cfn-repository-creation-template-encryption-configuration-property-builderclj

(build-cfn-repository-creation-template-encryption-configuration-property-builder
  builder
  id
  config)

The build-cfn-repository-creation-template-encryption-configuration-property-builder function updates a CfnRepositoryCreationTemplate$EncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRepositoryCreationTemplate$EncryptionConfigurationProperty$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
encryptionTypejava.lang.Stringcdk.support/lookup-entry:encryption-type
kmsKeyjava.lang.Stringcdk.support/lookup-entry:kms-key
The build-cfn-repository-creation-template-encryption-configuration-property-builder function updates a CfnRepositoryCreationTemplate$EncryptionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnRepositoryCreationTemplate$EncryptionConfigurationProperty$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 |
|---|---|---|---|
| `encryptionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-type` |
| `kmsKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key` |
sourceraw docstring

build-cfn-repository-creation-template-props-builderclj

(build-cfn-repository-creation-template-props-builder builder id config)

The build-cfn-repository-creation-template-props-builder function updates a CfnRepositoryCreationTemplateProps$Builder instance using the provided configuration. The function takes the CfnRepositoryCreationTemplateProps$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
appliedForjava.util.Listcdk.support/lookup-entry:applied-for
descriptionjava.lang.Stringcdk.support/lookup-entry:description
encryptionConfigurationsoftware.amazon.awscdk.services.ecr.CfnRepositoryCreationTemplate$EncryptionConfigurationPropertycdk.support/lookup-entry:encryption-configuration
imageTagMutabilityjava.lang.Stringcdk.support/lookup-entry:image-tag-mutability
lifecyclePolicyjava.lang.Stringcdk.support/lookup-entry:lifecycle-policy
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
repositoryPolicyjava.lang.Stringcdk.support/lookup-entry:repository-policy
resourceTagsjava.util.Listcdk.support/lookup-entry:resource-tags
The build-cfn-repository-creation-template-props-builder function updates a CfnRepositoryCreationTemplateProps$Builder instance using the provided configuration.
  The function takes the CfnRepositoryCreationTemplateProps$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 |
|---|---|---|---|
| `appliedFor` | java.util.List | [[cdk.support/lookup-entry]] | `:applied-for` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `encryptionConfiguration` | software.amazon.awscdk.services.ecr.CfnRepositoryCreationTemplate$EncryptionConfigurationProperty | [[cdk.support/lookup-entry]] | `:encryption-configuration` |
| `imageTagMutability` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-tag-mutability` |
| `lifecyclePolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:lifecycle-policy` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
| `repositoryPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-policy` |
| `resourceTags` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-tags` |
sourceraw docstring

build-cfn-repository-encryption-configuration-property-builderclj

(build-cfn-repository-encryption-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-repository-encryption-configuration-property-builder function updates a CfnRepository$EncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRepository$EncryptionConfigurationProperty$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
encryptionTypejava.lang.Stringcdk.support/lookup-entry:encryption-type
kmsKeyjava.lang.Stringcdk.support/lookup-entry:kms-key
The build-cfn-repository-encryption-configuration-property-builder function updates a CfnRepository$EncryptionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnRepository$EncryptionConfigurationProperty$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 |
|---|---|---|---|
| `encryptionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-type` |
| `kmsKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key` |
sourceraw docstring

build-cfn-repository-image-scanning-configuration-property-builderclj

(build-cfn-repository-image-scanning-configuration-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-repository-image-scanning-configuration-property-builder function updates a CfnRepository$ImageScanningConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRepository$ImageScanningConfigurationProperty$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
scanOnPushjava.lang.Booleancdk.support/lookup-entry:scan-on-push
The build-cfn-repository-image-scanning-configuration-property-builder function updates a CfnRepository$ImageScanningConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnRepository$ImageScanningConfigurationProperty$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 |
|---|---|---|---|
| `scanOnPush` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:scan-on-push` |
sourceraw docstring

build-cfn-repository-lifecycle-policy-property-builderclj

(build-cfn-repository-lifecycle-policy-property-builder builder id config)

The build-cfn-repository-lifecycle-policy-property-builder function updates a CfnRepository$LifecyclePolicyProperty$Builder instance using the provided configuration. The function takes the CfnRepository$LifecyclePolicyProperty$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
lifecyclePolicyTextjava.lang.Stringcdk.support/lookup-entry:lifecycle-policy-text
registryIdjava.lang.Stringcdk.support/lookup-entry:registry-id
The build-cfn-repository-lifecycle-policy-property-builder function updates a CfnRepository$LifecyclePolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnRepository$LifecyclePolicyProperty$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 |
|---|---|---|---|
| `lifecyclePolicyText` | java.lang.String | [[cdk.support/lookup-entry]] | `:lifecycle-policy-text` |
| `registryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:registry-id` |
sourceraw docstring

build-cfn-repository-props-builderclj

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

The build-cfn-repository-props-builder function updates a CfnRepositoryProps$Builder instance using the provided configuration. The function takes the CfnRepositoryProps$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
emptyOnDeletejava.lang.Booleancdk.support/lookup-entry:empty-on-delete
encryptionConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encryption-configuration
imageScanningConfigurationsoftware.amazon.awscdk.services.ecr.CfnRepository$ImageScanningConfigurationPropertycdk.support/lookup-entry:image-scanning-configuration
imageTagMutabilityjava.lang.Stringcdk.support/lookup-entry:image-tag-mutability
lifecyclePolicysoftware.amazon.awscdk.services.ecr.CfnRepository$LifecyclePolicyPropertycdk.support/lookup-entry:lifecycle-policy
repositoryNamejava.lang.Stringcdk.support/lookup-entry:repository-name
repositoryPolicyTextjava.lang.Objectcdk.support/lookup-entry:repository-policy-text
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-repository-props-builder function updates a CfnRepositoryProps$Builder instance using the provided configuration.
  The function takes the CfnRepositoryProps$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 |
|---|---|---|---|
| `emptyOnDelete` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:empty-on-delete` |
| `encryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-configuration` |
| `imageScanningConfiguration` | software.amazon.awscdk.services.ecr.CfnRepository$ImageScanningConfigurationProperty | [[cdk.support/lookup-entry]] | `:image-scanning-configuration` |
| `imageTagMutability` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-tag-mutability` |
| `lifecyclePolicy` | software.amazon.awscdk.services.ecr.CfnRepository$LifecyclePolicyProperty | [[cdk.support/lookup-entry]] | `:lifecycle-policy` |
| `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
| `repositoryPolicyText` | java.lang.Object | [[cdk.support/lookup-entry]] | `:repository-policy-text` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-lifecycle-rule-builderclj

(build-lifecycle-rule-builder builder id config)

The build-lifecycle-rule-builder function updates a LifecycleRule$Builder instance using the provided configuration. The function takes the LifecycleRule$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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
maxImageAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-image-age
maxImageCountjava.lang.Numbercdk.support/lookup-entry:max-image-count
rulePriorityjava.lang.Numbercdk.support/lookup-entry:rule-priority
tagPatternListjava.util.Listcdk.support/lookup-entry:tag-pattern-list
tagPrefixListjava.util.Listcdk.support/lookup-entry:tag-prefix-list
tagStatussoftware.amazon.awscdk.services.ecr.TagStatuscdk.api.services.ecr/tag-status:tag-status
The build-lifecycle-rule-builder function updates a LifecycleRule$Builder instance using the provided configuration.
  The function takes the LifecycleRule$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 |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `maxImageAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-image-age` |
| `maxImageCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-image-count` |
| `rulePriority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rule-priority` |
| `tagPatternList` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-pattern-list` |
| `tagPrefixList` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-prefix-list` |
| `tagStatus` | software.amazon.awscdk.services.ecr.TagStatus | [[cdk.api.services.ecr/tag-status]] | `:tag-status` |
sourceraw docstring

build-on-cloud-trail-image-pushed-options-builderclj

(build-on-cloud-trail-image-pushed-options-builder builder id config)

The build-on-cloud-trail-image-pushed-options-builder function updates a OnCloudTrailImagePushedOptions$Builder instance using the provided configuration. The function takes the OnCloudTrailImagePushedOptions$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
crossStackScopesoftware.constructs.Constructcdk.support/lookup-entry:cross-stack-scope
descriptionjava.lang.Stringcdk.support/lookup-entry:description
eventPatternsoftware.amazon.awscdk.services.events.EventPatterncdk.support/lookup-entry:event-pattern
imageTagjava.lang.Stringcdk.support/lookup-entry:image-tag
ruleNamejava.lang.Stringcdk.support/lookup-entry:rule-name
targetsoftware.amazon.awscdk.services.events.IRuleTargetcdk.support/lookup-entry:target
The build-on-cloud-trail-image-pushed-options-builder function updates a OnCloudTrailImagePushedOptions$Builder instance using the provided configuration.
  The function takes the OnCloudTrailImagePushedOptions$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 |
|---|---|---|---|
| `crossStackScope` | software.constructs.Construct | [[cdk.support/lookup-entry]] | `:cross-stack-scope` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `eventPattern` | software.amazon.awscdk.services.events.EventPattern | [[cdk.support/lookup-entry]] | `:event-pattern` |
| `imageTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-tag` |
| `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
| `target` | software.amazon.awscdk.services.events.IRuleTarget | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-on-image-scan-completed-options-builderclj

(build-on-image-scan-completed-options-builder builder id config)

The build-on-image-scan-completed-options-builder function updates a OnImageScanCompletedOptions$Builder instance using the provided configuration. The function takes the OnImageScanCompletedOptions$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
crossStackScopesoftware.constructs.Constructcdk.support/lookup-entry:cross-stack-scope
descriptionjava.lang.Stringcdk.support/lookup-entry:description
eventPatternsoftware.amazon.awscdk.services.events.EventPatterncdk.support/lookup-entry:event-pattern
imageTagsjava.util.Listcdk.support/lookup-entry:image-tags
ruleNamejava.lang.Stringcdk.support/lookup-entry:rule-name
targetsoftware.amazon.awscdk.services.events.IRuleTargetcdk.support/lookup-entry:target
The build-on-image-scan-completed-options-builder function updates a OnImageScanCompletedOptions$Builder instance using the provided configuration.
  The function takes the OnImageScanCompletedOptions$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 |
|---|---|---|---|
| `crossStackScope` | software.constructs.Construct | [[cdk.support/lookup-entry]] | `:cross-stack-scope` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `eventPattern` | software.amazon.awscdk.services.events.EventPattern | [[cdk.support/lookup-entry]] | `:event-pattern` |
| `imageTags` | java.util.List | [[cdk.support/lookup-entry]] | `:image-tags` |
| `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
| `target` | software.amazon.awscdk.services.events.IRuleTarget | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-repository-attributes-builderclj

(build-repository-attributes-builder builder id config)

The build-repository-attributes-builder function updates a RepositoryAttributes$Builder instance using the provided configuration. The function takes the RepositoryAttributes$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
repositoryArnjava.lang.Stringcdk.support/lookup-entry:repository-arn
repositoryNamejava.lang.Stringcdk.support/lookup-entry:repository-name
The build-repository-attributes-builder function updates a RepositoryAttributes$Builder instance using the provided configuration.
  The function takes the RepositoryAttributes$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 |
|---|---|---|---|
| `repositoryArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-arn` |
| `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
sourceraw docstring

build-repository-builderclj

(build-repository-builder builder id config)

The build-repository-builder function updates a Repository$Builder instance using the provided configuration. The function takes the Repository$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
autoDeleteImagesjava.lang.Booleancdk.support/lookup-entry:auto-delete-images
emptyOnDeletejava.lang.Booleancdk.support/lookup-entry:empty-on-delete
encryptionsoftware.amazon.awscdk.services.ecr.RepositoryEncryptioncdk.support/lookup-entry:encryption
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
imageScanOnPushjava.lang.Booleancdk.support/lookup-entry:image-scan-on-push
imageTagMutabilitysoftware.amazon.awscdk.services.ecr.TagMutabilitycdk.api.services.ecr/tag-mutability:image-tag-mutability
lifecycleRegistryIdjava.lang.Stringcdk.support/lookup-entry:lifecycle-registry-id
lifecycleRulesjava.util.Listcdk.support/lookup-entry:lifecycle-rules
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
repositoryNamejava.lang.Stringcdk.support/lookup-entry:repository-name
The build-repository-builder function updates a Repository$Builder instance using the provided configuration.
  The function takes the Repository$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 |
|---|---|---|---|
| `autoDeleteImages` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-delete-images` |
| `emptyOnDelete` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:empty-on-delete` |
| `encryption` | software.amazon.awscdk.services.ecr.RepositoryEncryption | [[cdk.support/lookup-entry]] | `:encryption` |
| `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `imageScanOnPush` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:image-scan-on-push` |
| `imageTagMutability` | software.amazon.awscdk.services.ecr.TagMutability | [[cdk.api.services.ecr/tag-mutability]] | `:image-tag-mutability` |
| `lifecycleRegistryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:lifecycle-registry-id` |
| `lifecycleRules` | java.util.List | [[cdk.support/lookup-entry]] | `:lifecycle-rules` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
sourceraw docstring

build-repository-props-builderclj

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

The build-repository-props-builder function updates a RepositoryProps$Builder instance using the provided configuration. The function takes the RepositoryProps$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
autoDeleteImagesjava.lang.Booleancdk.support/lookup-entry:auto-delete-images
emptyOnDeletejava.lang.Booleancdk.support/lookup-entry:empty-on-delete
encryptionsoftware.amazon.awscdk.services.ecr.RepositoryEncryptioncdk.support/lookup-entry:encryption
encryptionKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:encryption-key
imageScanOnPushjava.lang.Booleancdk.support/lookup-entry:image-scan-on-push
imageTagMutabilitysoftware.amazon.awscdk.services.ecr.TagMutabilitycdk.api.services.ecr/tag-mutability:image-tag-mutability
lifecycleRegistryIdjava.lang.Stringcdk.support/lookup-entry:lifecycle-registry-id
lifecycleRulesjava.util.Listcdk.support/lookup-entry:lifecycle-rules
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
repositoryNamejava.lang.Stringcdk.support/lookup-entry:repository-name
The build-repository-props-builder function updates a RepositoryProps$Builder instance using the provided configuration.
  The function takes the RepositoryProps$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 |
|---|---|---|---|
| `autoDeleteImages` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-delete-images` |
| `emptyOnDelete` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:empty-on-delete` |
| `encryption` | software.amazon.awscdk.services.ecr.RepositoryEncryption | [[cdk.support/lookup-entry]] | `:encryption` |
| `encryptionKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `imageScanOnPush` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:image-scan-on-push` |
| `imageTagMutability` | software.amazon.awscdk.services.ecr.TagMutability | [[cdk.api.services.ecr/tag-mutability]] | `:image-tag-mutability` |
| `lifecycleRegistryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:lifecycle-registry-id` |
| `lifecycleRules` | java.util.List | [[cdk.support/lookup-entry]] | `:lifecycle-rules` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` |
sourceraw docstring

cfn-public-repository-builderclj

(cfn-public-repository-builder scope id config)

Creates a CfnPublicRepository$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  `CfnPublicRepository$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-public-repository-props-builderclj

(cfn-public-repository-props-builder id config)

Creates a CfnPublicRepositoryProps$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  `CfnPublicRepositoryProps$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-public-repository-repository-catalog-data-property-builderclj

(cfn-public-repository-repository-catalog-data-property-builder id config)

Creates a CfnPublicRepository$RepositoryCatalogDataProperty$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  `CfnPublicRepository$RepositoryCatalogDataProperty$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-pull-through-cache-rule-builderclj

(cfn-pull-through-cache-rule-builder scope id config)

Creates a CfnPullThroughCacheRule$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  `CfnPullThroughCacheRule$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-pull-through-cache-rule-props-builderclj

(cfn-pull-through-cache-rule-props-builder id config)

Creates a CfnPullThroughCacheRuleProps$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  `CfnPullThroughCacheRuleProps$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-registry-policy-builderclj

(cfn-registry-policy-builder scope id config)

Creates a CfnRegistryPolicy$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  `CfnRegistryPolicy$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-registry-policy-props-builderclj

(cfn-registry-policy-props-builder id config)

Creates a CfnRegistryPolicyProps$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  `CfnRegistryPolicyProps$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-replication-configuration-builderclj

(cfn-replication-configuration-builder scope id config)

Creates a CfnReplicationConfiguration$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  `CfnReplicationConfiguration$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-replication-configuration-props-builderclj

(cfn-replication-configuration-props-builder id config)

Creates a CfnReplicationConfigurationProps$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  `CfnReplicationConfigurationProps$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-replication-configuration-replication-configuration-property-builderclj

(cfn-replication-configuration-replication-configuration-property-builder
  id
  config)

Creates a CfnReplicationConfiguration$ReplicationConfigurationProperty$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  `CfnReplicationConfiguration$ReplicationConfigurationProperty$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-replication-configuration-replication-destination-property-builderclj

(cfn-replication-configuration-replication-destination-property-builder id
                                                                        config)

Creates a CfnReplicationConfiguration$ReplicationDestinationProperty$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  `CfnReplicationConfiguration$ReplicationDestinationProperty$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-replication-configuration-replication-rule-property-builderclj

(cfn-replication-configuration-replication-rule-property-builder id config)

Creates a CfnReplicationConfiguration$ReplicationRuleProperty$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  `CfnReplicationConfiguration$ReplicationRuleProperty$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-replication-configuration-repository-filter-property-builderclj

(cfn-replication-configuration-repository-filter-property-builder id config)

Creates a CfnReplicationConfiguration$RepositoryFilterProperty$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  `CfnReplicationConfiguration$RepositoryFilterProperty$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-repository-builderclj

(cfn-repository-builder scope id config)

Creates a CfnRepository$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  `CfnRepository$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-repository-creation-template-builderclj

(cfn-repository-creation-template-builder scope id config)

Creates a CfnRepositoryCreationTemplate$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  `CfnRepositoryCreationTemplate$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-repository-creation-template-encryption-configuration-property-builderclj

(cfn-repository-creation-template-encryption-configuration-property-builder
  id
  config)

Creates a CfnRepositoryCreationTemplate$EncryptionConfigurationProperty$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  `CfnRepositoryCreationTemplate$EncryptionConfigurationProperty$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-repository-creation-template-props-builderclj

(cfn-repository-creation-template-props-builder id config)

Creates a CfnRepositoryCreationTemplateProps$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  `CfnRepositoryCreationTemplateProps$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-repository-encryption-configuration-property-builderclj

(cfn-repository-encryption-configuration-property-builder id config)

Creates a CfnRepository$EncryptionConfigurationProperty$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  `CfnRepository$EncryptionConfigurationProperty$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-repository-image-scanning-configuration-property-builderclj

(cfn-repository-image-scanning-configuration-property-builder id config)

Creates a CfnRepository$ImageScanningConfigurationProperty$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  `CfnRepository$ImageScanningConfigurationProperty$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-repository-lifecycle-policy-property-builderclj

(cfn-repository-lifecycle-policy-property-builder id config)

Creates a CfnRepository$LifecyclePolicyProperty$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  `CfnRepository$LifecyclePolicyProperty$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-repository-props-builderclj

(cfn-repository-props-builder id config)

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

lifecycle-rule-builderclj

(lifecycle-rule-builder id config)

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

on-cloud-trail-image-pushed-options-builderclj

(on-cloud-trail-image-pushed-options-builder id config)

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

on-image-scan-completed-options-builderclj

(on-image-scan-completed-options-builder id config)

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

repository-attributes-builderclj

(repository-attributes-builder id config)

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

repository-builderclj

(repository-builder scope id config)

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

repository-props-builderclj

(repository-props-builder id config)

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

tag-mutabilityclj

(tag-mutability config id item-key)

The tag-mutability function data interprets values in the provided config data into a TagMutability 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 TagMutability - the value is returned.
  • is :mutable - TagMutability/MUTABLE is returned
  • is :immutable - TagMutability/IMMUTABLE is returned

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

The `tag-mutability` function data interprets values in the provided config data into a 
`TagMutability` 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 `TagMutability` - the value is returned.
* is `:mutable` - `TagMutability/MUTABLE` is returned
* is `:immutable` - `TagMutability/IMMUTABLE` is returned

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

tag-statusclj

(tag-status config id item-key)

The tag-status function data interprets values in the provided config data into a TagStatus 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 TagStatus - the value is returned.
  • is :tagged - TagStatus/TAGGED is returned
  • is :untagged - TagStatus/UNTAGGED is returned
  • is :any - TagStatus/ANY is returned

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

The `tag-status` function data interprets values in the provided config data into a 
`TagStatus` 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 `TagStatus` - the value is returned.
* is `:tagged` - `TagStatus/TAGGED` is returned
* is `:untagged` - `TagStatus/UNTAGGED` is returned
* is `:any` - `TagStatus/ANY` is returned

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

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

× close