Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.lightsail

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

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

build-cfn-alarm-builderclj

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

The build-cfn-alarm-builder function updates a CfnAlarm$Builder instance using the provided configuration. The function takes the CfnAlarm$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
alarmNamejava.lang.Stringcdk.support/lookup-entry:alarm-name
comparisonOperatorjava.lang.Stringcdk.support/lookup-entry:comparison-operator
contactProtocolsjava.util.Listcdk.support/lookup-entry:contact-protocols
datapointsToAlarmjava.lang.Numbercdk.support/lookup-entry:datapoints-to-alarm
evaluationPeriodsjava.lang.Numbercdk.support/lookup-entry:evaluation-periods
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
monitoredResourceNamejava.lang.Stringcdk.support/lookup-entry:monitored-resource-name
notificationEnabledjava.lang.Booleancdk.support/lookup-entry:notification-enabled
notificationTriggersjava.util.Listcdk.support/lookup-entry:notification-triggers
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
treatMissingDatajava.lang.Stringcdk.support/lookup-entry:treat-missing-data
The build-cfn-alarm-builder function updates a CfnAlarm$Builder instance using the provided configuration.
  The function takes the CfnAlarm$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` |
| `comparisonOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison-operator` |
| `contactProtocols` | java.util.List | [[cdk.support/lookup-entry]] | `:contact-protocols` |
| `datapointsToAlarm` | java.lang.Number | [[cdk.support/lookup-entry]] | `:datapoints-to-alarm` |
| `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `monitoredResourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitored-resource-name` |
| `notificationEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:notification-enabled` |
| `notificationTriggers` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-triggers` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `treatMissingData` | java.lang.String | [[cdk.support/lookup-entry]] | `:treat-missing-data` |
sourceraw docstring

build-cfn-alarm-props-builderclj

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

The build-cfn-alarm-props-builder function updates a CfnAlarmProps$Builder instance using the provided configuration. The function takes the CfnAlarmProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
alarmNamejava.lang.Stringcdk.support/lookup-entry:alarm-name
comparisonOperatorjava.lang.Stringcdk.support/lookup-entry:comparison-operator
contactProtocolsjava.util.Listcdk.support/lookup-entry:contact-protocols
datapointsToAlarmjava.lang.Numbercdk.support/lookup-entry:datapoints-to-alarm
evaluationPeriodsjava.lang.Numbercdk.support/lookup-entry:evaluation-periods
metricNamejava.lang.Stringcdk.support/lookup-entry:metric-name
monitoredResourceNamejava.lang.Stringcdk.support/lookup-entry:monitored-resource-name
notificationEnabledjava.lang.Booleancdk.support/lookup-entry:notification-enabled
notificationTriggersjava.util.Listcdk.support/lookup-entry:notification-triggers
thresholdjava.lang.Numbercdk.support/lookup-entry:threshold
treatMissingDatajava.lang.Stringcdk.support/lookup-entry:treat-missing-data
The build-cfn-alarm-props-builder function updates a CfnAlarmProps$Builder instance using the provided configuration.
  The function takes the CfnAlarmProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `alarmName` | java.lang.String | [[cdk.support/lookup-entry]] | `:alarm-name` |
| `comparisonOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:comparison-operator` |
| `contactProtocols` | java.util.List | [[cdk.support/lookup-entry]] | `:contact-protocols` |
| `datapointsToAlarm` | java.lang.Number | [[cdk.support/lookup-entry]] | `:datapoints-to-alarm` |
| `evaluationPeriods` | java.lang.Number | [[cdk.support/lookup-entry]] | `:evaluation-periods` |
| `metricName` | java.lang.String | [[cdk.support/lookup-entry]] | `:metric-name` |
| `monitoredResourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:monitored-resource-name` |
| `notificationEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:notification-enabled` |
| `notificationTriggers` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-triggers` |
| `threshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:threshold` |
| `treatMissingData` | java.lang.String | [[cdk.support/lookup-entry]] | `:treat-missing-data` |
sourceraw docstring

build-cfn-bucket-access-rules-property-builderclj

(build-cfn-bucket-access-rules-property-builder builder id config)

The build-cfn-bucket-access-rules-property-builder function updates a CfnBucket$AccessRulesProperty$Builder instance using the provided configuration. The function takes the CfnBucket$AccessRulesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allowPublicOverridesjava.lang.Booleancdk.support/lookup-entry:allow-public-overrides
objectAccessjava.lang.Stringcdk.support/lookup-entry:object-access
The build-cfn-bucket-access-rules-property-builder function updates a CfnBucket$AccessRulesProperty$Builder instance using the provided configuration.
  The function takes the CfnBucket$AccessRulesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `allowPublicOverrides` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-public-overrides` |
| `objectAccess` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-access` |
sourceraw docstring

build-cfn-bucket-builderclj

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

The build-cfn-bucket-builder function updates a CfnBucket$Builder instance using the provided configuration. The function takes the CfnBucket$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
accessRulessoftware.amazon.awscdk.services.lightsail.CfnBucket$AccessRulesPropertycdk.support/lookup-entry:access-rules
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bundleIdjava.lang.Stringcdk.support/lookup-entry:bundle-id
objectVersioningjava.lang.Booleancdk.support/lookup-entry:object-versioning
readOnlyAccessAccountsjava.util.Listcdk.support/lookup-entry:read-only-access-accounts
resourcesReceivingAccessjava.util.Listcdk.support/lookup-entry:resources-receiving-access
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-bucket-builder function updates a CfnBucket$Builder instance using the provided configuration.
  The function takes the CfnBucket$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accessRules` | software.amazon.awscdk.services.lightsail.CfnBucket$AccessRulesProperty | [[cdk.support/lookup-entry]] | `:access-rules` |
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` |
| `objectVersioning` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:object-versioning` |
| `readOnlyAccessAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:read-only-access-accounts` |
| `resourcesReceivingAccess` | java.util.List | [[cdk.support/lookup-entry]] | `:resources-receiving-access` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-bucket-props-builderclj

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

The build-cfn-bucket-props-builder function updates a CfnBucketProps$Builder instance using the provided configuration. The function takes the CfnBucketProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
accessRulessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:access-rules
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bundleIdjava.lang.Stringcdk.support/lookup-entry:bundle-id
objectVersioningjava.lang.Booleancdk.support/lookup-entry:object-versioning
readOnlyAccessAccountsjava.util.Listcdk.support/lookup-entry:read-only-access-accounts
resourcesReceivingAccessjava.util.Listcdk.support/lookup-entry:resources-receiving-access
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-bucket-props-builder function updates a CfnBucketProps$Builder instance using the provided configuration.
  The function takes the CfnBucketProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accessRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:access-rules` |
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` |
| `objectVersioning` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:object-versioning` |
| `readOnlyAccessAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:read-only-access-accounts` |
| `resourcesReceivingAccess` | java.util.List | [[cdk.support/lookup-entry]] | `:resources-receiving-access` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-certificate-builderclj

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

The build-cfn-certificate-builder function updates a CfnCertificate$Builder instance using the provided configuration. The function takes the CfnCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
certificateNamejava.lang.Stringcdk.support/lookup-entry:certificate-name
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
subjectAlternativeNamesjava.util.Listcdk.support/lookup-entry:subject-alternative-names
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-certificate-builder function updates a CfnCertificate$Builder instance using the provided configuration.
  The function takes the CfnCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `subjectAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:subject-alternative-names` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-certificate-props-builderclj

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

The build-cfn-certificate-props-builder function updates a CfnCertificateProps$Builder instance using the provided configuration. The function takes the CfnCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
certificateNamejava.lang.Stringcdk.support/lookup-entry:certificate-name
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
subjectAlternativeNamesjava.util.Listcdk.support/lookup-entry:subject-alternative-names
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-certificate-props-builder function updates a CfnCertificateProps$Builder instance using the provided configuration.
  The function takes the CfnCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `subjectAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:subject-alternative-names` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-container-builderclj

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

The build-cfn-container-builder function updates a CfnContainer$Builder instance using the provided configuration. The function takes the CfnContainer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerServiceDeploymentsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:container-service-deployment
isDisabledjava.lang.Booleancdk.support/lookup-entry:is-disabled
powerjava.lang.Stringcdk.support/lookup-entry:power
privateRegistryAccesssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:private-registry-access
publicDomainNamesjava.util.Listcdk.support/lookup-entry:public-domain-names
scalejava.lang.Numbercdk.support/lookup-entry:scale
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-container-builder function updates a CfnContainer$Builder instance using the provided configuration.
  The function takes the CfnContainer$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `containerServiceDeployment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:container-service-deployment` |
| `isDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-disabled` |
| `power` | java.lang.String | [[cdk.support/lookup-entry]] | `:power` |
| `privateRegistryAccess` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:private-registry-access` |
| `publicDomainNames` | java.util.List | [[cdk.support/lookup-entry]] | `:public-domain-names` |
| `scale` | java.lang.Number | [[cdk.support/lookup-entry]] | `:scale` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-container-container-property-builderclj

(build-cfn-container-container-property-builder builder id config)

The build-cfn-container-container-property-builder function updates a CfnContainer$ContainerProperty$Builder instance using the provided configuration. The function takes the CfnContainer$ContainerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
commandjava.util.Listcdk.support/lookup-entry:command
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
environmentjava.util.Listcdk.support/lookup-entry:environment
imagejava.lang.Stringcdk.support/lookup-entry:image
portssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ports
The build-cfn-container-container-property-builder function updates a CfnContainer$ContainerProperty$Builder instance using the provided configuration.
  The function takes the CfnContainer$ContainerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `environment` | java.util.List | [[cdk.support/lookup-entry]] | `:environment` |
| `image` | java.lang.String | [[cdk.support/lookup-entry]] | `:image` |
| `ports` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ports` |
sourceraw docstring

build-cfn-container-container-service-deployment-property-builderclj

(build-cfn-container-container-service-deployment-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-container-container-service-deployment-property-builder function updates a CfnContainer$ContainerServiceDeploymentProperty$Builder instance using the provided configuration. The function takes the CfnContainer$ContainerServiceDeploymentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:containers
publicEndpointsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:public-endpoint
The build-cfn-container-container-service-deployment-property-builder function updates a CfnContainer$ContainerServiceDeploymentProperty$Builder instance using the provided configuration.
  The function takes the CfnContainer$ContainerServiceDeploymentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `containers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:containers` |
| `publicEndpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:public-endpoint` |
sourceraw docstring

build-cfn-container-ecr-image-puller-role-property-builderclj

(build-cfn-container-ecr-image-puller-role-property-builder builder id config)

The build-cfn-container-ecr-image-puller-role-property-builder function updates a CfnContainer$EcrImagePullerRoleProperty$Builder instance using the provided configuration. The function takes the CfnContainer$EcrImagePullerRoleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
isActivejava.lang.Booleancdk.support/lookup-entry:is-active
principalArnjava.lang.Stringcdk.support/lookup-entry:principal-arn
The build-cfn-container-ecr-image-puller-role-property-builder function updates a CfnContainer$EcrImagePullerRoleProperty$Builder instance using the provided configuration.
  The function takes the CfnContainer$EcrImagePullerRoleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `isActive` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-active` |
| `principalArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:principal-arn` |
sourceraw docstring

build-cfn-container-environment-variable-property-builderclj

(build-cfn-container-environment-variable-property-builder builder id config)

The build-cfn-container-environment-variable-property-builder function updates a CfnContainer$EnvironmentVariableProperty$Builder instance using the provided configuration. The function takes the CfnContainer$EnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
valuejava.lang.Stringcdk.support/lookup-entry:value
variablejava.lang.Stringcdk.support/lookup-entry:variable
The build-cfn-container-environment-variable-property-builder function updates a CfnContainer$EnvironmentVariableProperty$Builder instance using the provided configuration.
  The function takes the CfnContainer$EnvironmentVariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
| `variable` | java.lang.String | [[cdk.support/lookup-entry]] | `:variable` |
sourceraw docstring

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

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

The build-cfn-container-health-check-config-property-builder function updates a CfnContainer$HealthCheckConfigProperty$Builder instance using the provided configuration. The function takes the CfnContainer$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
healthyThresholdjava.lang.Numbercdk.support/lookup-entry:healthy-threshold
intervalSecondsjava.lang.Numbercdk.support/lookup-entry:interval-seconds
pathjava.lang.Stringcdk.support/lookup-entry:path
successCodesjava.lang.Stringcdk.support/lookup-entry:success-codes
timeoutSecondsjava.lang.Numbercdk.support/lookup-entry:timeout-seconds
unhealthyThresholdjava.lang.Numbercdk.support/lookup-entry:unhealthy-threshold
The build-cfn-container-health-check-config-property-builder function updates a CfnContainer$HealthCheckConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnContainer$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 |
|---|---|---|---|
| `healthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:healthy-threshold` |
| `intervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval-seconds` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `successCodes` | java.lang.String | [[cdk.support/lookup-entry]] | `:success-codes` |
| `timeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-seconds` |
| `unhealthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:unhealthy-threshold` |
sourceraw docstring

build-cfn-container-port-info-property-builderclj

(build-cfn-container-port-info-property-builder builder id config)

The build-cfn-container-port-info-property-builder function updates a CfnContainer$PortInfoProperty$Builder instance using the provided configuration. The function takes the CfnContainer$PortInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
portjava.lang.Stringcdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
The build-cfn-container-port-info-property-builder function updates a CfnContainer$PortInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnContainer$PortInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `port` | java.lang.String | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
sourceraw docstring

build-cfn-container-private-registry-access-property-builderclj

(build-cfn-container-private-registry-access-property-builder builder id config)

The build-cfn-container-private-registry-access-property-builder function updates a CfnContainer$PrivateRegistryAccessProperty$Builder instance using the provided configuration. The function takes the CfnContainer$PrivateRegistryAccessProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
ecrImagePullerRolesoftware.amazon.awscdk.services.lightsail.CfnContainer$EcrImagePullerRolePropertycdk.support/lookup-entry:ecr-image-puller-role
The build-cfn-container-private-registry-access-property-builder function updates a CfnContainer$PrivateRegistryAccessProperty$Builder instance using the provided configuration.
  The function takes the CfnContainer$PrivateRegistryAccessProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `ecrImagePullerRole` | software.amazon.awscdk.services.lightsail.CfnContainer$EcrImagePullerRoleProperty | [[cdk.support/lookup-entry]] | `:ecr-image-puller-role` |
sourceraw docstring

build-cfn-container-props-builderclj

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

The build-cfn-container-props-builder function updates a CfnContainerProps$Builder instance using the provided configuration. The function takes the CfnContainerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerServiceDeploymentsoftware.amazon.awscdk.services.lightsail.CfnContainer$ContainerServiceDeploymentPropertycdk.support/lookup-entry:container-service-deployment
isDisabledjava.lang.Booleancdk.support/lookup-entry:is-disabled
powerjava.lang.Stringcdk.support/lookup-entry:power
privateRegistryAccesssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:private-registry-access
publicDomainNamessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:public-domain-names
scalejava.lang.Numbercdk.support/lookup-entry:scale
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-container-props-builder function updates a CfnContainerProps$Builder instance using the provided configuration.
  The function takes the CfnContainerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `containerServiceDeployment` | software.amazon.awscdk.services.lightsail.CfnContainer$ContainerServiceDeploymentProperty | [[cdk.support/lookup-entry]] | `:container-service-deployment` |
| `isDisabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-disabled` |
| `power` | java.lang.String | [[cdk.support/lookup-entry]] | `:power` |
| `privateRegistryAccess` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:private-registry-access` |
| `publicDomainNames` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:public-domain-names` |
| `scale` | java.lang.Number | [[cdk.support/lookup-entry]] | `:scale` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-container-public-domain-name-property-builderclj

(build-cfn-container-public-domain-name-property-builder builder id config)

The build-cfn-container-public-domain-name-property-builder function updates a CfnContainer$PublicDomainNameProperty$Builder instance using the provided configuration. The function takes the CfnContainer$PublicDomainNameProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
certificateNamejava.lang.Stringcdk.support/lookup-entry:certificate-name
domainNamesjava.util.Listcdk.support/lookup-entry:domain-names
The build-cfn-container-public-domain-name-property-builder function updates a CfnContainer$PublicDomainNameProperty$Builder instance using the provided configuration.
  The function takes the CfnContainer$PublicDomainNameProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` |
| `domainNames` | java.util.List | [[cdk.support/lookup-entry]] | `:domain-names` |
sourceraw docstring

build-cfn-container-public-endpoint-property-builderclj

(build-cfn-container-public-endpoint-property-builder builder id config)

The build-cfn-container-public-endpoint-property-builder function updates a CfnContainer$PublicEndpointProperty$Builder instance using the provided configuration. The function takes the CfnContainer$PublicEndpointProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
containerNamejava.lang.Stringcdk.support/lookup-entry:container-name
containerPortjava.lang.Numbercdk.support/lookup-entry:container-port
healthCheckConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:health-check-config
The build-cfn-container-public-endpoint-property-builder function updates a CfnContainer$PublicEndpointProperty$Builder instance using the provided configuration.
  The function takes the CfnContainer$PublicEndpointProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `containerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:container-name` |
| `containerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:container-port` |
| `healthCheckConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:health-check-config` |
sourceraw docstring

build-cfn-database-builderclj

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

The build-cfn-database-builder function updates a CfnDatabase$Builder instance using the provided configuration. The function takes the CfnDatabase$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
backupRetentionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:backup-retention
caCertificateIdentifierjava.lang.Stringcdk.support/lookup-entry:ca-certificate-identifier
masterDatabaseNamejava.lang.Stringcdk.support/lookup-entry:master-database-name
masterUserPasswordjava.lang.Stringcdk.support/lookup-entry:master-user-password
masterUsernamejava.lang.Stringcdk.support/lookup-entry:master-username
preferredBackupWindowjava.lang.Stringcdk.support/lookup-entry:preferred-backup-window
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
publiclyAccessiblesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:publicly-accessible
relationalDatabaseBlueprintIdjava.lang.Stringcdk.support/lookup-entry:relational-database-blueprint-id
relationalDatabaseBundleIdjava.lang.Stringcdk.support/lookup-entry:relational-database-bundle-id
relationalDatabaseNamejava.lang.Stringcdk.support/lookup-entry:relational-database-name
relationalDatabaseParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:relational-database-parameters
rotateMasterUserPasswordsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rotate-master-user-password
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-database-builder function updates a CfnDatabase$Builder instance using the provided configuration.
  The function takes the CfnDatabase$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `backupRetention` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:backup-retention` |
| `caCertificateIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificate-identifier` |
| `masterDatabaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-database-name` |
| `masterUserPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-user-password` |
| `masterUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-username` |
| `preferredBackupWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-backup-window` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `publiclyAccessible` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-accessible` |
| `relationalDatabaseBlueprintId` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-blueprint-id` |
| `relationalDatabaseBundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-bundle-id` |
| `relationalDatabaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-name` |
| `relationalDatabaseParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:relational-database-parameters` |
| `rotateMasterUserPassword` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rotate-master-user-password` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-database-props-builderclj

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

The build-cfn-database-props-builder function updates a CfnDatabaseProps$Builder instance using the provided configuration. The function takes the CfnDatabaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
backupRetentionjava.lang.Booleancdk.support/lookup-entry:backup-retention
caCertificateIdentifierjava.lang.Stringcdk.support/lookup-entry:ca-certificate-identifier
masterDatabaseNamejava.lang.Stringcdk.support/lookup-entry:master-database-name
masterUserPasswordjava.lang.Stringcdk.support/lookup-entry:master-user-password
masterUsernamejava.lang.Stringcdk.support/lookup-entry:master-username
preferredBackupWindowjava.lang.Stringcdk.support/lookup-entry:preferred-backup-window
preferredMaintenanceWindowjava.lang.Stringcdk.support/lookup-entry:preferred-maintenance-window
publiclyAccessiblesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:publicly-accessible
relationalDatabaseBlueprintIdjava.lang.Stringcdk.support/lookup-entry:relational-database-blueprint-id
relationalDatabaseBundleIdjava.lang.Stringcdk.support/lookup-entry:relational-database-bundle-id
relationalDatabaseNamejava.lang.Stringcdk.support/lookup-entry:relational-database-name
relationalDatabaseParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:relational-database-parameters
rotateMasterUserPasswordjava.lang.Booleancdk.support/lookup-entry:rotate-master-user-password
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-database-props-builder function updates a CfnDatabaseProps$Builder instance using the provided configuration.
  The function takes the CfnDatabaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `backupRetention` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:backup-retention` |
| `caCertificateIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificate-identifier` |
| `masterDatabaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-database-name` |
| `masterUserPassword` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-user-password` |
| `masterUsername` | java.lang.String | [[cdk.support/lookup-entry]] | `:master-username` |
| `preferredBackupWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-backup-window` |
| `preferredMaintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:preferred-maintenance-window` |
| `publiclyAccessible` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-accessible` |
| `relationalDatabaseBlueprintId` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-blueprint-id` |
| `relationalDatabaseBundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-bundle-id` |
| `relationalDatabaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:relational-database-name` |
| `relationalDatabaseParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:relational-database-parameters` |
| `rotateMasterUserPassword` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rotate-master-user-password` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-database-relational-database-parameter-property-builderclj

(build-cfn-database-relational-database-parameter-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-database-relational-database-parameter-property-builder function updates a CfnDatabase$RelationalDatabaseParameterProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$RelationalDatabaseParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allowedValuesjava.lang.Stringcdk.support/lookup-entry:allowed-values
applyMethodjava.lang.Stringcdk.support/lookup-entry:apply-method
applyTypejava.lang.Stringcdk.support/lookup-entry:apply-type
dataTypejava.lang.Stringcdk.support/lookup-entry:data-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
isModifiablejava.lang.Booleancdk.support/lookup-entry:is-modifiable
parameterNamejava.lang.Stringcdk.support/lookup-entry:parameter-name
parameterValuejava.lang.Stringcdk.support/lookup-entry:parameter-value
The build-cfn-database-relational-database-parameter-property-builder function updates a CfnDatabase$RelationalDatabaseParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnDatabase$RelationalDatabaseParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `allowedValues` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-values` |
| `applyMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:apply-method` |
| `applyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:apply-type` |
| `dataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `isModifiable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-modifiable` |
| `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` |
| `parameterValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-value` |
sourceraw docstring

build-cfn-disk-add-on-property-builderclj

(build-cfn-disk-add-on-property-builder builder id config)

The build-cfn-disk-add-on-property-builder function updates a CfnDisk$AddOnProperty$Builder instance using the provided configuration. The function takes the CfnDisk$AddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
addOnTypejava.lang.Stringcdk.support/lookup-entry:add-on-type
autoSnapshotAddOnRequestsoftware.amazon.awscdk.services.lightsail.CfnDisk$AutoSnapshotAddOnPropertycdk.support/lookup-entry:auto-snapshot-add-on-request
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-disk-add-on-property-builder function updates a CfnDisk$AddOnProperty$Builder instance using the provided configuration.
  The function takes the CfnDisk$AddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `addOnType` | java.lang.String | [[cdk.support/lookup-entry]] | `:add-on-type` |
| `autoSnapshotAddOnRequest` | software.amazon.awscdk.services.lightsail.CfnDisk$AutoSnapshotAddOnProperty | [[cdk.support/lookup-entry]] | `:auto-snapshot-add-on-request` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-disk-auto-snapshot-add-on-property-builderclj

(build-cfn-disk-auto-snapshot-add-on-property-builder builder id config)

The build-cfn-disk-auto-snapshot-add-on-property-builder function updates a CfnDisk$AutoSnapshotAddOnProperty$Builder instance using the provided configuration. The function takes the CfnDisk$AutoSnapshotAddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
snapshotTimeOfDayjava.lang.Stringcdk.support/lookup-entry:snapshot-time-of-day
The build-cfn-disk-auto-snapshot-add-on-property-builder function updates a CfnDisk$AutoSnapshotAddOnProperty$Builder instance using the provided configuration.
  The function takes the CfnDisk$AutoSnapshotAddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `snapshotTimeOfDay` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-time-of-day` |
sourceraw docstring

build-cfn-disk-builderclj

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

The build-cfn-disk-builder function updates a CfnDisk$Builder instance using the provided configuration. The function takes the CfnDisk$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
addOnssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:add-ons
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
diskNamejava.lang.Stringcdk.support/lookup-entry:disk-name
locationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:location
sizeInGbjava.lang.Numbercdk.support/lookup-entry:size-in-gb
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-disk-builder function updates a CfnDisk$Builder instance using the provided configuration.
  The function takes the CfnDisk$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `addOns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:add-ons` |
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `diskName` | java.lang.String | [[cdk.support/lookup-entry]] | `:disk-name` |
| `location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:location` |
| `sizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size-in-gb` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-disk-location-property-builderclj

(build-cfn-disk-location-property-builder builder id config)

The build-cfn-disk-location-property-builder function updates a CfnDisk$LocationProperty$Builder instance using the provided configuration. The function takes the CfnDisk$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
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
regionNamejava.lang.Stringcdk.support/lookup-entry:region-name
The build-cfn-disk-location-property-builder function updates a CfnDisk$LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnDisk$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 |
|---|---|---|---|
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `regionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:region-name` |
sourceraw docstring

build-cfn-disk-props-builderclj

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

The build-cfn-disk-props-builder function updates a CfnDiskProps$Builder instance using the provided configuration. The function takes the CfnDiskProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
addOnssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:add-ons
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
diskNamejava.lang.Stringcdk.support/lookup-entry:disk-name
locationsoftware.amazon.awscdk.services.lightsail.CfnDisk$LocationPropertycdk.support/lookup-entry:location
sizeInGbjava.lang.Numbercdk.support/lookup-entry:size-in-gb
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-disk-props-builder function updates a CfnDiskProps$Builder instance using the provided configuration.
  The function takes the CfnDiskProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `addOns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:add-ons` |
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `diskName` | java.lang.String | [[cdk.support/lookup-entry]] | `:disk-name` |
| `location` | software.amazon.awscdk.services.lightsail.CfnDisk$LocationProperty | [[cdk.support/lookup-entry]] | `:location` |
| `sizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size-in-gb` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-distribution-builderclj

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

The build-cfn-distribution-builder function updates a CfnDistribution$Builder instance using the provided configuration. The function takes the CfnDistribution$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
bundleIdjava.lang.Stringcdk.support/lookup-entry:bundle-id
cacheBehaviorSettingssoftware.amazon.awscdk.services.lightsail.CfnDistribution$CacheSettingsPropertycdk.support/lookup-entry:cache-behavior-settings
cacheBehaviorsjava.util.Listcdk.support/lookup-entry:cache-behaviors
certificateNamejava.lang.Stringcdk.support/lookup-entry:certificate-name
defaultCacheBehaviorsoftware.amazon.awscdk.services.lightsail.CfnDistribution$CacheBehaviorPropertycdk.support/lookup-entry:default-cache-behavior
distributionNamejava.lang.Stringcdk.support/lookup-entry:distribution-name
ipAddressTypejava.lang.Stringcdk.support/lookup-entry:ip-address-type
isEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-enabled
originsoftware.amazon.awscdk.services.lightsail.CfnDistribution$InputOriginPropertycdk.support/lookup-entry:origin
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-distribution-builder function updates a CfnDistribution$Builder instance using the provided configuration.
  The function takes the CfnDistribution$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` |
| `cacheBehaviorSettings` | software.amazon.awscdk.services.lightsail.CfnDistribution$CacheSettingsProperty | [[cdk.support/lookup-entry]] | `:cache-behavior-settings` |
| `cacheBehaviors` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-behaviors` |
| `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` |
| `defaultCacheBehavior` | software.amazon.awscdk.services.lightsail.CfnDistribution$CacheBehaviorProperty | [[cdk.support/lookup-entry]] | `:default-cache-behavior` |
| `distributionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:distribution-name` |
| `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` |
| `isEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-enabled` |
| `origin` | software.amazon.awscdk.services.lightsail.CfnDistribution$InputOriginProperty | [[cdk.support/lookup-entry]] | `:origin` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-distribution-cache-behavior-per-path-property-builderclj

(build-cfn-distribution-cache-behavior-per-path-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-distribution-cache-behavior-per-path-property-builder function updates a CfnDistribution$CacheBehaviorPerPathProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$CacheBehaviorPerPathProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
behaviorjava.lang.Stringcdk.support/lookup-entry:behavior
pathjava.lang.Stringcdk.support/lookup-entry:path
The build-cfn-distribution-cache-behavior-per-path-property-builder function updates a CfnDistribution$CacheBehaviorPerPathProperty$Builder instance using the provided configuration.
  The function takes the CfnDistribution$CacheBehaviorPerPathProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `behavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:behavior` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
sourceraw docstring

build-cfn-distribution-cache-behavior-property-builderclj

(build-cfn-distribution-cache-behavior-property-builder builder id config)

The build-cfn-distribution-cache-behavior-property-builder function updates a CfnDistribution$CacheBehaviorProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$CacheBehaviorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
behaviorjava.lang.Stringcdk.support/lookup-entry:behavior
The build-cfn-distribution-cache-behavior-property-builder function updates a CfnDistribution$CacheBehaviorProperty$Builder instance using the provided configuration.
  The function takes the CfnDistribution$CacheBehaviorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `behavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:behavior` |
sourceraw docstring

build-cfn-distribution-cache-settings-property-builderclj

(build-cfn-distribution-cache-settings-property-builder builder id config)

The build-cfn-distribution-cache-settings-property-builder function updates a CfnDistribution$CacheSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$CacheSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allowedHttpMethodsjava.lang.Stringcdk.support/lookup-entry:allowed-http-methods
cachedHttpMethodsjava.lang.Stringcdk.support/lookup-entry:cached-http-methods
defaultTtljava.lang.Numbercdk.support/lookup-entry:default-ttl
forwardedCookiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:forwarded-cookies
forwardedHeaderssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:forwarded-headers
forwardedQueryStringssoftware.amazon.awscdk.services.lightsail.CfnDistribution$QueryStringObjectPropertycdk.support/lookup-entry:forwarded-query-strings
maximumTtljava.lang.Numbercdk.support/lookup-entry:maximum-ttl
minimumTtljava.lang.Numbercdk.support/lookup-entry:minimum-ttl
The build-cfn-distribution-cache-settings-property-builder function updates a CfnDistribution$CacheSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDistribution$CacheSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `allowedHttpMethods` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-http-methods` |
| `cachedHttpMethods` | java.lang.String | [[cdk.support/lookup-entry]] | `:cached-http-methods` |
| `defaultTtl` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-ttl` |
| `forwardedCookies` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:forwarded-cookies` |
| `forwardedHeaders` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:forwarded-headers` |
| `forwardedQueryStrings` | software.amazon.awscdk.services.lightsail.CfnDistribution$QueryStringObjectProperty | [[cdk.support/lookup-entry]] | `:forwarded-query-strings` |
| `maximumTtl` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-ttl` |
| `minimumTtl` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-ttl` |
sourceraw docstring

(build-cfn-distribution-cookie-object-property-builder builder id config)

The build-cfn-distribution-cookie-object-property-builder function updates a CfnDistribution$CookieObjectProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$CookieObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cookiesAllowListjava.util.Listcdk.support/lookup-entry:cookies-allow-list
optionjava.lang.Stringcdk.support/lookup-entry:option
The build-cfn-distribution-cookie-object-property-builder function updates a CfnDistribution$CookieObjectProperty$Builder instance using the provided configuration.
  The function takes the CfnDistribution$CookieObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `cookiesAllowList` | java.util.List | [[cdk.support/lookup-entry]] | `:cookies-allow-list` |
| `option` | java.lang.String | [[cdk.support/lookup-entry]] | `:option` |
sourceraw docstring

build-cfn-distribution-header-object-property-builderclj

(build-cfn-distribution-header-object-property-builder builder id config)

The build-cfn-distribution-header-object-property-builder function updates a CfnDistribution$HeaderObjectProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$HeaderObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
headersAllowListjava.util.Listcdk.support/lookup-entry:headers-allow-list
optionjava.lang.Stringcdk.support/lookup-entry:option
The build-cfn-distribution-header-object-property-builder function updates a CfnDistribution$HeaderObjectProperty$Builder instance using the provided configuration.
  The function takes the CfnDistribution$HeaderObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `headersAllowList` | java.util.List | [[cdk.support/lookup-entry]] | `:headers-allow-list` |
| `option` | java.lang.String | [[cdk.support/lookup-entry]] | `:option` |
sourceraw docstring

build-cfn-distribution-input-origin-property-builderclj

(build-cfn-distribution-input-origin-property-builder builder id config)

The build-cfn-distribution-input-origin-property-builder function updates a CfnDistribution$InputOriginProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$InputOriginProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
protocolPolicyjava.lang.Stringcdk.support/lookup-entry:protocol-policy
regionNamejava.lang.Stringcdk.support/lookup-entry:region-name
The build-cfn-distribution-input-origin-property-builder function updates a CfnDistribution$InputOriginProperty$Builder instance using the provided configuration.
  The function takes the CfnDistribution$InputOriginProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `protocolPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol-policy` |
| `regionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:region-name` |
sourceraw docstring

build-cfn-distribution-props-builderclj

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

The build-cfn-distribution-props-builder function updates a CfnDistributionProps$Builder instance using the provided configuration. The function takes the CfnDistributionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
bundleIdjava.lang.Stringcdk.support/lookup-entry:bundle-id
cacheBehaviorSettingssoftware.amazon.awscdk.services.lightsail.CfnDistribution$CacheSettingsPropertycdk.support/lookup-entry:cache-behavior-settings
cacheBehaviorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cache-behaviors
certificateNamejava.lang.Stringcdk.support/lookup-entry:certificate-name
defaultCacheBehaviorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-cache-behavior
distributionNamejava.lang.Stringcdk.support/lookup-entry:distribution-name
ipAddressTypejava.lang.Stringcdk.support/lookup-entry:ip-address-type
isEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-enabled
originsoftware.amazon.awscdk.services.lightsail.CfnDistribution$InputOriginPropertycdk.support/lookup-entry:origin
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-distribution-props-builder function updates a CfnDistributionProps$Builder instance using the provided configuration.
  The function takes the CfnDistributionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` |
| `cacheBehaviorSettings` | software.amazon.awscdk.services.lightsail.CfnDistribution$CacheSettingsProperty | [[cdk.support/lookup-entry]] | `:cache-behavior-settings` |
| `cacheBehaviors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cache-behaviors` |
| `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` |
| `defaultCacheBehavior` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-cache-behavior` |
| `distributionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:distribution-name` |
| `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` |
| `isEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-enabled` |
| `origin` | software.amazon.awscdk.services.lightsail.CfnDistribution$InputOriginProperty | [[cdk.support/lookup-entry]] | `:origin` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-distribution-query-string-object-property-builderclj

(build-cfn-distribution-query-string-object-property-builder builder id config)

The build-cfn-distribution-query-string-object-property-builder function updates a CfnDistribution$QueryStringObjectProperty$Builder instance using the provided configuration. The function takes the CfnDistribution$QueryStringObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
optionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:option
queryStringsAllowListjava.util.Listcdk.support/lookup-entry:query-strings-allow-list
The build-cfn-distribution-query-string-object-property-builder function updates a CfnDistribution$QueryStringObjectProperty$Builder instance using the provided configuration.
  The function takes the CfnDistribution$QueryStringObjectProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `option` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:option` |
| `queryStringsAllowList` | java.util.List | [[cdk.support/lookup-entry]] | `:query-strings-allow-list` |
sourceraw docstring

build-cfn-instance-add-on-property-builderclj

(build-cfn-instance-add-on-property-builder builder id config)

The build-cfn-instance-add-on-property-builder function updates a CfnInstance$AddOnProperty$Builder instance using the provided configuration. The function takes the CfnInstance$AddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
addOnTypejava.lang.Stringcdk.support/lookup-entry:add-on-type
autoSnapshotAddOnRequestsoftware.amazon.awscdk.services.lightsail.CfnInstance$AutoSnapshotAddOnPropertycdk.support/lookup-entry:auto-snapshot-add-on-request
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-instance-add-on-property-builder function updates a CfnInstance$AddOnProperty$Builder instance using the provided configuration.
  The function takes the CfnInstance$AddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `addOnType` | java.lang.String | [[cdk.support/lookup-entry]] | `:add-on-type` |
| `autoSnapshotAddOnRequest` | software.amazon.awscdk.services.lightsail.CfnInstance$AutoSnapshotAddOnProperty | [[cdk.support/lookup-entry]] | `:auto-snapshot-add-on-request` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-instance-auto-snapshot-add-on-property-builderclj

(build-cfn-instance-auto-snapshot-add-on-property-builder builder id config)

The build-cfn-instance-auto-snapshot-add-on-property-builder function updates a CfnInstance$AutoSnapshotAddOnProperty$Builder instance using the provided configuration. The function takes the CfnInstance$AutoSnapshotAddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
snapshotTimeOfDayjava.lang.Stringcdk.support/lookup-entry:snapshot-time-of-day
The build-cfn-instance-auto-snapshot-add-on-property-builder function updates a CfnInstance$AutoSnapshotAddOnProperty$Builder instance using the provided configuration.
  The function takes the CfnInstance$AutoSnapshotAddOnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `snapshotTimeOfDay` | java.lang.String | [[cdk.support/lookup-entry]] | `:snapshot-time-of-day` |
sourceraw docstring

build-cfn-instance-builderclj

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

The build-cfn-instance-builder function updates a CfnInstance$Builder instance using the provided configuration. The function takes the CfnInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
addOnssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:add-ons
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
blueprintIdjava.lang.Stringcdk.support/lookup-entry:blueprint-id
bundleIdjava.lang.Stringcdk.support/lookup-entry:bundle-id
hardwaresoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:hardware
instanceNamejava.lang.Stringcdk.support/lookup-entry:instance-name
keyPairNamejava.lang.Stringcdk.support/lookup-entry:key-pair-name
locationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:location
networkingsoftware.amazon.awscdk.services.lightsail.CfnInstance$NetworkingPropertycdk.support/lookup-entry:networking
statesoftware.amazon.awscdk.services.lightsail.CfnInstance$StatePropertycdk.support/lookup-entry:state
tagsjava.util.Listcdk.support/lookup-entry:tags
userDatajava.lang.Stringcdk.support/lookup-entry:user-data
The build-cfn-instance-builder function updates a CfnInstance$Builder instance using the provided configuration.
  The function takes the CfnInstance$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `addOns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:add-ons` |
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `blueprintId` | java.lang.String | [[cdk.support/lookup-entry]] | `:blueprint-id` |
| `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` |
| `hardware` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hardware` |
| `instanceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-name` |
| `keyPairName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-pair-name` |
| `location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:location` |
| `networking` | software.amazon.awscdk.services.lightsail.CfnInstance$NetworkingProperty | [[cdk.support/lookup-entry]] | `:networking` |
| `state` | software.amazon.awscdk.services.lightsail.CfnInstance$StateProperty | [[cdk.support/lookup-entry]] | `:state` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userData` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-data` |
sourceraw docstring

build-cfn-instance-disk-property-builderclj

(build-cfn-instance-disk-property-builder builder id config)

The build-cfn-instance-disk-property-builder function updates a CfnInstance$DiskProperty$Builder instance using the provided configuration. The function takes the CfnInstance$DiskProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
attachedTojava.lang.Stringcdk.support/lookup-entry:attached-to
attachmentStatejava.lang.Stringcdk.support/lookup-entry:attachment-state
diskNamejava.lang.Stringcdk.support/lookup-entry:disk-name
iopsjava.lang.Numbercdk.support/lookup-entry:iops
isSystemDiskjava.lang.Booleancdk.support/lookup-entry:is-system-disk
pathjava.lang.Stringcdk.support/lookup-entry:path
sizeInGbjava.lang.Stringcdk.support/lookup-entry:size-in-gb
The build-cfn-instance-disk-property-builder function updates a CfnInstance$DiskProperty$Builder instance using the provided configuration.
  The function takes the CfnInstance$DiskProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `attachedTo` | java.lang.String | [[cdk.support/lookup-entry]] | `:attached-to` |
| `attachmentState` | java.lang.String | [[cdk.support/lookup-entry]] | `:attachment-state` |
| `diskName` | java.lang.String | [[cdk.support/lookup-entry]] | `:disk-name` |
| `iops` | java.lang.Number | [[cdk.support/lookup-entry]] | `:iops` |
| `isSystemDisk` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-system-disk` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `sizeInGb` | java.lang.String | [[cdk.support/lookup-entry]] | `:size-in-gb` |
sourceraw docstring

build-cfn-instance-hardware-property-builderclj

(build-cfn-instance-hardware-property-builder builder id config)

The build-cfn-instance-hardware-property-builder function updates a CfnInstance$HardwareProperty$Builder instance using the provided configuration. The function takes the CfnInstance$HardwareProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
cpuCountjava.lang.Numbercdk.support/lookup-entry:cpu-count
disksjava.util.Listcdk.support/lookup-entry:disks
ramSizeInGbjava.lang.Numbercdk.support/lookup-entry:ram-size-in-gb
The build-cfn-instance-hardware-property-builder function updates a CfnInstance$HardwareProperty$Builder instance using the provided configuration.
  The function takes the CfnInstance$HardwareProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `cpuCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cpu-count` |
| `disks` | java.util.List | [[cdk.support/lookup-entry]] | `:disks` |
| `ramSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ram-size-in-gb` |
sourceraw docstring

build-cfn-instance-location-property-builderclj

(build-cfn-instance-location-property-builder builder id config)

The build-cfn-instance-location-property-builder function updates a CfnInstance$LocationProperty$Builder instance using the provided configuration. The function takes the CfnInstance$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
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
regionNamejava.lang.Stringcdk.support/lookup-entry:region-name
The build-cfn-instance-location-property-builder function updates a CfnInstance$LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnInstance$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 |
|---|---|---|---|
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `regionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:region-name` |
sourceraw docstring

build-cfn-instance-monthly-transfer-property-builderclj

(build-cfn-instance-monthly-transfer-property-builder builder id config)

The build-cfn-instance-monthly-transfer-property-builder function updates a CfnInstance$MonthlyTransferProperty$Builder instance using the provided configuration. The function takes the CfnInstance$MonthlyTransferProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
gbPerMonthAllocatedjava.lang.Stringcdk.support/lookup-entry:gb-per-month-allocated
The build-cfn-instance-monthly-transfer-property-builder function updates a CfnInstance$MonthlyTransferProperty$Builder instance using the provided configuration.
  The function takes the CfnInstance$MonthlyTransferProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `gbPerMonthAllocated` | java.lang.String | [[cdk.support/lookup-entry]] | `:gb-per-month-allocated` |
sourceraw docstring

build-cfn-instance-networking-property-builderclj

(build-cfn-instance-networking-property-builder builder id config)

The build-cfn-instance-networking-property-builder function updates a CfnInstance$NetworkingProperty$Builder instance using the provided configuration. The function takes the CfnInstance$NetworkingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
monthlyTransfersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:monthly-transfer
portssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ports
The build-cfn-instance-networking-property-builder function updates a CfnInstance$NetworkingProperty$Builder instance using the provided configuration.
  The function takes the CfnInstance$NetworkingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `monthlyTransfer` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:monthly-transfer` |
| `ports` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ports` |
sourceraw docstring

build-cfn-instance-port-property-builderclj

(build-cfn-instance-port-property-builder builder id config)

The build-cfn-instance-port-property-builder function updates a CfnInstance$PortProperty$Builder instance using the provided configuration. The function takes the CfnInstance$PortProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
accessDirectionjava.lang.Stringcdk.support/lookup-entry:access-direction
accessFromjava.lang.Stringcdk.support/lookup-entry:access-from
accessTypejava.lang.Stringcdk.support/lookup-entry:access-type
cidrListAliasesjava.util.Listcdk.support/lookup-entry:cidr-list-aliases
cidrsjava.util.Listcdk.support/lookup-entry:cidrs
commonNamejava.lang.Stringcdk.support/lookup-entry:common-name
fromPortjava.lang.Numbercdk.support/lookup-entry:from-port
ipv6Cidrsjava.util.Listcdk.support/lookup-entry:ipv6-cidrs
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
toPortjava.lang.Numbercdk.support/lookup-entry:to-port
The build-cfn-instance-port-property-builder function updates a CfnInstance$PortProperty$Builder instance using the provided configuration.
  The function takes the CfnInstance$PortProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accessDirection` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-direction` |
| `accessFrom` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-from` |
| `accessType` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-type` |
| `cidrListAliases` | java.util.List | [[cdk.support/lookup-entry]] | `:cidr-list-aliases` |
| `cidrs` | java.util.List | [[cdk.support/lookup-entry]] | `:cidrs` |
| `commonName` | java.lang.String | [[cdk.support/lookup-entry]] | `:common-name` |
| `fromPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:from-port` |
| `ipv6Cidrs` | java.util.List | [[cdk.support/lookup-entry]] | `:ipv6-cidrs` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `toPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:to-port` |
sourceraw docstring

build-cfn-instance-props-builderclj

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

The build-cfn-instance-props-builder function updates a CfnInstanceProps$Builder instance using the provided configuration. The function takes the CfnInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
addOnsjava.util.Listcdk.support/lookup-entry:add-ons
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
blueprintIdjava.lang.Stringcdk.support/lookup-entry:blueprint-id
bundleIdjava.lang.Stringcdk.support/lookup-entry:bundle-id
hardwaresoftware.amazon.awscdk.services.lightsail.CfnInstance$HardwarePropertycdk.support/lookup-entry:hardware
instanceNamejava.lang.Stringcdk.support/lookup-entry:instance-name
keyPairNamejava.lang.Stringcdk.support/lookup-entry:key-pair-name
locationsoftware.amazon.awscdk.services.lightsail.CfnInstance$LocationPropertycdk.support/lookup-entry:location
networkingsoftware.amazon.awscdk.services.lightsail.CfnInstance$NetworkingPropertycdk.support/lookup-entry:networking
statesoftware.amazon.awscdk.services.lightsail.CfnInstance$StatePropertycdk.support/lookup-entry:state
tagsjava.util.Listcdk.support/lookup-entry:tags
userDatajava.lang.Stringcdk.support/lookup-entry:user-data
The build-cfn-instance-props-builder function updates a CfnInstanceProps$Builder instance using the provided configuration.
  The function takes the CfnInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `addOns` | java.util.List | [[cdk.support/lookup-entry]] | `:add-ons` |
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `blueprintId` | java.lang.String | [[cdk.support/lookup-entry]] | `:blueprint-id` |
| `bundleId` | java.lang.String | [[cdk.support/lookup-entry]] | `:bundle-id` |
| `hardware` | software.amazon.awscdk.services.lightsail.CfnInstance$HardwareProperty | [[cdk.support/lookup-entry]] | `:hardware` |
| `instanceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-name` |
| `keyPairName` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-pair-name` |
| `location` | software.amazon.awscdk.services.lightsail.CfnInstance$LocationProperty | [[cdk.support/lookup-entry]] | `:location` |
| `networking` | software.amazon.awscdk.services.lightsail.CfnInstance$NetworkingProperty | [[cdk.support/lookup-entry]] | `:networking` |
| `state` | software.amazon.awscdk.services.lightsail.CfnInstance$StateProperty | [[cdk.support/lookup-entry]] | `:state` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userData` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-data` |
sourceraw docstring

build-cfn-instance-state-property-builderclj

(build-cfn-instance-state-property-builder builder id config)

The build-cfn-instance-state-property-builder function updates a CfnInstance$StateProperty$Builder instance using the provided configuration. The function takes the CfnInstance$StateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
codejava.lang.Numbercdk.support/lookup-entry:code
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-instance-state-property-builder function updates a CfnInstance$StateProperty$Builder instance using the provided configuration.
  The function takes the CfnInstance$StateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `code` | java.lang.Number | [[cdk.support/lookup-entry]] | `:code` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-load-balancer-builderclj

(build-cfn-load-balancer-builder builder id config)

The build-cfn-load-balancer-builder function updates a CfnLoadBalancer$Builder instance using the provided configuration. The function takes the CfnLoadBalancer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
attachedInstancesjava.util.Listcdk.support/lookup-entry:attached-instances
healthCheckPathjava.lang.Stringcdk.support/lookup-entry:health-check-path
instancePortjava.lang.Numbercdk.support/lookup-entry:instance-port
ipAddressTypejava.lang.Stringcdk.support/lookup-entry:ip-address-type
loadBalancerNamejava.lang.Stringcdk.support/lookup-entry:load-balancer-name
sessionStickinessEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:session-stickiness-enabled
sessionStickinessLbCookieDurationSecondsjava.lang.Stringcdk.support/lookup-entry:session-stickiness-lb-cookie-duration-seconds
tagsjava.util.Listcdk.support/lookup-entry:tags
tlsPolicyNamejava.lang.Stringcdk.support/lookup-entry:tls-policy-name
The build-cfn-load-balancer-builder function updates a CfnLoadBalancer$Builder instance using the provided configuration.
  The function takes the CfnLoadBalancer$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `attachedInstances` | java.util.List | [[cdk.support/lookup-entry]] | `:attached-instances` |
| `healthCheckPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-path` |
| `instancePort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-port` |
| `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` |
| `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` |
| `sessionStickinessEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:session-stickiness-enabled` |
| `sessionStickinessLbCookieDurationSeconds` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-stickiness-lb-cookie-duration-seconds` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tlsPolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-policy-name` |
sourceraw docstring

build-cfn-load-balancer-props-builderclj

(build-cfn-load-balancer-props-builder builder id config)

The build-cfn-load-balancer-props-builder function updates a CfnLoadBalancerProps$Builder instance using the provided configuration. The function takes the CfnLoadBalancerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
attachedInstancesjava.util.Listcdk.support/lookup-entry:attached-instances
healthCheckPathjava.lang.Stringcdk.support/lookup-entry:health-check-path
instancePortjava.lang.Numbercdk.support/lookup-entry:instance-port
ipAddressTypejava.lang.Stringcdk.support/lookup-entry:ip-address-type
loadBalancerNamejava.lang.Stringcdk.support/lookup-entry:load-balancer-name
sessionStickinessEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:session-stickiness-enabled
sessionStickinessLbCookieDurationSecondsjava.lang.Stringcdk.support/lookup-entry:session-stickiness-lb-cookie-duration-seconds
tagsjava.util.Listcdk.support/lookup-entry:tags
tlsPolicyNamejava.lang.Stringcdk.support/lookup-entry:tls-policy-name
The build-cfn-load-balancer-props-builder function updates a CfnLoadBalancerProps$Builder instance using the provided configuration.
  The function takes the CfnLoadBalancerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `attachedInstances` | java.util.List | [[cdk.support/lookup-entry]] | `:attached-instances` |
| `healthCheckPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-path` |
| `instancePort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:instance-port` |
| `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` |
| `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` |
| `sessionStickinessEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:session-stickiness-enabled` |
| `sessionStickinessLbCookieDurationSeconds` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-stickiness-lb-cookie-duration-seconds` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tlsPolicyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-policy-name` |
sourceraw docstring

build-cfn-load-balancer-tls-certificate-builderclj

(build-cfn-load-balancer-tls-certificate-builder builder id config)

The build-cfn-load-balancer-tls-certificate-builder function updates a CfnLoadBalancerTlsCertificate$Builder instance using the provided configuration. The function takes the CfnLoadBalancerTlsCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
certificateAlternativeNamesjava.util.Listcdk.support/lookup-entry:certificate-alternative-names
certificateDomainNamejava.lang.Stringcdk.support/lookup-entry:certificate-domain-name
certificateNamejava.lang.Stringcdk.support/lookup-entry:certificate-name
httpsRedirectionEnabledjava.lang.Booleancdk.support/lookup-entry:https-redirection-enabled
isAttachedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-attached
loadBalancerNamejava.lang.Stringcdk.support/lookup-entry:load-balancer-name
The build-cfn-load-balancer-tls-certificate-builder function updates a CfnLoadBalancerTlsCertificate$Builder instance using the provided configuration.
  The function takes the CfnLoadBalancerTlsCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `certificateAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:certificate-alternative-names` |
| `certificateDomainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-domain-name` |
| `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` |
| `httpsRedirectionEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:https-redirection-enabled` |
| `isAttached` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-attached` |
| `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` |
sourceraw docstring

build-cfn-load-balancer-tls-certificate-props-builderclj

(build-cfn-load-balancer-tls-certificate-props-builder builder id config)

The build-cfn-load-balancer-tls-certificate-props-builder function updates a CfnLoadBalancerTlsCertificateProps$Builder instance using the provided configuration. The function takes the CfnLoadBalancerTlsCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
certificateAlternativeNamesjava.util.Listcdk.support/lookup-entry:certificate-alternative-names
certificateDomainNamejava.lang.Stringcdk.support/lookup-entry:certificate-domain-name
certificateNamejava.lang.Stringcdk.support/lookup-entry:certificate-name
httpsRedirectionEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:https-redirection-enabled
isAttachedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-attached
loadBalancerNamejava.lang.Stringcdk.support/lookup-entry:load-balancer-name
The build-cfn-load-balancer-tls-certificate-props-builder function updates a CfnLoadBalancerTlsCertificateProps$Builder instance using the provided configuration.
  The function takes the CfnLoadBalancerTlsCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `certificateAlternativeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:certificate-alternative-names` |
| `certificateDomainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-domain-name` |
| `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` |
| `httpsRedirectionEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:https-redirection-enabled` |
| `isAttached` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-attached` |
| `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` |
sourceraw docstring

build-cfn-static-ip-builderclj

(build-cfn-static-ip-builder builder id config)

The build-cfn-static-ip-builder function updates a CfnStaticIp$Builder instance using the provided configuration. The function takes the CfnStaticIp$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
attachedTojava.lang.Stringcdk.support/lookup-entry:attached-to
staticIpNamejava.lang.Stringcdk.support/lookup-entry:static-ip-name
The build-cfn-static-ip-builder function updates a CfnStaticIp$Builder instance using the provided configuration.
  The function takes the CfnStaticIp$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `attachedTo` | java.lang.String | [[cdk.support/lookup-entry]] | `:attached-to` |
| `staticIpName` | java.lang.String | [[cdk.support/lookup-entry]] | `:static-ip-name` |
sourceraw docstring

build-cfn-static-ip-props-builderclj

(build-cfn-static-ip-props-builder builder id config)

The build-cfn-static-ip-props-builder function updates a CfnStaticIpProps$Builder instance using the provided configuration. The function takes the CfnStaticIpProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
attachedTojava.lang.Stringcdk.support/lookup-entry:attached-to
staticIpNamejava.lang.Stringcdk.support/lookup-entry:static-ip-name
The build-cfn-static-ip-props-builder function updates a CfnStaticIpProps$Builder instance using the provided configuration.
  The function takes the CfnStaticIpProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `attachedTo` | java.lang.String | [[cdk.support/lookup-entry]] | `:attached-to` |
| `staticIpName` | java.lang.String | [[cdk.support/lookup-entry]] | `:static-ip-name` |
sourceraw docstring

cfn-alarm-builderclj

(cfn-alarm-builder scope id config)

Creates a CfnAlarm$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  `CfnAlarm$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-alarm-props-builderclj

(cfn-alarm-props-builder id config)

Creates a CfnAlarmProps$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  `CfnAlarmProps$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-bucket-access-rules-property-builderclj

(cfn-bucket-access-rules-property-builder id config)

Creates a CfnBucket$AccessRulesProperty$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  `CfnBucket$AccessRulesProperty$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-bucket-builderclj

(cfn-bucket-builder scope id config)

Creates a CfnBucket$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  `CfnBucket$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-bucket-props-builderclj

(cfn-bucket-props-builder id config)

Creates a CfnBucketProps$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  `CfnBucketProps$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-certificate-builderclj

(cfn-certificate-builder scope id config)

Creates a CfnCertificate$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  `CfnCertificate$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-certificate-props-builderclj

(cfn-certificate-props-builder id config)

Creates a CfnCertificateProps$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  `CfnCertificateProps$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-container-builderclj

(cfn-container-builder scope id config)

Creates a CfnContainer$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  `CfnContainer$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-container-container-property-builderclj

(cfn-container-container-property-builder id config)

Creates a CfnContainer$ContainerProperty$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  `CfnContainer$ContainerProperty$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-container-container-service-deployment-property-builderclj

(cfn-container-container-service-deployment-property-builder id config)

Creates a CfnContainer$ContainerServiceDeploymentProperty$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  `CfnContainer$ContainerServiceDeploymentProperty$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-container-ecr-image-puller-role-property-builderclj

(cfn-container-ecr-image-puller-role-property-builder id config)

Creates a CfnContainer$EcrImagePullerRoleProperty$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  `CfnContainer$EcrImagePullerRoleProperty$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-container-environment-variable-property-builderclj

(cfn-container-environment-variable-property-builder id config)

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

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

Creates a CfnContainer$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  `CfnContainer$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-container-port-info-property-builderclj

(cfn-container-port-info-property-builder id config)

Creates a CfnContainer$PortInfoProperty$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  `CfnContainer$PortInfoProperty$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-container-private-registry-access-property-builderclj

(cfn-container-private-registry-access-property-builder id config)

Creates a CfnContainer$PrivateRegistryAccessProperty$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  `CfnContainer$PrivateRegistryAccessProperty$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-container-props-builderclj

(cfn-container-props-builder id config)

Creates a CfnContainerProps$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  `CfnContainerProps$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-container-public-domain-name-property-builderclj

(cfn-container-public-domain-name-property-builder id config)

Creates a CfnContainer$PublicDomainNameProperty$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  `CfnContainer$PublicDomainNameProperty$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-container-public-endpoint-property-builderclj

(cfn-container-public-endpoint-property-builder id config)

Creates a CfnContainer$PublicEndpointProperty$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  `CfnContainer$PublicEndpointProperty$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-database-builderclj

(cfn-database-builder scope id config)

Creates a CfnDatabase$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  `CfnDatabase$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-database-props-builderclj

(cfn-database-props-builder id config)

Creates a CfnDatabaseProps$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  `CfnDatabaseProps$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-database-relational-database-parameter-property-builderclj

(cfn-database-relational-database-parameter-property-builder id config)

Creates a CfnDatabase$RelationalDatabaseParameterProperty$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  `CfnDatabase$RelationalDatabaseParameterProperty$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-disk-add-on-property-builderclj

(cfn-disk-add-on-property-builder id config)

Creates a CfnDisk$AddOnProperty$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  `CfnDisk$AddOnProperty$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-disk-auto-snapshot-add-on-property-builderclj

(cfn-disk-auto-snapshot-add-on-property-builder id config)

Creates a CfnDisk$AutoSnapshotAddOnProperty$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  `CfnDisk$AutoSnapshotAddOnProperty$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-disk-builderclj

(cfn-disk-builder scope id config)

Creates a CfnDisk$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  `CfnDisk$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-disk-location-property-builderclj

(cfn-disk-location-property-builder id config)

Creates a CfnDisk$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  `CfnDisk$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-disk-props-builderclj

(cfn-disk-props-builder id config)

Creates a CfnDiskProps$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  `CfnDiskProps$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-distribution-builderclj

(cfn-distribution-builder scope id config)

Creates a CfnDistribution$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  `CfnDistribution$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-distribution-cache-behavior-per-path-property-builderclj

(cfn-distribution-cache-behavior-per-path-property-builder id config)

Creates a CfnDistribution$CacheBehaviorPerPathProperty$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  `CfnDistribution$CacheBehaviorPerPathProperty$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-distribution-cache-behavior-property-builderclj

(cfn-distribution-cache-behavior-property-builder id config)

Creates a CfnDistribution$CacheBehaviorProperty$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  `CfnDistribution$CacheBehaviorProperty$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-distribution-cache-settings-property-builderclj

(cfn-distribution-cache-settings-property-builder id config)

Creates a CfnDistribution$CacheSettingsProperty$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  `CfnDistribution$CacheSettingsProperty$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-distribution-cookie-object-property-builder id config)

Creates a CfnDistribution$CookieObjectProperty$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  `CfnDistribution$CookieObjectProperty$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-distribution-header-object-property-builderclj

(cfn-distribution-header-object-property-builder id config)

Creates a CfnDistribution$HeaderObjectProperty$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  `CfnDistribution$HeaderObjectProperty$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-distribution-input-origin-property-builderclj

(cfn-distribution-input-origin-property-builder id config)

Creates a CfnDistribution$InputOriginProperty$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  `CfnDistribution$InputOriginProperty$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-distribution-props-builderclj

(cfn-distribution-props-builder id config)

Creates a CfnDistributionProps$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  `CfnDistributionProps$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-distribution-query-string-object-property-builderclj

(cfn-distribution-query-string-object-property-builder id config)

Creates a CfnDistribution$QueryStringObjectProperty$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  `CfnDistribution$QueryStringObjectProperty$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-instance-add-on-property-builderclj

(cfn-instance-add-on-property-builder id config)

Creates a CfnInstance$AddOnProperty$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  `CfnInstance$AddOnProperty$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-instance-auto-snapshot-add-on-property-builderclj

(cfn-instance-auto-snapshot-add-on-property-builder id config)

Creates a CfnInstance$AutoSnapshotAddOnProperty$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  `CfnInstance$AutoSnapshotAddOnProperty$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-instance-builderclj

(cfn-instance-builder scope id config)

Creates a CfnInstance$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  `CfnInstance$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-instance-disk-property-builderclj

(cfn-instance-disk-property-builder id config)

Creates a CfnInstance$DiskProperty$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  `CfnInstance$DiskProperty$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-instance-hardware-property-builderclj

(cfn-instance-hardware-property-builder id config)

Creates a CfnInstance$HardwareProperty$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  `CfnInstance$HardwareProperty$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-instance-location-property-builderclj

(cfn-instance-location-property-builder id config)

Creates a CfnInstance$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  `CfnInstance$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-instance-monthly-transfer-property-builderclj

(cfn-instance-monthly-transfer-property-builder id config)

Creates a CfnInstance$MonthlyTransferProperty$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  `CfnInstance$MonthlyTransferProperty$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-instance-networking-property-builderclj

(cfn-instance-networking-property-builder id config)

Creates a CfnInstance$NetworkingProperty$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  `CfnInstance$NetworkingProperty$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-instance-port-property-builderclj

(cfn-instance-port-property-builder id config)

Creates a CfnInstance$PortProperty$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  `CfnInstance$PortProperty$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-instance-props-builderclj

(cfn-instance-props-builder id config)

Creates a CfnInstanceProps$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  `CfnInstanceProps$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-instance-state-property-builderclj

(cfn-instance-state-property-builder id config)

Creates a CfnInstance$StateProperty$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  `CfnInstance$StateProperty$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-load-balancer-builderclj

(cfn-load-balancer-builder scope id config)

Creates a CfnLoadBalancer$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  `CfnLoadBalancer$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-load-balancer-props-builderclj

(cfn-load-balancer-props-builder id config)

Creates a CfnLoadBalancerProps$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  `CfnLoadBalancerProps$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-load-balancer-tls-certificate-builderclj

(cfn-load-balancer-tls-certificate-builder scope id config)

Creates a CfnLoadBalancerTlsCertificate$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  `CfnLoadBalancerTlsCertificate$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-load-balancer-tls-certificate-props-builderclj

(cfn-load-balancer-tls-certificate-props-builder id config)

Creates a CfnLoadBalancerTlsCertificateProps$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  `CfnLoadBalancerTlsCertificateProps$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-static-ip-builderclj

(cfn-static-ip-builder scope id config)

Creates a CfnStaticIp$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  `CfnStaticIp$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-static-ip-props-builderclj

(cfn-static-ip-props-builder id config)

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