Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.route53

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

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

a-record-attrs-builderclj

(a-record-attrs-builder id config)

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

a-record-builderclj

(a-record-builder scope id config)

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

a-record-props-builderclj

(a-record-props-builder id config)

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

aaaa-record-builderclj

(aaaa-record-builder scope id config)

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

aaaa-record-props-builderclj

(aaaa-record-props-builder id config)

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

alias-record-target-config-builderclj

(alias-record-target-config-builder id config)

Creates a AliasRecordTargetConfig$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  `AliasRecordTargetConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

build-a-record-attrs-builderclj

(build-a-record-attrs-builder builder id config)

The build-a-record-attrs-builder function updates a ARecordAttrs$Builder instance using the provided configuration. The function takes the ARecordAttrs$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
targetDnsjava.lang.Stringcdk.support/lookup-entry:target-dns
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-a-record-attrs-builder function updates a ARecordAttrs$Builder instance using the provided configuration.
  The function takes the ARecordAttrs$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `targetDns` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-dns` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-a-record-builderclj

(build-a-record-builder builder id config)

The build-a-record-builder function updates a ARecord$Builder instance using the provided configuration. The function takes the ARecord$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
targetsoftware.amazon.awscdk.services.route53.RecordTargetcdk.support/lookup-entry:target
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-a-record-builder function updates a ARecord$Builder instance using the provided configuration.
  The function takes the ARecord$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `target` | software.amazon.awscdk.services.route53.RecordTarget | [[cdk.support/lookup-entry]] | `:target` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-a-record-props-builderclj

(build-a-record-props-builder builder id config)

The build-a-record-props-builder function updates a ARecordProps$Builder instance using the provided configuration. The function takes the ARecordProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
targetsoftware.amazon.awscdk.services.route53.RecordTargetcdk.support/lookup-entry:target
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-a-record-props-builder function updates a ARecordProps$Builder instance using the provided configuration.
  The function takes the ARecordProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `target` | software.amazon.awscdk.services.route53.RecordTarget | [[cdk.support/lookup-entry]] | `:target` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-aaaa-record-builderclj

(build-aaaa-record-builder builder id config)

The build-aaaa-record-builder function updates a AaaaRecord$Builder instance using the provided configuration. The function takes the AaaaRecord$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
targetsoftware.amazon.awscdk.services.route53.RecordTargetcdk.support/lookup-entry:target
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-aaaa-record-builder function updates a AaaaRecord$Builder instance using the provided configuration.
  The function takes the AaaaRecord$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `target` | software.amazon.awscdk.services.route53.RecordTarget | [[cdk.support/lookup-entry]] | `:target` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-aaaa-record-props-builderclj

(build-aaaa-record-props-builder builder id config)

The build-aaaa-record-props-builder function updates a AaaaRecordProps$Builder instance using the provided configuration. The function takes the AaaaRecordProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
targetsoftware.amazon.awscdk.services.route53.RecordTargetcdk.support/lookup-entry:target
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-aaaa-record-props-builder function updates a AaaaRecordProps$Builder instance using the provided configuration.
  The function takes the AaaaRecordProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `target` | software.amazon.awscdk.services.route53.RecordTarget | [[cdk.support/lookup-entry]] | `:target` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-alias-record-target-config-builderclj

(build-alias-record-target-config-builder builder id config)

The build-alias-record-target-config-builder function updates a AliasRecordTargetConfig$Builder instance using the provided configuration. The function takes the AliasRecordTargetConfig$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
dnsNamejava.lang.Stringcdk.support/lookup-entry:dns-name
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
The build-alias-record-target-config-builder function updates a AliasRecordTargetConfig$Builder instance using the provided configuration.
  The function takes the AliasRecordTargetConfig$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 |
|---|---|---|---|
| `dnsName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dns-name` |
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
sourceraw docstring

build-caa-amazon-record-builderclj

(build-caa-amazon-record-builder builder id config)

The build-caa-amazon-record-builder function updates a CaaAmazonRecord$Builder instance using the provided configuration. The function takes the CaaAmazonRecord$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-caa-amazon-record-builder function updates a CaaAmazonRecord$Builder instance using the provided configuration.
  The function takes the CaaAmazonRecord$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-caa-amazon-record-props-builderclj

(build-caa-amazon-record-props-builder builder id config)

The build-caa-amazon-record-props-builder function updates a CaaAmazonRecordProps$Builder instance using the provided configuration. The function takes the CaaAmazonRecordProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-caa-amazon-record-props-builder function updates a CaaAmazonRecordProps$Builder instance using the provided configuration.
  The function takes the CaaAmazonRecordProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-caa-record-builderclj

(build-caa-record-builder builder id config)

The build-caa-record-builder function updates a CaaRecord$Builder instance using the provided configuration. The function takes the CaaRecord$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
valuesjava.util.Listcdk.support/lookup-entry:values
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-caa-record-builder function updates a CaaRecord$Builder instance using the provided configuration.
  The function takes the CaaRecord$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-caa-record-props-builderclj

(build-caa-record-props-builder builder id config)

The build-caa-record-props-builder function updates a CaaRecordProps$Builder instance using the provided configuration. The function takes the CaaRecordProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
valuesjava.util.Listcdk.support/lookup-entry:values
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-caa-record-props-builder function updates a CaaRecordProps$Builder instance using the provided configuration.
  The function takes the CaaRecordProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-caa-record-value-builderclj

(build-caa-record-value-builder builder id config)

The build-caa-record-value-builder function updates a CaaRecordValue$Builder instance using the provided configuration. The function takes the CaaRecordValue$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
flagjava.lang.Numbercdk.support/lookup-entry:flag
tagsoftware.amazon.awscdk.services.route53.CaaTagcdk.api.services.route53/caa-tag:tag
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-caa-record-value-builder function updates a CaaRecordValue$Builder instance using the provided configuration.
  The function takes the CaaRecordValue$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 |
|---|---|---|---|
| `flag` | java.lang.Number | [[cdk.support/lookup-entry]] | `:flag` |
| `tag` | software.amazon.awscdk.services.route53.CaaTag | [[cdk.api.services.route53/caa-tag]] | `:tag` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-cidr-collection-builderclj

(build-cfn-cidr-collection-builder builder id config)

The build-cfn-cidr-collection-builder function updates a CfnCidrCollection$Builder instance using the provided configuration. The function takes the CfnCidrCollection$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
locationsjava.util.Listcdk.support/lookup-entry:locations
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-cidr-collection-builder function updates a CfnCidrCollection$Builder instance using the provided configuration.
  The function takes the CfnCidrCollection$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 |
|---|---|---|---|
| `locations` | java.util.List | [[cdk.support/lookup-entry]] | `:locations` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-cidr-collection-location-property-builderclj

(build-cfn-cidr-collection-location-property-builder builder id config)

The build-cfn-cidr-collection-location-property-builder function updates a CfnCidrCollection$LocationProperty$Builder instance using the provided configuration. The function takes the CfnCidrCollection$LocationProperty$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
cidrListjava.util.Listcdk.support/lookup-entry:cidr-list
locationNamejava.lang.Stringcdk.support/lookup-entry:location-name
The build-cfn-cidr-collection-location-property-builder function updates a CfnCidrCollection$LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnCidrCollection$LocationProperty$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 |
|---|---|---|---|
| `cidrList` | java.util.List | [[cdk.support/lookup-entry]] | `:cidr-list` |
| `locationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:location-name` |
sourceraw docstring

build-cfn-cidr-collection-props-builderclj

(build-cfn-cidr-collection-props-builder builder id config)

The build-cfn-cidr-collection-props-builder function updates a CfnCidrCollectionProps$Builder instance using the provided configuration. The function takes the CfnCidrCollectionProps$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
locationsjava.util.Listcdk.support/lookup-entry:locations
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-cidr-collection-props-builder function updates a CfnCidrCollectionProps$Builder instance using the provided configuration.
  The function takes the CfnCidrCollectionProps$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 |
|---|---|---|---|
| `locations` | java.util.List | [[cdk.support/lookup-entry]] | `:locations` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-dnssec-builderclj

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

The build-cfn-dnssec-builder function updates a CfnDNSSEC$Builder instance using the provided configuration. The function takes the CfnDNSSEC$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
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
The build-cfn-dnssec-builder function updates a CfnDNSSEC$Builder instance using the provided configuration.
  The function takes the CfnDNSSEC$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 |
|---|---|---|---|
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
sourceraw docstring

build-cfn-dnssec-props-builderclj

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

The build-cfn-dnssec-props-builder function updates a CfnDNSSECProps$Builder instance using the provided configuration. The function takes the CfnDNSSECProps$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
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
The build-cfn-dnssec-props-builder function updates a CfnDNSSECProps$Builder instance using the provided configuration.
  The function takes the CfnDNSSECProps$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 |
|---|---|---|---|
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
sourceraw docstring

build-cfn-health-check-alarm-identifier-property-builderclj

(build-cfn-health-check-alarm-identifier-property-builder builder id config)

The build-cfn-health-check-alarm-identifier-property-builder function updates a CfnHealthCheck$AlarmIdentifierProperty$Builder instance using the provided configuration. The function takes the CfnHealthCheck$AlarmIdentifierProperty$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
namejava.lang.Stringcdk.support/lookup-entry:name
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-cfn-health-check-alarm-identifier-property-builder function updates a CfnHealthCheck$AlarmIdentifierProperty$Builder instance using the provided configuration.
  The function takes the CfnHealthCheck$AlarmIdentifierProperty$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 |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
sourceraw docstring

build-cfn-health-check-builderclj

(build-cfn-health-check-builder builder id config)

The build-cfn-health-check-builder function updates a CfnHealthCheck$Builder instance using the provided configuration. The function takes the CfnHealthCheck$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
healthCheckConfigsoftware.amazon.awscdk.services.route53.CfnHealthCheck$HealthCheckConfigPropertycdk.support/lookup-entry:health-check-config
healthCheckTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:health-check-tags
The build-cfn-health-check-builder function updates a CfnHealthCheck$Builder instance using the provided configuration.
  The function takes the CfnHealthCheck$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 |
|---|---|---|---|
| `healthCheckConfig` | software.amazon.awscdk.services.route53.CfnHealthCheck$HealthCheckConfigProperty | [[cdk.support/lookup-entry]] | `:health-check-config` |
| `healthCheckTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:health-check-tags` |
sourceraw docstring

build-cfn-health-check-health-check-config-property-builderclj

(build-cfn-health-check-health-check-config-property-builder builder id config)

The build-cfn-health-check-health-check-config-property-builder function updates a CfnHealthCheck$HealthCheckConfigProperty$Builder instance using the provided configuration. The function takes the CfnHealthCheck$HealthCheckConfigProperty$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
alarmIdentifiersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:alarm-identifier
childHealthChecksjava.util.Listcdk.support/lookup-entry:child-health-checks
enableSnijava.lang.Booleancdk.support/lookup-entry:enable-sni
failureThresholdjava.lang.Numbercdk.support/lookup-entry:failure-threshold
fullyQualifiedDomainNamejava.lang.Stringcdk.support/lookup-entry:fully-qualified-domain-name
healthThresholdjava.lang.Numbercdk.support/lookup-entry:health-threshold
insufficientDataHealthStatusjava.lang.Stringcdk.support/lookup-entry:insufficient-data-health-status
invertedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:inverted
ipAddressjava.lang.Stringcdk.support/lookup-entry:ip-address
measureLatencysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:measure-latency
portjava.lang.Numbercdk.support/lookup-entry:port
regionsjava.util.Listcdk.support/lookup-entry:regions
requestIntervaljava.lang.Numbercdk.support/lookup-entry:request-interval
resourcePathjava.lang.Stringcdk.support/lookup-entry:resource-path
routingControlArnjava.lang.Stringcdk.support/lookup-entry:routing-control-arn
searchStringjava.lang.Stringcdk.support/lookup-entry:search-string
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-health-check-health-check-config-property-builder function updates a CfnHealthCheck$HealthCheckConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnHealthCheck$HealthCheckConfigProperty$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 |
|---|---|---|---|
| `alarmIdentifier` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:alarm-identifier` |
| `childHealthChecks` | java.util.List | [[cdk.support/lookup-entry]] | `:child-health-checks` |
| `enableSni` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-sni` |
| `failureThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:failure-threshold` |
| `fullyQualifiedDomainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-domain-name` |
| `healthThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:health-threshold` |
| `insufficientDataHealthStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:insufficient-data-health-status` |
| `inverted` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:inverted` |
| `ipAddress` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address` |
| `measureLatency` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:measure-latency` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `regions` | java.util.List | [[cdk.support/lookup-entry]] | `:regions` |
| `requestInterval` | java.lang.Number | [[cdk.support/lookup-entry]] | `:request-interval` |
| `resourcePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-path` |
| `routingControlArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:routing-control-arn` |
| `searchString` | java.lang.String | [[cdk.support/lookup-entry]] | `:search-string` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-health-check-health-check-tag-property-builderclj

(build-cfn-health-check-health-check-tag-property-builder builder id config)

The build-cfn-health-check-health-check-tag-property-builder function updates a CfnHealthCheck$HealthCheckTagProperty$Builder instance using the provided configuration. The function takes the CfnHealthCheck$HealthCheckTagProperty$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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-health-check-health-check-tag-property-builder function updates a CfnHealthCheck$HealthCheckTagProperty$Builder instance using the provided configuration.
  The function takes the CfnHealthCheck$HealthCheckTagProperty$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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-health-check-props-builderclj

(build-cfn-health-check-props-builder builder id config)

The build-cfn-health-check-props-builder function updates a CfnHealthCheckProps$Builder instance using the provided configuration. The function takes the CfnHealthCheckProps$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
healthCheckConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:health-check-config
healthCheckTagsjava.util.Listcdk.support/lookup-entry:health-check-tags
The build-cfn-health-check-props-builder function updates a CfnHealthCheckProps$Builder instance using the provided configuration.
  The function takes the CfnHealthCheckProps$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 |
|---|---|---|---|
| `healthCheckConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:health-check-config` |
| `healthCheckTags` | java.util.List | [[cdk.support/lookup-entry]] | `:health-check-tags` |
sourceraw docstring

build-cfn-hosted-zone-builderclj

(build-cfn-hosted-zone-builder builder id config)

The build-cfn-hosted-zone-builder function updates a CfnHostedZone$Builder instance using the provided configuration. The function takes the CfnHostedZone$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
hostedZoneConfigsoftware.amazon.awscdk.services.route53.CfnHostedZone$HostedZoneConfigPropertycdk.support/lookup-entry:hosted-zone-config
hostedZoneTagsjava.util.Listcdk.support/lookup-entry:hosted-zone-tags
namejava.lang.Stringcdk.support/lookup-entry:name
queryLoggingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:query-logging-config
vpcssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpcs
The build-cfn-hosted-zone-builder function updates a CfnHostedZone$Builder instance using the provided configuration.
  The function takes the CfnHostedZone$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 |
|---|---|---|---|
| `hostedZoneConfig` | software.amazon.awscdk.services.route53.CfnHostedZone$HostedZoneConfigProperty | [[cdk.support/lookup-entry]] | `:hosted-zone-config` |
| `hostedZoneTags` | java.util.List | [[cdk.support/lookup-entry]] | `:hosted-zone-tags` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `queryLoggingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:query-logging-config` |
| `vpcs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpcs` |
sourceraw docstring

build-cfn-hosted-zone-hosted-zone-config-property-builderclj

(build-cfn-hosted-zone-hosted-zone-config-property-builder builder id config)

The build-cfn-hosted-zone-hosted-zone-config-property-builder function updates a CfnHostedZone$HostedZoneConfigProperty$Builder instance using the provided configuration. The function takes the CfnHostedZone$HostedZoneConfigProperty$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
The build-cfn-hosted-zone-hosted-zone-config-property-builder function updates a CfnHostedZone$HostedZoneConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnHostedZone$HostedZoneConfigProperty$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
sourceraw docstring

build-cfn-hosted-zone-hosted-zone-tag-property-builderclj

(build-cfn-hosted-zone-hosted-zone-tag-property-builder builder id config)

The build-cfn-hosted-zone-hosted-zone-tag-property-builder function updates a CfnHostedZone$HostedZoneTagProperty$Builder instance using the provided configuration. The function takes the CfnHostedZone$HostedZoneTagProperty$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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-hosted-zone-hosted-zone-tag-property-builder function updates a CfnHostedZone$HostedZoneTagProperty$Builder instance using the provided configuration.
  The function takes the CfnHostedZone$HostedZoneTagProperty$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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-hosted-zone-props-builderclj

(build-cfn-hosted-zone-props-builder builder id config)

The build-cfn-hosted-zone-props-builder function updates a CfnHostedZoneProps$Builder instance using the provided configuration. The function takes the CfnHostedZoneProps$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
hostedZoneConfigsoftware.amazon.awscdk.services.route53.CfnHostedZone$HostedZoneConfigPropertycdk.support/lookup-entry:hosted-zone-config
hostedZoneTagsjava.util.Listcdk.support/lookup-entry:hosted-zone-tags
namejava.lang.Stringcdk.support/lookup-entry:name
queryLoggingConfigsoftware.amazon.awscdk.services.route53.CfnHostedZone$QueryLoggingConfigPropertycdk.support/lookup-entry:query-logging-config
vpcssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpcs
The build-cfn-hosted-zone-props-builder function updates a CfnHostedZoneProps$Builder instance using the provided configuration.
  The function takes the CfnHostedZoneProps$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 |
|---|---|---|---|
| `hostedZoneConfig` | software.amazon.awscdk.services.route53.CfnHostedZone$HostedZoneConfigProperty | [[cdk.support/lookup-entry]] | `:hosted-zone-config` |
| `hostedZoneTags` | java.util.List | [[cdk.support/lookup-entry]] | `:hosted-zone-tags` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `queryLoggingConfig` | software.amazon.awscdk.services.route53.CfnHostedZone$QueryLoggingConfigProperty | [[cdk.support/lookup-entry]] | `:query-logging-config` |
| `vpcs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpcs` |
sourceraw docstring

build-cfn-hosted-zone-query-logging-config-property-builderclj

(build-cfn-hosted-zone-query-logging-config-property-builder builder id config)

The build-cfn-hosted-zone-query-logging-config-property-builder function updates a CfnHostedZone$QueryLoggingConfigProperty$Builder instance using the provided configuration. The function takes the CfnHostedZone$QueryLoggingConfigProperty$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
cloudWatchLogsLogGroupArnjava.lang.Stringcdk.support/lookup-entry:cloud-watch-logs-log-group-arn
The build-cfn-hosted-zone-query-logging-config-property-builder function updates a CfnHostedZone$QueryLoggingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnHostedZone$QueryLoggingConfigProperty$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 |
|---|---|---|---|
| `cloudWatchLogsLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-log-group-arn` |
sourceraw docstring

build-cfn-hosted-zone-vpc-property-builderclj

(build-cfn-hosted-zone-vpc-property-builder builder id config)

The build-cfn-hosted-zone-vpc-property-builder function updates a CfnHostedZone$VPCProperty$Builder instance using the provided configuration. The function takes the CfnHostedZone$VPCProperty$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
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
vpcRegionjava.lang.Stringcdk.support/lookup-entry:vpc-region
The build-cfn-hosted-zone-vpc-property-builder function updates a CfnHostedZone$VPCProperty$Builder instance using the provided configuration.
  The function takes the CfnHostedZone$VPCProperty$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 |
|---|---|---|---|
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
| `vpcRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-region` |
sourceraw docstring

build-cfn-key-signing-key-builderclj

(build-cfn-key-signing-key-builder builder id config)

The build-cfn-key-signing-key-builder function updates a CfnKeySigningKey$Builder instance using the provided configuration. The function takes the CfnKeySigningKey$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
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
keyManagementServiceArnjava.lang.Stringcdk.support/lookup-entry:key-management-service-arn
namejava.lang.Stringcdk.support/lookup-entry:name
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-key-signing-key-builder function updates a CfnKeySigningKey$Builder instance using the provided configuration.
  The function takes the CfnKeySigningKey$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 |
|---|---|---|---|
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
| `keyManagementServiceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-management-service-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-key-signing-key-props-builderclj

(build-cfn-key-signing-key-props-builder builder id config)

The build-cfn-key-signing-key-props-builder function updates a CfnKeySigningKeyProps$Builder instance using the provided configuration. The function takes the CfnKeySigningKeyProps$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
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
keyManagementServiceArnjava.lang.Stringcdk.support/lookup-entry:key-management-service-arn
namejava.lang.Stringcdk.support/lookup-entry:name
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-key-signing-key-props-builder function updates a CfnKeySigningKeyProps$Builder instance using the provided configuration.
  The function takes the CfnKeySigningKeyProps$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 |
|---|---|---|---|
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
| `keyManagementServiceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-management-service-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-record-set-alias-target-property-builderclj

(build-cfn-record-set-alias-target-property-builder builder id config)

The build-cfn-record-set-alias-target-property-builder function updates a CfnRecordSet$AliasTargetProperty$Builder instance using the provided configuration. The function takes the CfnRecordSet$AliasTargetProperty$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
dnsNamejava.lang.Stringcdk.support/lookup-entry:dns-name
evaluateTargetHealthjava.lang.Booleancdk.support/lookup-entry:evaluate-target-health
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
The build-cfn-record-set-alias-target-property-builder function updates a CfnRecordSet$AliasTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordSet$AliasTargetProperty$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 |
|---|---|---|---|
| `dnsName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dns-name` |
| `evaluateTargetHealth` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:evaluate-target-health` |
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
sourceraw docstring

build-cfn-record-set-builderclj

(build-cfn-record-set-builder builder id config)

The build-cfn-record-set-builder function updates a CfnRecordSet$Builder instance using the provided configuration. The function takes the CfnRecordSet$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
aliasTargetsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:alias-target
cidrRoutingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cidr-routing-config
commentjava.lang.Stringcdk.support/lookup-entry:comment
failoverjava.lang.Stringcdk.support/lookup-entry:failover
geoLocationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:geo-location
geoProximityLocationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:geo-proximity-location
healthCheckIdjava.lang.Stringcdk.support/lookup-entry:health-check-id
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
hostedZoneNamejava.lang.Stringcdk.support/lookup-entry:hosted-zone-name
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
namejava.lang.Stringcdk.support/lookup-entry:name
regionjava.lang.Stringcdk.support/lookup-entry:region
resourceRecordsjava.util.Listcdk.support/lookup-entry:resource-records
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttljava.lang.Stringcdk.support/lookup-entry:ttl
typejava.lang.Stringcdk.support/lookup-entry:type
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-record-set-builder function updates a CfnRecordSet$Builder instance using the provided configuration.
  The function takes the CfnRecordSet$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 |
|---|---|---|---|
| `aliasTarget` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:alias-target` |
| `cidrRoutingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cidr-routing-config` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `failover` | java.lang.String | [[cdk.support/lookup-entry]] | `:failover` |
| `geoLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:geo-location` |
| `geoProximityLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:geo-proximity-location` |
| `healthCheckId` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-id` |
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
| `hostedZoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-name` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `resourceRecords` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-records` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | java.lang.String | [[cdk.support/lookup-entry]] | `:ttl` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-record-set-cidr-routing-config-property-builderclj

(build-cfn-record-set-cidr-routing-config-property-builder builder id config)

The build-cfn-record-set-cidr-routing-config-property-builder function updates a CfnRecordSet$CidrRoutingConfigProperty$Builder instance using the provided configuration. The function takes the CfnRecordSet$CidrRoutingConfigProperty$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
collectionIdjava.lang.Stringcdk.support/lookup-entry:collection-id
locationNamejava.lang.Stringcdk.support/lookup-entry:location-name
The build-cfn-record-set-cidr-routing-config-property-builder function updates a CfnRecordSet$CidrRoutingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordSet$CidrRoutingConfigProperty$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 |
|---|---|---|---|
| `collectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:collection-id` |
| `locationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:location-name` |
sourceraw docstring

build-cfn-record-set-coordinates-property-builderclj

(build-cfn-record-set-coordinates-property-builder builder id config)

The build-cfn-record-set-coordinates-property-builder function updates a CfnRecordSet$CoordinatesProperty$Builder instance using the provided configuration. The function takes the CfnRecordSet$CoordinatesProperty$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
latitudejava.lang.Stringcdk.support/lookup-entry:latitude
longitudejava.lang.Stringcdk.support/lookup-entry:longitude
The build-cfn-record-set-coordinates-property-builder function updates a CfnRecordSet$CoordinatesProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordSet$CoordinatesProperty$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 |
|---|---|---|---|
| `latitude` | java.lang.String | [[cdk.support/lookup-entry]] | `:latitude` |
| `longitude` | java.lang.String | [[cdk.support/lookup-entry]] | `:longitude` |
sourceraw docstring

build-cfn-record-set-geo-location-property-builderclj

(build-cfn-record-set-geo-location-property-builder builder id config)

The build-cfn-record-set-geo-location-property-builder function updates a CfnRecordSet$GeoLocationProperty$Builder instance using the provided configuration. The function takes the CfnRecordSet$GeoLocationProperty$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
continentCodejava.lang.Stringcdk.support/lookup-entry:continent-code
countryCodejava.lang.Stringcdk.support/lookup-entry:country-code
subdivisionCodejava.lang.Stringcdk.support/lookup-entry:subdivision-code
The build-cfn-record-set-geo-location-property-builder function updates a CfnRecordSet$GeoLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordSet$GeoLocationProperty$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 |
|---|---|---|---|
| `continentCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:continent-code` |
| `countryCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:country-code` |
| `subdivisionCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdivision-code` |
sourceraw docstring

build-cfn-record-set-geo-proximity-location-property-builderclj

(build-cfn-record-set-geo-proximity-location-property-builder builder id config)

The build-cfn-record-set-geo-proximity-location-property-builder function updates a CfnRecordSet$GeoProximityLocationProperty$Builder instance using the provided configuration. The function takes the CfnRecordSet$GeoProximityLocationProperty$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
awsRegionjava.lang.Stringcdk.support/lookup-entry:aws-region
biasjava.lang.Numbercdk.support/lookup-entry:bias
coordinatessoftware.amazon.awscdk.services.route53.CfnRecordSet$CoordinatesPropertycdk.support/lookup-entry:coordinates
localZoneGroupjava.lang.Stringcdk.support/lookup-entry:local-zone-group
The build-cfn-record-set-geo-proximity-location-property-builder function updates a CfnRecordSet$GeoProximityLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordSet$GeoProximityLocationProperty$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 |
|---|---|---|---|
| `awsRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-region` |
| `bias` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bias` |
| `coordinates` | software.amazon.awscdk.services.route53.CfnRecordSet$CoordinatesProperty | [[cdk.support/lookup-entry]] | `:coordinates` |
| `localZoneGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-zone-group` |
sourceraw docstring

build-cfn-record-set-group-alias-target-property-builderclj

(build-cfn-record-set-group-alias-target-property-builder builder id config)

The build-cfn-record-set-group-alias-target-property-builder function updates a CfnRecordSetGroup$AliasTargetProperty$Builder instance using the provided configuration. The function takes the CfnRecordSetGroup$AliasTargetProperty$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
dnsNamejava.lang.Stringcdk.support/lookup-entry:dns-name
evaluateTargetHealthjava.lang.Booleancdk.support/lookup-entry:evaluate-target-health
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
The build-cfn-record-set-group-alias-target-property-builder function updates a CfnRecordSetGroup$AliasTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordSetGroup$AliasTargetProperty$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 |
|---|---|---|---|
| `dnsName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dns-name` |
| `evaluateTargetHealth` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:evaluate-target-health` |
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
sourceraw docstring

build-cfn-record-set-group-builderclj

(build-cfn-record-set-group-builder builder id config)

The build-cfn-record-set-group-builder function updates a CfnRecordSetGroup$Builder instance using the provided configuration. The function takes the CfnRecordSetGroup$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
hostedZoneNamejava.lang.Stringcdk.support/lookup-entry:hosted-zone-name
recordSetsjava.util.Listcdk.support/lookup-entry:record-sets
The build-cfn-record-set-group-builder function updates a CfnRecordSetGroup$Builder instance using the provided configuration.
  The function takes the CfnRecordSetGroup$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
| `hostedZoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-name` |
| `recordSets` | java.util.List | [[cdk.support/lookup-entry]] | `:record-sets` |
sourceraw docstring

build-cfn-record-set-group-cidr-routing-config-property-builderclj

(build-cfn-record-set-group-cidr-routing-config-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-record-set-group-cidr-routing-config-property-builder function updates a CfnRecordSetGroup$CidrRoutingConfigProperty$Builder instance using the provided configuration. The function takes the CfnRecordSetGroup$CidrRoutingConfigProperty$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
collectionIdjava.lang.Stringcdk.support/lookup-entry:collection-id
locationNamejava.lang.Stringcdk.support/lookup-entry:location-name
The build-cfn-record-set-group-cidr-routing-config-property-builder function updates a CfnRecordSetGroup$CidrRoutingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordSetGroup$CidrRoutingConfigProperty$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 |
|---|---|---|---|
| `collectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:collection-id` |
| `locationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:location-name` |
sourceraw docstring

build-cfn-record-set-group-coordinates-property-builderclj

(build-cfn-record-set-group-coordinates-property-builder builder id config)

The build-cfn-record-set-group-coordinates-property-builder function updates a CfnRecordSetGroup$CoordinatesProperty$Builder instance using the provided configuration. The function takes the CfnRecordSetGroup$CoordinatesProperty$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
latitudejava.lang.Stringcdk.support/lookup-entry:latitude
longitudejava.lang.Stringcdk.support/lookup-entry:longitude
The build-cfn-record-set-group-coordinates-property-builder function updates a CfnRecordSetGroup$CoordinatesProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordSetGroup$CoordinatesProperty$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 |
|---|---|---|---|
| `latitude` | java.lang.String | [[cdk.support/lookup-entry]] | `:latitude` |
| `longitude` | java.lang.String | [[cdk.support/lookup-entry]] | `:longitude` |
sourceraw docstring

build-cfn-record-set-group-geo-location-property-builderclj

(build-cfn-record-set-group-geo-location-property-builder builder id config)

The build-cfn-record-set-group-geo-location-property-builder function updates a CfnRecordSetGroup$GeoLocationProperty$Builder instance using the provided configuration. The function takes the CfnRecordSetGroup$GeoLocationProperty$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
continentCodejava.lang.Stringcdk.support/lookup-entry:continent-code
countryCodejava.lang.Stringcdk.support/lookup-entry:country-code
subdivisionCodejava.lang.Stringcdk.support/lookup-entry:subdivision-code
The build-cfn-record-set-group-geo-location-property-builder function updates a CfnRecordSetGroup$GeoLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordSetGroup$GeoLocationProperty$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 |
|---|---|---|---|
| `continentCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:continent-code` |
| `countryCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:country-code` |
| `subdivisionCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdivision-code` |
sourceraw docstring

build-cfn-record-set-group-geo-proximity-location-property-builderclj

(build-cfn-record-set-group-geo-proximity-location-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-record-set-group-geo-proximity-location-property-builder function updates a CfnRecordSetGroup$GeoProximityLocationProperty$Builder instance using the provided configuration. The function takes the CfnRecordSetGroup$GeoProximityLocationProperty$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
awsRegionjava.lang.Stringcdk.support/lookup-entry:aws-region
biasjava.lang.Numbercdk.support/lookup-entry:bias
coordinatessoftware.amazon.awscdk.services.route53.CfnRecordSetGroup$CoordinatesPropertycdk.support/lookup-entry:coordinates
localZoneGroupjava.lang.Stringcdk.support/lookup-entry:local-zone-group
The build-cfn-record-set-group-geo-proximity-location-property-builder function updates a CfnRecordSetGroup$GeoProximityLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordSetGroup$GeoProximityLocationProperty$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 |
|---|---|---|---|
| `awsRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-region` |
| `bias` | java.lang.Number | [[cdk.support/lookup-entry]] | `:bias` |
| `coordinates` | software.amazon.awscdk.services.route53.CfnRecordSetGroup$CoordinatesProperty | [[cdk.support/lookup-entry]] | `:coordinates` |
| `localZoneGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-zone-group` |
sourceraw docstring

build-cfn-record-set-group-props-builderclj

(build-cfn-record-set-group-props-builder builder id config)

The build-cfn-record-set-group-props-builder function updates a CfnRecordSetGroupProps$Builder instance using the provided configuration. The function takes the CfnRecordSetGroupProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
hostedZoneNamejava.lang.Stringcdk.support/lookup-entry:hosted-zone-name
recordSetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:record-sets
The build-cfn-record-set-group-props-builder function updates a CfnRecordSetGroupProps$Builder instance using the provided configuration.
  The function takes the CfnRecordSetGroupProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
| `hostedZoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-name` |
| `recordSets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:record-sets` |
sourceraw docstring

build-cfn-record-set-group-record-set-property-builderclj

(build-cfn-record-set-group-record-set-property-builder builder id config)

The build-cfn-record-set-group-record-set-property-builder function updates a CfnRecordSetGroup$RecordSetProperty$Builder instance using the provided configuration. The function takes the CfnRecordSetGroup$RecordSetProperty$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
aliasTargetsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:alias-target
cidrRoutingConfigsoftware.amazon.awscdk.services.route53.CfnRecordSetGroup$CidrRoutingConfigPropertycdk.support/lookup-entry:cidr-routing-config
failoverjava.lang.Stringcdk.support/lookup-entry:failover
geoLocationsoftware.amazon.awscdk.services.route53.CfnRecordSetGroup$GeoLocationPropertycdk.support/lookup-entry:geo-location
geoProximityLocationsoftware.amazon.awscdk.services.route53.CfnRecordSetGroup$GeoProximityLocationPropertycdk.support/lookup-entry:geo-proximity-location
healthCheckIdjava.lang.Stringcdk.support/lookup-entry:health-check-id
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
hostedZoneNamejava.lang.Stringcdk.support/lookup-entry:hosted-zone-name
multiValueAnswersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:multi-value-answer
namejava.lang.Stringcdk.support/lookup-entry:name
regionjava.lang.Stringcdk.support/lookup-entry:region
resourceRecordsjava.util.Listcdk.support/lookup-entry:resource-records
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttljava.lang.Stringcdk.support/lookup-entry:ttl
typejava.lang.Stringcdk.support/lookup-entry:type
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-record-set-group-record-set-property-builder function updates a CfnRecordSetGroup$RecordSetProperty$Builder instance using the provided configuration.
  The function takes the CfnRecordSetGroup$RecordSetProperty$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 |
|---|---|---|---|
| `aliasTarget` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:alias-target` |
| `cidrRoutingConfig` | software.amazon.awscdk.services.route53.CfnRecordSetGroup$CidrRoutingConfigProperty | [[cdk.support/lookup-entry]] | `:cidr-routing-config` |
| `failover` | java.lang.String | [[cdk.support/lookup-entry]] | `:failover` |
| `geoLocation` | software.amazon.awscdk.services.route53.CfnRecordSetGroup$GeoLocationProperty | [[cdk.support/lookup-entry]] | `:geo-location` |
| `geoProximityLocation` | software.amazon.awscdk.services.route53.CfnRecordSetGroup$GeoProximityLocationProperty | [[cdk.support/lookup-entry]] | `:geo-proximity-location` |
| `healthCheckId` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-id` |
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
| `hostedZoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-name` |
| `multiValueAnswer` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `resourceRecords` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-records` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | java.lang.String | [[cdk.support/lookup-entry]] | `:ttl` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-record-set-props-builderclj

(build-cfn-record-set-props-builder builder id config)

The build-cfn-record-set-props-builder function updates a CfnRecordSetProps$Builder instance using the provided configuration. The function takes the CfnRecordSetProps$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
aliasTargetsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:alias-target
cidrRoutingConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cidr-routing-config
commentjava.lang.Stringcdk.support/lookup-entry:comment
failoverjava.lang.Stringcdk.support/lookup-entry:failover
geoLocationsoftware.amazon.awscdk.services.route53.CfnRecordSet$GeoLocationPropertycdk.support/lookup-entry:geo-location
geoProximityLocationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:geo-proximity-location
healthCheckIdjava.lang.Stringcdk.support/lookup-entry:health-check-id
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
hostedZoneNamejava.lang.Stringcdk.support/lookup-entry:hosted-zone-name
multiValueAnswersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:multi-value-answer
namejava.lang.Stringcdk.support/lookup-entry:name
regionjava.lang.Stringcdk.support/lookup-entry:region
resourceRecordsjava.util.Listcdk.support/lookup-entry:resource-records
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttljava.lang.Stringcdk.support/lookup-entry:ttl
typejava.lang.Stringcdk.support/lookup-entry:type
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-record-set-props-builder function updates a CfnRecordSetProps$Builder instance using the provided configuration.
  The function takes the CfnRecordSetProps$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 |
|---|---|---|---|
| `aliasTarget` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:alias-target` |
| `cidrRoutingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cidr-routing-config` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `failover` | java.lang.String | [[cdk.support/lookup-entry]] | `:failover` |
| `geoLocation` | software.amazon.awscdk.services.route53.CfnRecordSet$GeoLocationProperty | [[cdk.support/lookup-entry]] | `:geo-location` |
| `geoProximityLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:geo-proximity-location` |
| `healthCheckId` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-id` |
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
| `hostedZoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-name` |
| `multiValueAnswer` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `resourceRecords` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-records` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | java.lang.String | [[cdk.support/lookup-entry]] | `:ttl` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cname-record-builderclj

(build-cname-record-builder builder id config)

The build-cname-record-builder function updates a CnameRecord$Builder instance using the provided configuration. The function takes the CnameRecord$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-cname-record-builder function updates a CnameRecord$Builder instance using the provided configuration.
  The function takes the CnameRecord$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-cname-record-props-builderclj

(build-cname-record-props-builder builder id config)

The build-cname-record-props-builder function updates a CnameRecordProps$Builder instance using the provided configuration. The function takes the CnameRecordProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-cname-record-props-builder function updates a CnameRecordProps$Builder instance using the provided configuration.
  The function takes the CnameRecordProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-common-hosted-zone-props-builderclj

(build-common-hosted-zone-props-builder builder id config)

The build-common-hosted-zone-props-builder function updates a CommonHostedZoneProps$Builder instance using the provided configuration. The function takes the CommonHostedZoneProps$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
addTrailingDotjava.lang.Booleancdk.support/lookup-entry:add-trailing-dot
commentjava.lang.Stringcdk.support/lookup-entry:comment
queryLogsLogGroupArnjava.lang.Stringcdk.support/lookup-entry:query-logs-log-group-arn
zoneNamejava.lang.Stringcdk.support/lookup-entry:zone-name
The build-common-hosted-zone-props-builder function updates a CommonHostedZoneProps$Builder instance using the provided configuration.
  The function takes the CommonHostedZoneProps$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 |
|---|---|---|---|
| `addTrailingDot` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-trailing-dot` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `queryLogsLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-logs-log-group-arn` |
| `zoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:zone-name` |
sourceraw docstring

build-cross-account-zone-delegation-record-builderclj

(build-cross-account-zone-delegation-record-builder builder id config)

The build-cross-account-zone-delegation-record-builder function updates a CrossAccountZoneDelegationRecord$Builder instance using the provided configuration. The function takes the CrossAccountZoneDelegationRecord$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
assumeRoleRegionjava.lang.Stringcdk.support/lookup-entry:assume-role-region
delegatedZonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:delegated-zone
delegationRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:delegation-role
parentHostedZoneIdjava.lang.Stringcdk.support/lookup-entry:parent-hosted-zone-id
parentHostedZoneNamejava.lang.Stringcdk.support/lookup-entry:parent-hosted-zone-name
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
The build-cross-account-zone-delegation-record-builder function updates a CrossAccountZoneDelegationRecord$Builder instance using the provided configuration.
  The function takes the CrossAccountZoneDelegationRecord$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 |
|---|---|---|---|
| `assumeRoleRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:assume-role-region` |
| `delegatedZone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:delegated-zone` |
| `delegationRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:delegation-role` |
| `parentHostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-hosted-zone-id` |
| `parentHostedZoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-hosted-zone-name` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
sourceraw docstring

build-cross-account-zone-delegation-record-props-builderclj

(build-cross-account-zone-delegation-record-props-builder builder id config)

The build-cross-account-zone-delegation-record-props-builder function updates a CrossAccountZoneDelegationRecordProps$Builder instance using the provided configuration. The function takes the CrossAccountZoneDelegationRecordProps$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
assumeRoleRegionjava.lang.Stringcdk.support/lookup-entry:assume-role-region
delegatedZonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:delegated-zone
delegationRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:delegation-role
parentHostedZoneIdjava.lang.Stringcdk.support/lookup-entry:parent-hosted-zone-id
parentHostedZoneNamejava.lang.Stringcdk.support/lookup-entry:parent-hosted-zone-name
removalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:removal-policy
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
The build-cross-account-zone-delegation-record-props-builder function updates a CrossAccountZoneDelegationRecordProps$Builder instance using the provided configuration.
  The function takes the CrossAccountZoneDelegationRecordProps$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 |
|---|---|---|---|
| `assumeRoleRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:assume-role-region` |
| `delegatedZone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:delegated-zone` |
| `delegationRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:delegation-role` |
| `parentHostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-hosted-zone-id` |
| `parentHostedZoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-hosted-zone-name` |
| `removalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:removal-policy` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
sourceraw docstring

build-ds-record-builderclj

(build-ds-record-builder builder id config)

The build-ds-record-builder function updates a DsRecord$Builder instance using the provided configuration. The function takes the DsRecord$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
valuesjava.util.Listcdk.support/lookup-entry:values
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-ds-record-builder function updates a DsRecord$Builder instance using the provided configuration.
  The function takes the DsRecord$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-ds-record-props-builderclj

(build-ds-record-props-builder builder id config)

The build-ds-record-props-builder function updates a DsRecordProps$Builder instance using the provided configuration. The function takes the DsRecordProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
valuesjava.util.Listcdk.support/lookup-entry:values
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-ds-record-props-builder function updates a DsRecordProps$Builder instance using the provided configuration.
  The function takes the DsRecordProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-hosted-zone-attributes-builderclj

(build-hosted-zone-attributes-builder builder id config)

The build-hosted-zone-attributes-builder function updates a HostedZoneAttributes$Builder instance using the provided configuration. The function takes the HostedZoneAttributes$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
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
zoneNamejava.lang.Stringcdk.support/lookup-entry:zone-name
The build-hosted-zone-attributes-builder function updates a HostedZoneAttributes$Builder instance using the provided configuration.
  The function takes the HostedZoneAttributes$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 |
|---|---|---|---|
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
| `zoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:zone-name` |
sourceraw docstring

build-hosted-zone-builderclj

(build-hosted-zone-builder builder id config)

The build-hosted-zone-builder function updates a HostedZone$Builder instance using the provided configuration. The function takes the HostedZone$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
addTrailingDotjava.lang.Booleancdk.support/lookup-entry:add-trailing-dot
commentjava.lang.Stringcdk.support/lookup-entry:comment
queryLogsLogGroupArnjava.lang.Stringcdk.support/lookup-entry:query-logs-log-group-arn
vpcsjava.util.Listcdk.support/lookup-entry:vpcs
zoneNamejava.lang.Stringcdk.support/lookup-entry:zone-name
The build-hosted-zone-builder function updates a HostedZone$Builder instance using the provided configuration.
  The function takes the HostedZone$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 |
|---|---|---|---|
| `addTrailingDot` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-trailing-dot` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `queryLogsLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-logs-log-group-arn` |
| `vpcs` | java.util.List | [[cdk.support/lookup-entry]] | `:vpcs` |
| `zoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:zone-name` |
sourceraw docstring

build-hosted-zone-props-builderclj

(build-hosted-zone-props-builder builder id config)

The build-hosted-zone-props-builder function updates a HostedZoneProps$Builder instance using the provided configuration. The function takes the HostedZoneProps$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
addTrailingDotjava.lang.Booleancdk.support/lookup-entry:add-trailing-dot
commentjava.lang.Stringcdk.support/lookup-entry:comment
queryLogsLogGroupArnjava.lang.Stringcdk.support/lookup-entry:query-logs-log-group-arn
vpcsjava.util.Listcdk.support/lookup-entry:vpcs
zoneNamejava.lang.Stringcdk.support/lookup-entry:zone-name
The build-hosted-zone-props-builder function updates a HostedZoneProps$Builder instance using the provided configuration.
  The function takes the HostedZoneProps$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 |
|---|---|---|---|
| `addTrailingDot` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-trailing-dot` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `queryLogsLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-logs-log-group-arn` |
| `vpcs` | java.util.List | [[cdk.support/lookup-entry]] | `:vpcs` |
| `zoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:zone-name` |
sourceraw docstring

build-hosted-zone-provider-props-builderclj

(build-hosted-zone-provider-props-builder builder id config)

The build-hosted-zone-provider-props-builder function updates a HostedZoneProviderProps$Builder instance using the provided configuration. The function takes the HostedZoneProviderProps$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
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
privateZonejava.lang.Booleancdk.support/lookup-entry:private-zone
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
The build-hosted-zone-provider-props-builder function updates a HostedZoneProviderProps$Builder instance using the provided configuration.
  The function takes the HostedZoneProviderProps$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` |
| `privateZone` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:private-zone` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
sourceraw docstring

build-key-signing-key-attributes-builderclj

(build-key-signing-key-attributes-builder builder id config)

The build-key-signing-key-attributes-builder function updates a KeySigningKeyAttributes$Builder instance using the provided configuration. The function takes the KeySigningKeyAttributes$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
hostedZonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:hosted-zone
keySigningKeyNamejava.lang.Stringcdk.support/lookup-entry:key-signing-key-name
The build-key-signing-key-attributes-builder function updates a KeySigningKeyAttributes$Builder instance using the provided configuration.
  The function takes the KeySigningKeyAttributes$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 |
|---|---|---|---|
| `hostedZone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:hosted-zone` |
| `keySigningKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-signing-key-name` |
sourceraw docstring

build-key-signing-key-builderclj

(build-key-signing-key-builder builder id config)

The build-key-signing-key-builder function updates a KeySigningKey$Builder instance using the provided configuration. The function takes the KeySigningKey$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
hostedZonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:hosted-zone
keySigningKeyNamejava.lang.Stringcdk.support/lookup-entry:key-signing-key-name
kmsKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:kms-key
statussoftware.amazon.awscdk.services.route53.KeySigningKeyStatuscdk.api.services.route53/key-signing-key-status:status
The build-key-signing-key-builder function updates a KeySigningKey$Builder instance using the provided configuration.
  The function takes the KeySigningKey$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 |
|---|---|---|---|
| `hostedZone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:hosted-zone` |
| `keySigningKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-signing-key-name` |
| `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` |
| `status` | software.amazon.awscdk.services.route53.KeySigningKeyStatus | [[cdk.api.services.route53/key-signing-key-status]] | `:status` |
sourceraw docstring

build-key-signing-key-props-builderclj

(build-key-signing-key-props-builder builder id config)

The build-key-signing-key-props-builder function updates a KeySigningKeyProps$Builder instance using the provided configuration. The function takes the KeySigningKeyProps$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
hostedZonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:hosted-zone
keySigningKeyNamejava.lang.Stringcdk.support/lookup-entry:key-signing-key-name
kmsKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:kms-key
statussoftware.amazon.awscdk.services.route53.KeySigningKeyStatuscdk.api.services.route53/key-signing-key-status:status
The build-key-signing-key-props-builder function updates a KeySigningKeyProps$Builder instance using the provided configuration.
  The function takes the KeySigningKeyProps$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 |
|---|---|---|---|
| `hostedZone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:hosted-zone` |
| `keySigningKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-signing-key-name` |
| `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` |
| `status` | software.amazon.awscdk.services.route53.KeySigningKeyStatus | [[cdk.api.services.route53/key-signing-key-status]] | `:status` |
sourceraw docstring

build-mx-record-builderclj

(build-mx-record-builder builder id config)

The build-mx-record-builder function updates a MxRecord$Builder instance using the provided configuration. The function takes the MxRecord$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
valuesjava.util.Listcdk.support/lookup-entry:values
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-mx-record-builder function updates a MxRecord$Builder instance using the provided configuration.
  The function takes the MxRecord$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-mx-record-props-builderclj

(build-mx-record-props-builder builder id config)

The build-mx-record-props-builder function updates a MxRecordProps$Builder instance using the provided configuration. The function takes the MxRecordProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
valuesjava.util.Listcdk.support/lookup-entry:values
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-mx-record-props-builder function updates a MxRecordProps$Builder instance using the provided configuration.
  The function takes the MxRecordProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-mx-record-value-builderclj

(build-mx-record-value-builder builder id config)

The build-mx-record-value-builder function updates a MxRecordValue$Builder instance using the provided configuration. The function takes the MxRecordValue$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
hostNamejava.lang.Stringcdk.support/lookup-entry:host-name
priorityjava.lang.Numbercdk.support/lookup-entry:priority
The build-mx-record-value-builder function updates a MxRecordValue$Builder instance using the provided configuration.
  The function takes the MxRecordValue$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 |
|---|---|---|---|
| `hostName` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-name` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
sourceraw docstring

build-ns-record-builderclj

(build-ns-record-builder builder id config)

The build-ns-record-builder function updates a NsRecord$Builder instance using the provided configuration. The function takes the NsRecord$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
valuesjava.util.Listcdk.support/lookup-entry:values
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-ns-record-builder function updates a NsRecord$Builder instance using the provided configuration.
  The function takes the NsRecord$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-ns-record-props-builderclj

(build-ns-record-props-builder builder id config)

The build-ns-record-props-builder function updates a NsRecordProps$Builder instance using the provided configuration. The function takes the NsRecordProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
valuesjava.util.Listcdk.support/lookup-entry:values
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-ns-record-props-builder function updates a NsRecordProps$Builder instance using the provided configuration.
  The function takes the NsRecordProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-private-hosted-zone-builderclj

(build-private-hosted-zone-builder builder id config)

The build-private-hosted-zone-builder function updates a PrivateHostedZone$Builder instance using the provided configuration. The function takes the PrivateHostedZone$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
addTrailingDotjava.lang.Booleancdk.support/lookup-entry:add-trailing-dot
commentjava.lang.Stringcdk.support/lookup-entry:comment
queryLogsLogGroupArnjava.lang.Stringcdk.support/lookup-entry:query-logs-log-group-arn
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
zoneNamejava.lang.Stringcdk.support/lookup-entry:zone-name
The build-private-hosted-zone-builder function updates a PrivateHostedZone$Builder instance using the provided configuration.
  The function takes the PrivateHostedZone$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 |
|---|---|---|---|
| `addTrailingDot` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-trailing-dot` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `queryLogsLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-logs-log-group-arn` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `zoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:zone-name` |
sourceraw docstring

build-private-hosted-zone-props-builderclj

(build-private-hosted-zone-props-builder builder id config)

The build-private-hosted-zone-props-builder function updates a PrivateHostedZoneProps$Builder instance using the provided configuration. The function takes the PrivateHostedZoneProps$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
addTrailingDotjava.lang.Booleancdk.support/lookup-entry:add-trailing-dot
commentjava.lang.Stringcdk.support/lookup-entry:comment
queryLogsLogGroupArnjava.lang.Stringcdk.support/lookup-entry:query-logs-log-group-arn
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
zoneNamejava.lang.Stringcdk.support/lookup-entry:zone-name
The build-private-hosted-zone-props-builder function updates a PrivateHostedZoneProps$Builder instance using the provided configuration.
  The function takes the PrivateHostedZoneProps$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 |
|---|---|---|---|
| `addTrailingDot` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-trailing-dot` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `queryLogsLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-logs-log-group-arn` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `zoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:zone-name` |
sourceraw docstring

build-public-hosted-zone-attributes-builderclj

(build-public-hosted-zone-attributes-builder builder id config)

The build-public-hosted-zone-attributes-builder function updates a PublicHostedZoneAttributes$Builder instance using the provided configuration. The function takes the PublicHostedZoneAttributes$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
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
zoneNamejava.lang.Stringcdk.support/lookup-entry:zone-name
The build-public-hosted-zone-attributes-builder function updates a PublicHostedZoneAttributes$Builder instance using the provided configuration.
  The function takes the PublicHostedZoneAttributes$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 |
|---|---|---|---|
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
| `zoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:zone-name` |
sourceraw docstring

build-public-hosted-zone-builderclj

(build-public-hosted-zone-builder builder id config)

The build-public-hosted-zone-builder function updates a PublicHostedZone$Builder instance using the provided configuration. The function takes the PublicHostedZone$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
addTrailingDotjava.lang.Booleancdk.support/lookup-entry:add-trailing-dot
caaAmazonjava.lang.Booleancdk.support/lookup-entry:caa-amazon
commentjava.lang.Stringcdk.support/lookup-entry:comment
crossAccountZoneDelegationPrincipalsoftware.amazon.awscdk.services.iam.IPrincipalcdk.support/lookup-entry:cross-account-zone-delegation-principal
crossAccountZoneDelegationRoleNamejava.lang.Stringcdk.support/lookup-entry:cross-account-zone-delegation-role-name
queryLogsLogGroupArnjava.lang.Stringcdk.support/lookup-entry:query-logs-log-group-arn
zoneNamejava.lang.Stringcdk.support/lookup-entry:zone-name
The build-public-hosted-zone-builder function updates a PublicHostedZone$Builder instance using the provided configuration.
  The function takes the PublicHostedZone$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 |
|---|---|---|---|
| `addTrailingDot` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-trailing-dot` |
| `caaAmazon` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:caa-amazon` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `crossAccountZoneDelegationPrincipal` | software.amazon.awscdk.services.iam.IPrincipal | [[cdk.support/lookup-entry]] | `:cross-account-zone-delegation-principal` |
| `crossAccountZoneDelegationRoleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cross-account-zone-delegation-role-name` |
| `queryLogsLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-logs-log-group-arn` |
| `zoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:zone-name` |
sourceraw docstring

build-public-hosted-zone-props-builderclj

(build-public-hosted-zone-props-builder builder id config)

The build-public-hosted-zone-props-builder function updates a PublicHostedZoneProps$Builder instance using the provided configuration. The function takes the PublicHostedZoneProps$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
addTrailingDotjava.lang.Booleancdk.support/lookup-entry:add-trailing-dot
caaAmazonjava.lang.Booleancdk.support/lookup-entry:caa-amazon
commentjava.lang.Stringcdk.support/lookup-entry:comment
crossAccountZoneDelegationPrincipalsoftware.amazon.awscdk.services.iam.IPrincipalcdk.support/lookup-entry:cross-account-zone-delegation-principal
crossAccountZoneDelegationRoleNamejava.lang.Stringcdk.support/lookup-entry:cross-account-zone-delegation-role-name
queryLogsLogGroupArnjava.lang.Stringcdk.support/lookup-entry:query-logs-log-group-arn
zoneNamejava.lang.Stringcdk.support/lookup-entry:zone-name
The build-public-hosted-zone-props-builder function updates a PublicHostedZoneProps$Builder instance using the provided configuration.
  The function takes the PublicHostedZoneProps$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 |
|---|---|---|---|
| `addTrailingDot` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-trailing-dot` |
| `caaAmazon` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:caa-amazon` |
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `crossAccountZoneDelegationPrincipal` | software.amazon.awscdk.services.iam.IPrincipal | [[cdk.support/lookup-entry]] | `:cross-account-zone-delegation-principal` |
| `crossAccountZoneDelegationRoleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:cross-account-zone-delegation-role-name` |
| `queryLogsLogGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-logs-log-group-arn` |
| `zoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:zone-name` |
sourceraw docstring

build-record-set-builderclj

(build-record-set-builder builder id config)

The build-record-set-builder function updates a RecordSet$Builder instance using the provided configuration. The function takes the RecordSet$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
recordTypesoftware.amazon.awscdk.services.route53.RecordTypecdk.api.services.route53/record-type:record-type
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
targetsoftware.amazon.awscdk.services.route53.RecordTargetcdk.support/lookup-entry:target
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-record-set-builder function updates a RecordSet$Builder instance using the provided configuration.
  The function takes the RecordSet$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `recordType` | software.amazon.awscdk.services.route53.RecordType | [[cdk.api.services.route53/record-type]] | `:record-type` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `target` | software.amazon.awscdk.services.route53.RecordTarget | [[cdk.support/lookup-entry]] | `:target` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-record-set-options-builderclj

(build-record-set-options-builder builder id config)

The build-record-set-options-builder function updates a RecordSetOptions$Builder instance using the provided configuration. The function takes the RecordSetOptions$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-record-set-options-builder function updates a RecordSetOptions$Builder instance using the provided configuration.
  The function takes the RecordSetOptions$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-record-set-props-builderclj

(build-record-set-props-builder builder id config)

The build-record-set-props-builder function updates a RecordSetProps$Builder instance using the provided configuration. The function takes the RecordSetProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
recordTypesoftware.amazon.awscdk.services.route53.RecordTypecdk.api.services.route53/record-type:record-type
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
targetsoftware.amazon.awscdk.services.route53.RecordTargetcdk.support/lookup-entry:target
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-record-set-props-builder function updates a RecordSetProps$Builder instance using the provided configuration.
  The function takes the RecordSetProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `recordType` | software.amazon.awscdk.services.route53.RecordType | [[cdk.api.services.route53/record-type]] | `:record-type` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `target` | software.amazon.awscdk.services.route53.RecordTarget | [[cdk.support/lookup-entry]] | `:target` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-srv-record-builderclj

(build-srv-record-builder builder id config)

The build-srv-record-builder function updates a SrvRecord$Builder instance using the provided configuration. The function takes the SrvRecord$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
valuesjava.util.Listcdk.support/lookup-entry:values
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-srv-record-builder function updates a SrvRecord$Builder instance using the provided configuration.
  The function takes the SrvRecord$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-srv-record-props-builderclj

(build-srv-record-props-builder builder id config)

The build-srv-record-props-builder function updates a SrvRecordProps$Builder instance using the provided configuration. The function takes the SrvRecordProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
valuesjava.util.Listcdk.support/lookup-entry:values
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-srv-record-props-builder function updates a SrvRecordProps$Builder instance using the provided configuration.
  The function takes the SrvRecordProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-srv-record-value-builderclj

(build-srv-record-value-builder builder id config)

The build-srv-record-value-builder function updates a SrvRecordValue$Builder instance using the provided configuration. The function takes the SrvRecordValue$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
hostNamejava.lang.Stringcdk.support/lookup-entry:host-name
portjava.lang.Numbercdk.support/lookup-entry:port
priorityjava.lang.Numbercdk.support/lookup-entry:priority
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-srv-record-value-builder function updates a SrvRecordValue$Builder instance using the provided configuration.
  The function takes the SrvRecordValue$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 |
|---|---|---|---|
| `hostName` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-name` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-txt-record-builderclj

(build-txt-record-builder builder id config)

The build-txt-record-builder function updates a TxtRecord$Builder instance using the provided configuration. The function takes the TxtRecord$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
valuesjava.util.Listcdk.support/lookup-entry:values
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-txt-record-builder function updates a TxtRecord$Builder instance using the provided configuration.
  The function takes the TxtRecord$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-txt-record-props-builderclj

(build-txt-record-props-builder builder id config)

The build-txt-record-props-builder function updates a TxtRecordProps$Builder instance using the provided configuration. The function takes the TxtRecordProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
valuesjava.util.Listcdk.support/lookup-entry:values
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-txt-record-props-builder function updates a TxtRecordProps$Builder instance using the provided configuration.
  The function takes the TxtRecordProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-vpc-endpoint-service-domain-name-builderclj

(build-vpc-endpoint-service-domain-name-builder builder id config)

The build-vpc-endpoint-service-domain-name-builder function updates a VpcEndpointServiceDomainName$Builder instance using the provided configuration. The function takes the VpcEndpointServiceDomainName$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
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
endpointServicesoftware.amazon.awscdk.services.ec2.IVpcEndpointServicecdk.support/lookup-entry:endpoint-service
publicHostedZonesoftware.amazon.awscdk.services.route53.IPublicHostedZonecdk.support/lookup-entry:public-hosted-zone
The build-vpc-endpoint-service-domain-name-builder function updates a VpcEndpointServiceDomainName$Builder instance using the provided configuration.
  The function takes the VpcEndpointServiceDomainName$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` |
| `endpointService` | software.amazon.awscdk.services.ec2.IVpcEndpointService | [[cdk.support/lookup-entry]] | `:endpoint-service` |
| `publicHostedZone` | software.amazon.awscdk.services.route53.IPublicHostedZone | [[cdk.support/lookup-entry]] | `:public-hosted-zone` |
sourceraw docstring

build-vpc-endpoint-service-domain-name-props-builderclj

(build-vpc-endpoint-service-domain-name-props-builder builder id config)

The build-vpc-endpoint-service-domain-name-props-builder function updates a VpcEndpointServiceDomainNameProps$Builder instance using the provided configuration. The function takes the VpcEndpointServiceDomainNameProps$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
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
endpointServicesoftware.amazon.awscdk.services.ec2.IVpcEndpointServicecdk.support/lookup-entry:endpoint-service
publicHostedZonesoftware.amazon.awscdk.services.route53.IPublicHostedZonecdk.support/lookup-entry:public-hosted-zone
The build-vpc-endpoint-service-domain-name-props-builder function updates a VpcEndpointServiceDomainNameProps$Builder instance using the provided configuration.
  The function takes the VpcEndpointServiceDomainNameProps$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` |
| `endpointService` | software.amazon.awscdk.services.ec2.IVpcEndpointService | [[cdk.support/lookup-entry]] | `:endpoint-service` |
| `publicHostedZone` | software.amazon.awscdk.services.route53.IPublicHostedZone | [[cdk.support/lookup-entry]] | `:public-hosted-zone` |
sourceraw docstring

build-zone-delegation-options-builderclj

(build-zone-delegation-options-builder builder id config)

The build-zone-delegation-options-builder function updates a ZoneDelegationOptions$Builder instance using the provided configuration. The function takes the ZoneDelegationOptions$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
The build-zone-delegation-options-builder function updates a ZoneDelegationOptions$Builder instance using the provided configuration.
  The function takes the ZoneDelegationOptions$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
sourceraw docstring

build-zone-delegation-record-builderclj

(build-zone-delegation-record-builder builder id config)

The build-zone-delegation-record-builder function updates a ZoneDelegationRecord$Builder instance using the provided configuration. The function takes the ZoneDelegationRecord$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
nameServersjava.util.Listcdk.support/lookup-entry:name-servers
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-zone-delegation-record-builder function updates a ZoneDelegationRecord$Builder instance using the provided configuration.
  The function takes the ZoneDelegationRecord$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `nameServers` | java.util.List | [[cdk.support/lookup-entry]] | `:name-servers` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-zone-delegation-record-props-builderclj

(build-zone-delegation-record-props-builder builder id config)

The build-zone-delegation-record-props-builder function updates a ZoneDelegationRecordProps$Builder instance using the provided configuration. The function takes the ZoneDelegationRecordProps$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
deleteExistingjava.lang.Booleancdk.support/lookup-entry:delete-existing
geoLocationsoftware.amazon.awscdk.services.route53.GeoLocationcdk.support/lookup-entry:geo-location
multiValueAnswerjava.lang.Booleancdk.support/lookup-entry:multi-value-answer
nameServersjava.util.Listcdk.support/lookup-entry:name-servers
recordNamejava.lang.Stringcdk.support/lookup-entry:record-name
regionjava.lang.Stringcdk.support/lookup-entry:region
setIdentifierjava.lang.Stringcdk.support/lookup-entry:set-identifier
ttlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:ttl
weightjava.lang.Numbercdk.support/lookup-entry:weight
zonesoftware.amazon.awscdk.services.route53.IHostedZonecdk.support/lookup-entry:zone
The build-zone-delegation-record-props-builder function updates a ZoneDelegationRecordProps$Builder instance using the provided configuration.
  The function takes the ZoneDelegationRecordProps$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `deleteExisting` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:delete-existing` |
| `geoLocation` | software.amazon.awscdk.services.route53.GeoLocation | [[cdk.support/lookup-entry]] | `:geo-location` |
| `multiValueAnswer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-value-answer` |
| `nameServers` | java.util.List | [[cdk.support/lookup-entry]] | `:name-servers` |
| `recordName` | java.lang.String | [[cdk.support/lookup-entry]] | `:record-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `setIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:set-identifier` |
| `ttl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:ttl` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
| `zone` | software.amazon.awscdk.services.route53.IHostedZone | [[cdk.support/lookup-entry]] | `:zone` |
sourceraw docstring

build-zone-signing-options-builderclj

(build-zone-signing-options-builder builder id config)

The build-zone-signing-options-builder function updates a ZoneSigningOptions$Builder instance using the provided configuration. The function takes the ZoneSigningOptions$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
keySigningKeyNamejava.lang.Stringcdk.support/lookup-entry:key-signing-key-name
kmsKeysoftware.amazon.awscdk.services.kms.IKeycdk.support/lookup-entry:kms-key
The build-zone-signing-options-builder function updates a ZoneSigningOptions$Builder instance using the provided configuration.
  The function takes the ZoneSigningOptions$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 |
|---|---|---|---|
| `keySigningKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-signing-key-name` |
| `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` |
sourceraw docstring

caa-amazon-record-builderclj

(caa-amazon-record-builder scope id config)

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

caa-amazon-record-props-builderclj

(caa-amazon-record-props-builder id config)

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

caa-record-builderclj

(caa-record-builder scope id config)

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

caa-record-props-builderclj

(caa-record-props-builder id config)

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

caa-record-value-builderclj

(caa-record-value-builder id config)

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

caa-tagclj

(caa-tag config id item-key)

The caa-tag function data interprets values in the provided config data into a CaaTag 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 CaaTag - the value is returned.
  • is :issuewild - CaaTag/ISSUEWILD is returned
  • is :issue - CaaTag/ISSUE is returned
  • is :iodef - CaaTag/IODEF is returned

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

The `caa-tag` function data interprets values in the provided config data into a 
`CaaTag` 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 `CaaTag` - the value is returned.
* is `:issuewild` - `CaaTag/ISSUEWILD` is returned
* is `:issue` - `CaaTag/ISSUE` is returned
* is `:iodef` - `CaaTag/IODEF` is returned

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

cfn-cidr-collection-builderclj

(cfn-cidr-collection-builder scope id config)

Creates a CfnCidrCollection$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  `CfnCidrCollection$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-cidr-collection-location-property-builderclj

(cfn-cidr-collection-location-property-builder id config)

Creates a CfnCidrCollection$LocationProperty$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  `CfnCidrCollection$LocationProperty$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-cidr-collection-props-builderclj

(cfn-cidr-collection-props-builder id config)

Creates a CfnCidrCollectionProps$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  `CfnCidrCollectionProps$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-dnssec-builderclj

(cfn-dnssec-builder scope id config)

Creates a CfnDNSSEC$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  `CfnDNSSEC$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-dnssec-props-builderclj

(cfn-dnssec-props-builder id config)

Creates a CfnDNSSECProps$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  `CfnDNSSECProps$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-health-check-alarm-identifier-property-builderclj

(cfn-health-check-alarm-identifier-property-builder id config)

Creates a CfnHealthCheck$AlarmIdentifierProperty$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  `CfnHealthCheck$AlarmIdentifierProperty$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-health-check-builderclj

(cfn-health-check-builder scope id config)

Creates a CfnHealthCheck$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  `CfnHealthCheck$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-health-check-health-check-config-property-builderclj

(cfn-health-check-health-check-config-property-builder id config)

Creates a CfnHealthCheck$HealthCheckConfigProperty$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  `CfnHealthCheck$HealthCheckConfigProperty$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-health-check-health-check-tag-property-builderclj

(cfn-health-check-health-check-tag-property-builder id config)

Creates a CfnHealthCheck$HealthCheckTagProperty$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  `CfnHealthCheck$HealthCheckTagProperty$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-health-check-props-builderclj

(cfn-health-check-props-builder id config)

Creates a CfnHealthCheckProps$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  `CfnHealthCheckProps$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-hosted-zone-builderclj

(cfn-hosted-zone-builder scope id config)

Creates a CfnHostedZone$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  `CfnHostedZone$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-hosted-zone-hosted-zone-config-property-builderclj

(cfn-hosted-zone-hosted-zone-config-property-builder id config)

Creates a CfnHostedZone$HostedZoneConfigProperty$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  `CfnHostedZone$HostedZoneConfigProperty$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-hosted-zone-hosted-zone-tag-property-builderclj

(cfn-hosted-zone-hosted-zone-tag-property-builder id config)

Creates a CfnHostedZone$HostedZoneTagProperty$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  `CfnHostedZone$HostedZoneTagProperty$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-hosted-zone-props-builderclj

(cfn-hosted-zone-props-builder id config)

Creates a CfnHostedZoneProps$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  `CfnHostedZoneProps$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-hosted-zone-query-logging-config-property-builderclj

(cfn-hosted-zone-query-logging-config-property-builder id config)

Creates a CfnHostedZone$QueryLoggingConfigProperty$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  `CfnHostedZone$QueryLoggingConfigProperty$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-hosted-zone-vpc-property-builderclj

(cfn-hosted-zone-vpc-property-builder id config)

Creates a CfnHostedZone$VPCProperty$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  `CfnHostedZone$VPCProperty$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-key-signing-key-builderclj

(cfn-key-signing-key-builder scope id config)

Creates a CfnKeySigningKey$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  `CfnKeySigningKey$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-key-signing-key-props-builderclj

(cfn-key-signing-key-props-builder id config)

Creates a CfnKeySigningKeyProps$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  `CfnKeySigningKeyProps$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-record-set-alias-target-property-builderclj

(cfn-record-set-alias-target-property-builder id config)

Creates a CfnRecordSet$AliasTargetProperty$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  `CfnRecordSet$AliasTargetProperty$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-record-set-builderclj

(cfn-record-set-builder scope id config)

Creates a CfnRecordSet$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  `CfnRecordSet$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-record-set-cidr-routing-config-property-builderclj

(cfn-record-set-cidr-routing-config-property-builder id config)

Creates a CfnRecordSet$CidrRoutingConfigProperty$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  `CfnRecordSet$CidrRoutingConfigProperty$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-record-set-coordinates-property-builderclj

(cfn-record-set-coordinates-property-builder id config)

Creates a CfnRecordSet$CoordinatesProperty$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  `CfnRecordSet$CoordinatesProperty$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-record-set-geo-location-property-builderclj

(cfn-record-set-geo-location-property-builder id config)

Creates a CfnRecordSet$GeoLocationProperty$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  `CfnRecordSet$GeoLocationProperty$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-record-set-geo-proximity-location-property-builderclj

(cfn-record-set-geo-proximity-location-property-builder id config)

Creates a CfnRecordSet$GeoProximityLocationProperty$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  `CfnRecordSet$GeoProximityLocationProperty$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-record-set-group-alias-target-property-builderclj

(cfn-record-set-group-alias-target-property-builder id config)

Creates a CfnRecordSetGroup$AliasTargetProperty$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  `CfnRecordSetGroup$AliasTargetProperty$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-record-set-group-builderclj

(cfn-record-set-group-builder scope id config)

Creates a CfnRecordSetGroup$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  `CfnRecordSetGroup$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-record-set-group-cidr-routing-config-property-builderclj

(cfn-record-set-group-cidr-routing-config-property-builder id config)

Creates a CfnRecordSetGroup$CidrRoutingConfigProperty$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  `CfnRecordSetGroup$CidrRoutingConfigProperty$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-record-set-group-coordinates-property-builderclj

(cfn-record-set-group-coordinates-property-builder id config)

Creates a CfnRecordSetGroup$CoordinatesProperty$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  `CfnRecordSetGroup$CoordinatesProperty$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-record-set-group-geo-location-property-builderclj

(cfn-record-set-group-geo-location-property-builder id config)

Creates a CfnRecordSetGroup$GeoLocationProperty$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  `CfnRecordSetGroup$GeoLocationProperty$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-record-set-group-geo-proximity-location-property-builderclj

(cfn-record-set-group-geo-proximity-location-property-builder id config)

Creates a CfnRecordSetGroup$GeoProximityLocationProperty$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  `CfnRecordSetGroup$GeoProximityLocationProperty$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-record-set-group-props-builderclj

(cfn-record-set-group-props-builder id config)

Creates a CfnRecordSetGroupProps$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  `CfnRecordSetGroupProps$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-record-set-group-record-set-property-builderclj

(cfn-record-set-group-record-set-property-builder id config)

Creates a CfnRecordSetGroup$RecordSetProperty$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  `CfnRecordSetGroup$RecordSetProperty$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-record-set-props-builderclj

(cfn-record-set-props-builder id config)

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

cname-record-builderclj

(cname-record-builder scope id config)

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

cname-record-props-builderclj

(cname-record-props-builder id config)

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

common-hosted-zone-props-builderclj

(common-hosted-zone-props-builder id config)

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

continentclj

(continent config id item-key)

The continent function data interprets values in the provided config data into a Continent 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 Continent - the value is returned.
  • is :north-america - Continent/NORTH_AMERICA is returned
  • is :europe - Continent/EUROPE is returned
  • is :oceania - Continent/OCEANIA is returned
  • is :antarctica - Continent/ANTARCTICA is returned
  • is :asia - Continent/ASIA is returned
  • is :africa - Continent/AFRICA is returned
  • is :south-america - Continent/SOUTH_AMERICA is returned

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

The `continent` function data interprets values in the provided config data into a 
`Continent` 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 `Continent` - the value is returned.
* is `:north-america` - `Continent/NORTH_AMERICA` is returned
* is `:europe` - `Continent/EUROPE` is returned
* is `:oceania` - `Continent/OCEANIA` is returned
* is `:antarctica` - `Continent/ANTARCTICA` is returned
* is `:asia` - `Continent/ASIA` is returned
* is `:africa` - `Continent/AFRICA` is returned
* is `:south-america` - `Continent/SOUTH_AMERICA` is returned

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

cross-account-zone-delegation-record-builderclj

(cross-account-zone-delegation-record-builder scope id config)

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

cross-account-zone-delegation-record-props-builderclj

(cross-account-zone-delegation-record-props-builder id config)

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

ds-record-builderclj

(ds-record-builder scope id config)

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

ds-record-props-builderclj

(ds-record-props-builder id config)

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

hosted-zone-attributes-builderclj

(hosted-zone-attributes-builder id config)

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

hosted-zone-builderclj

(hosted-zone-builder scope id config)

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

hosted-zone-props-builderclj

(hosted-zone-props-builder id config)

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

hosted-zone-provider-props-builderclj

(hosted-zone-provider-props-builder id config)

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

key-signing-key-attributes-builderclj

(key-signing-key-attributes-builder id config)

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

key-signing-key-builderclj

(key-signing-key-builder scope id config)

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

key-signing-key-props-builderclj

(key-signing-key-props-builder id config)

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

key-signing-key-statusclj

(key-signing-key-status config id item-key)

The key-signing-key-status function data interprets values in the provided config data into a KeySigningKeyStatus 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 KeySigningKeyStatus - the value is returned.
  • is :active - KeySigningKeyStatus/ACTIVE is returned
  • is :inactive - KeySigningKeyStatus/INACTIVE is returned

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

The `key-signing-key-status` function data interprets values in the provided config data into a 
`KeySigningKeyStatus` 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 `KeySigningKeyStatus` - the value is returned.
* is `:active` - `KeySigningKeyStatus/ACTIVE` is returned
* is `:inactive` - `KeySigningKeyStatus/INACTIVE` is returned

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

mx-record-builderclj

(mx-record-builder scope id config)

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

mx-record-props-builderclj

(mx-record-props-builder id config)

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

mx-record-value-builderclj

(mx-record-value-builder id config)

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

ns-record-builderclj

(ns-record-builder scope id config)

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

ns-record-props-builderclj

(ns-record-props-builder id config)

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

private-hosted-zone-builderclj

(private-hosted-zone-builder scope id config)

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

private-hosted-zone-props-builderclj

(private-hosted-zone-props-builder id config)

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

public-hosted-zone-attributes-builderclj

(public-hosted-zone-attributes-builder id config)

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

public-hosted-zone-builderclj

(public-hosted-zone-builder scope id config)

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

public-hosted-zone-props-builderclj

(public-hosted-zone-props-builder id config)

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

record-set-builderclj

(record-set-builder scope id config)

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

record-set-options-builderclj

(record-set-options-builder id config)

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

record-set-props-builderclj

(record-set-props-builder id config)

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

record-typeclj

(record-type config id item-key)

The record-type function data interprets values in the provided config data into a RecordType 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 RecordType - the value is returned.
  • is :ptr - RecordType/PTR is returned
  • is :ds - RecordType/DS is returned
  • is :spf - RecordType/SPF is returned
  • is :ns - RecordType/NS is returned
  • is :caa - RecordType/CAA is returned
  • is :naptr - RecordType/NAPTR is returned
  • is :a - RecordType/A is returned
  • is :cname - RecordType/CNAME is returned
  • is :soa - RecordType/SOA is returned
  • is :srv - RecordType/SRV is returned
  • is :mx - RecordType/MX is returned
  • is :aaaa - RecordType/AAAA is returned
  • is :txt - RecordType/TXT is returned

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

The `record-type` function data interprets values in the provided config data into a 
`RecordType` 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 `RecordType` - the value is returned.
* is `:ptr` - `RecordType/PTR` is returned
* is `:ds` - `RecordType/DS` is returned
* is `:spf` - `RecordType/SPF` is returned
* is `:ns` - `RecordType/NS` is returned
* is `:caa` - `RecordType/CAA` is returned
* is `:naptr` - `RecordType/NAPTR` is returned
* is `:a` - `RecordType/A` is returned
* is `:cname` - `RecordType/CNAME` is returned
* is `:soa` - `RecordType/SOA` is returned
* is `:srv` - `RecordType/SRV` is returned
* is `:mx` - `RecordType/MX` is returned
* is `:aaaa` - `RecordType/AAAA` is returned
* is `:txt` - `RecordType/TXT` is returned

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

srv-record-builderclj

(srv-record-builder scope id config)

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

srv-record-props-builderclj

(srv-record-props-builder id config)

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

srv-record-value-builderclj

(srv-record-value-builder id config)

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

txt-record-builderclj

(txt-record-builder scope id config)

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

txt-record-props-builderclj

(txt-record-props-builder id config)

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

vpc-endpoint-service-domain-name-builderclj

(vpc-endpoint-service-domain-name-builder scope id config)

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

vpc-endpoint-service-domain-name-props-builderclj

(vpc-endpoint-service-domain-name-props-builder id config)

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

zone-delegation-options-builderclj

(zone-delegation-options-builder id config)

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

zone-delegation-record-builderclj

(zone-delegation-record-builder scope id config)

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

zone-delegation-record-props-builderclj

(zone-delegation-record-props-builder id config)

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

zone-signing-options-builderclj

(zone-signing-options-builder id config)

Creates a ZoneSigningOptions$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  `ZoneSigningOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

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

× close