Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.codeartifact package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.codeartifact package.
(build-cfn-domain-builder builder id config)
The build-cfn-domain-builder function updates a CfnDomain$Builder instance using the provided configuration. The function takes the CfnDomain$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 |
---|---|---|---|
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
encryptionKey | java.lang.String | cdk.support/lookup-entry | :encryption-key |
permissionsPolicyDocument | java.lang.Object | cdk.support/lookup-entry | :permissions-policy-document |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-domain-builder function updates a CfnDomain$Builder instance using the provided configuration. The function takes the CfnDomain$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 | |---|---|---|---| | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `encryptionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key` | | `permissionsPolicyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:permissions-policy-document` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-domain-props-builder builder id config)
The build-cfn-domain-props-builder function updates a CfnDomainProps$Builder instance using the provided configuration. The function takes the CfnDomainProps$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 |
---|---|---|---|
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
encryptionKey | java.lang.String | cdk.support/lookup-entry | :encryption-key |
permissionsPolicyDocument | java.lang.Object | cdk.support/lookup-entry | :permissions-policy-document |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-domain-props-builder function updates a CfnDomainProps$Builder instance using the provided configuration. The function takes the CfnDomainProps$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 | |---|---|---|---| | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `encryptionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key` | | `permissionsPolicyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:permissions-policy-document` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-package-group-builder builder id config)
The build-cfn-package-group-builder function updates a CfnPackageGroup$Builder instance using the provided configuration. The function takes the CfnPackageGroup$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 |
---|---|---|---|
contactInfo | java.lang.String | cdk.support/lookup-entry | :contact-info |
description | java.lang.String | cdk.support/lookup-entry | :description |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
domainOwner | java.lang.String | cdk.support/lookup-entry | :domain-owner |
originConfiguration | software.amazon.awscdk.services.codeartifact.CfnPackageGroup$OriginConfigurationProperty | cdk.support/lookup-entry | :origin-configuration |
pattern | java.lang.String | cdk.support/lookup-entry | :pattern |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-package-group-builder function updates a CfnPackageGroup$Builder instance using the provided configuration. The function takes the CfnPackageGroup$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 | |---|---|---|---| | `contactInfo` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-info` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `domainOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-owner` | | `originConfiguration` | software.amazon.awscdk.services.codeartifact.CfnPackageGroup$OriginConfigurationProperty | [[cdk.support/lookup-entry]] | `:origin-configuration` | | `pattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-package-group-origin-configuration-property-builder builder
id
config)
The build-cfn-package-group-origin-configuration-property-builder function updates a CfnPackageGroup$OriginConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPackageGroup$OriginConfigurationProperty$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 |
---|---|---|---|
restrictions | software.amazon.awscdk.services.codeartifact.CfnPackageGroup$RestrictionsProperty | cdk.support/lookup-entry | :restrictions |
The build-cfn-package-group-origin-configuration-property-builder function updates a CfnPackageGroup$OriginConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPackageGroup$OriginConfigurationProperty$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 | |---|---|---|---| | `restrictions` | software.amazon.awscdk.services.codeartifact.CfnPackageGroup$RestrictionsProperty | [[cdk.support/lookup-entry]] | `:restrictions` |
(build-cfn-package-group-props-builder builder id config)
The build-cfn-package-group-props-builder function updates a CfnPackageGroupProps$Builder instance using the provided configuration. The function takes the CfnPackageGroupProps$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 |
---|---|---|---|
contactInfo | java.lang.String | cdk.support/lookup-entry | :contact-info |
description | java.lang.String | cdk.support/lookup-entry | :description |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
domainOwner | java.lang.String | cdk.support/lookup-entry | :domain-owner |
originConfiguration | software.amazon.awscdk.services.codeartifact.CfnPackageGroup$OriginConfigurationProperty | cdk.support/lookup-entry | :origin-configuration |
pattern | java.lang.String | cdk.support/lookup-entry | :pattern |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-package-group-props-builder function updates a CfnPackageGroupProps$Builder instance using the provided configuration. The function takes the CfnPackageGroupProps$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 | |---|---|---|---| | `contactInfo` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-info` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `domainOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-owner` | | `originConfiguration` | software.amazon.awscdk.services.codeartifact.CfnPackageGroup$OriginConfigurationProperty | [[cdk.support/lookup-entry]] | `:origin-configuration` | | `pattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-package-group-restriction-type-property-builder builder id config)
The build-cfn-package-group-restriction-type-property-builder function updates a CfnPackageGroup$RestrictionTypeProperty$Builder instance using the provided configuration. The function takes the CfnPackageGroup$RestrictionTypeProperty$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 |
---|---|---|---|
repositories | java.util.List | cdk.support/lookup-entry | :repositories |
restrictionMode | java.lang.String | cdk.support/lookup-entry | :restriction-mode |
The build-cfn-package-group-restriction-type-property-builder function updates a CfnPackageGroup$RestrictionTypeProperty$Builder instance using the provided configuration. The function takes the CfnPackageGroup$RestrictionTypeProperty$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 | |---|---|---|---| | `repositories` | java.util.List | [[cdk.support/lookup-entry]] | `:repositories` | | `restrictionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:restriction-mode` |
(build-cfn-package-group-restrictions-property-builder builder id config)
The build-cfn-package-group-restrictions-property-builder function updates a CfnPackageGroup$RestrictionsProperty$Builder instance using the provided configuration. The function takes the CfnPackageGroup$RestrictionsProperty$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 |
---|---|---|---|
externalUpstream | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :external-upstream |
internalUpstream | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :internal-upstream |
publish | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :publish |
The build-cfn-package-group-restrictions-property-builder function updates a CfnPackageGroup$RestrictionsProperty$Builder instance using the provided configuration. The function takes the CfnPackageGroup$RestrictionsProperty$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 | |---|---|---|---| | `externalUpstream` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:external-upstream` | | `internalUpstream` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:internal-upstream` | | `publish` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publish` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
domainOwner | java.lang.String | cdk.support/lookup-entry | :domain-owner |
externalConnections | java.util.List | cdk.support/lookup-entry | :external-connections |
permissionsPolicyDocument | java.lang.Object | cdk.support/lookup-entry | :permissions-policy-document |
repositoryName | java.lang.String | cdk.support/lookup-entry | :repository-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
upstreams | java.util.List | cdk.support/lookup-entry | :upstreams |
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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `domainOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-owner` | | `externalConnections` | java.util.List | [[cdk.support/lookup-entry]] | `:external-connections` | | `permissionsPolicyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:permissions-policy-document` | | `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `upstreams` | java.util.List | [[cdk.support/lookup-entry]] | `:upstreams` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
domainOwner | java.lang.String | cdk.support/lookup-entry | :domain-owner |
externalConnections | java.util.List | cdk.support/lookup-entry | :external-connections |
permissionsPolicyDocument | java.lang.Object | cdk.support/lookup-entry | :permissions-policy-document |
repositoryName | java.lang.String | cdk.support/lookup-entry | :repository-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
upstreams | java.util.List | cdk.support/lookup-entry | :upstreams |
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 | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `domainOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-owner` | | `externalConnections` | java.util.List | [[cdk.support/lookup-entry]] | `:external-connections` | | `permissionsPolicyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:permissions-policy-document` | | `repositoryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:repository-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `upstreams` | java.util.List | [[cdk.support/lookup-entry]] | `:upstreams` |
(cfn-domain-builder scope id config)
Creates a CfnDomain$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 `CfnDomain$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 |
(cfn-domain-props-builder id config)
Creates a CfnDomainProps$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 `CfnDomainProps$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 |
(cfn-package-group-builder scope id config)
Creates a CfnPackageGroup$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 `CfnPackageGroup$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 |
(cfn-package-group-origin-configuration-property-builder id config)
Creates a CfnPackageGroup$OriginConfigurationProperty$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 `CfnPackageGroup$OriginConfigurationProperty$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 |
(cfn-package-group-props-builder id config)
Creates a CfnPackageGroupProps$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 `CfnPackageGroupProps$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 |
(cfn-package-group-restriction-type-property-builder id config)
Creates a CfnPackageGroup$RestrictionTypeProperty$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 `CfnPackageGroup$RestrictionTypeProperty$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 |
(cfn-package-group-restrictions-property-builder id config)
Creates a CfnPackageGroup$RestrictionsProperty$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 `CfnPackageGroup$RestrictionsProperty$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 |
(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 |
(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:
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 `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close