Liking cljdoc? Tell your friends :D

cdk.api.services.resiliencehub

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

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

build-cfn-app-builderclj

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

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

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
appAssessmentSchedulejava.lang.Stringcdk.support/lookup-entry:app-assessment-schedule
appTemplateBodyjava.lang.Stringcdk.support/lookup-entry:app-template-body
descriptionjava.lang.Stringcdk.support/lookup-entry:description
eventSubscriptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-subscriptions
namejava.lang.Stringcdk.support/lookup-entry:name
permissionModelsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:permission-model
resiliencyPolicyArnjava.lang.Stringcdk.support/lookup-entry:resiliency-policy-arn
resourceMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:resource-mappings
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-app-builder function updates a CfnApp$Builder instance using the provided configuration.
  The function takes the CfnApp$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `appAssessmentSchedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-assessment-schedule` |
| `appTemplateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-template-body` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `eventSubscriptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-subscriptions` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `permissionModel` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:permission-model` |
| `resiliencyPolicyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resiliency-policy-arn` |
| `resourceMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:resource-mappings` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-app-event-subscription-property-builderclj

(build-cfn-app-event-subscription-property-builder builder id config)

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

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
eventTypejava.lang.Stringcdk.support/lookup-entry:event-type
namejava.lang.Stringcdk.support/lookup-entry:name
snsTopicArnjava.lang.Stringcdk.support/lookup-entry:sns-topic-arn
The build-cfn-app-event-subscription-property-builder function updates a CfnApp$EventSubscriptionProperty$Builder instance using the provided configuration.
  The function takes the CfnApp$EventSubscriptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `eventType` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-type` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `snsTopicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sns-topic-arn` |
sourceraw docstring

build-cfn-app-permission-model-property-builderclj

(build-cfn-app-permission-model-property-builder builder id config)

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

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
crossAccountRoleArnsjava.util.Listcdk.support/lookup-entry:cross-account-role-arns
invokerRoleNamejava.lang.Stringcdk.support/lookup-entry:invoker-role-name
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-app-permission-model-property-builder function updates a CfnApp$PermissionModelProperty$Builder instance using the provided configuration.
  The function takes the CfnApp$PermissionModelProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `crossAccountRoleArns` | java.util.List | [[cdk.support/lookup-entry]] | `:cross-account-role-arns` |
| `invokerRoleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:invoker-role-name` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-app-physical-resource-id-property-builderclj

(build-cfn-app-physical-resource-id-property-builder builder id config)

The build-cfn-app-physical-resource-id-property-builder function updates a CfnApp$PhysicalResourceIdProperty$Builder instance using the provided configuration. The function takes the CfnApp$PhysicalResourceIdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
awsAccountIdjava.lang.Stringcdk.support/lookup-entry:aws-account-id
awsRegionjava.lang.Stringcdk.support/lookup-entry:aws-region
identifierjava.lang.Stringcdk.support/lookup-entry:identifier
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-app-physical-resource-id-property-builder function updates a CfnApp$PhysicalResourceIdProperty$Builder instance using the provided configuration.
  The function takes the CfnApp$PhysicalResourceIdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `awsAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-account-id` |
| `awsRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-region` |
| `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-app-props-builderclj

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

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

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
appAssessmentSchedulejava.lang.Stringcdk.support/lookup-entry:app-assessment-schedule
appTemplateBodyjava.lang.Stringcdk.support/lookup-entry:app-template-body
descriptionjava.lang.Stringcdk.support/lookup-entry:description
eventSubscriptionsjava.util.Listcdk.support/lookup-entry:event-subscriptions
namejava.lang.Stringcdk.support/lookup-entry:name
permissionModelsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:permission-model
resiliencyPolicyArnjava.lang.Stringcdk.support/lookup-entry:resiliency-policy-arn
resourceMappingsjava.util.Listcdk.support/lookup-entry:resource-mappings
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-app-props-builder function updates a CfnAppProps$Builder instance using the provided configuration.
  The function takes the CfnAppProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `appAssessmentSchedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-assessment-schedule` |
| `appTemplateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-template-body` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `eventSubscriptions` | java.util.List | [[cdk.support/lookup-entry]] | `:event-subscriptions` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `permissionModel` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:permission-model` |
| `resiliencyPolicyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:resiliency-policy-arn` |
| `resourceMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:resource-mappings` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-app-resource-mapping-property-builderclj

(build-cfn-app-resource-mapping-property-builder builder id config)

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

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
eksSourceNamejava.lang.Stringcdk.support/lookup-entry:eks-source-name
logicalStackNamejava.lang.Stringcdk.support/lookup-entry:logical-stack-name
mappingTypejava.lang.Stringcdk.support/lookup-entry:mapping-type
physicalResourceIdsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:physical-resource-id
resourceNamejava.lang.Stringcdk.support/lookup-entry:resource-name
terraformSourceNamejava.lang.Stringcdk.support/lookup-entry:terraform-source-name
The build-cfn-app-resource-mapping-property-builder function updates a CfnApp$ResourceMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnApp$ResourceMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `eksSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:eks-source-name` |
| `logicalStackName` | java.lang.String | [[cdk.support/lookup-entry]] | `:logical-stack-name` |
| `mappingType` | java.lang.String | [[cdk.support/lookup-entry]] | `:mapping-type` |
| `physicalResourceId` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:physical-resource-id` |
| `resourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-name` |
| `terraformSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:terraform-source-name` |
sourceraw docstring

build-cfn-resiliency-policy-builderclj

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

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

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
dataLocationConstraintjava.lang.Stringcdk.support/lookup-entry:data-location-constraint
policysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:policy
policyDescriptionjava.lang.Stringcdk.support/lookup-entry:policy-description
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
tierjava.lang.Stringcdk.support/lookup-entry:tier
The build-cfn-resiliency-policy-builder function updates a CfnResiliencyPolicy$Builder instance using the provided configuration.
  The function takes the CfnResiliencyPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `dataLocationConstraint` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-location-constraint` |
| `policy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:policy` |
| `policyDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-description` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `tier` | java.lang.String | [[cdk.support/lookup-entry]] | `:tier` |
sourceraw docstring

build-cfn-resiliency-policy-failure-policy-property-builderclj

(build-cfn-resiliency-policy-failure-policy-property-builder builder id config)

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

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
rpoInSecsjava.lang.Numbercdk.support/lookup-entry:rpo-in-secs
rtoInSecsjava.lang.Numbercdk.support/lookup-entry:rto-in-secs
The build-cfn-resiliency-policy-failure-policy-property-builder function updates a CfnResiliencyPolicy$FailurePolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnResiliencyPolicy$FailurePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `rpoInSecs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rpo-in-secs` |
| `rtoInSecs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rto-in-secs` |
sourceraw docstring

build-cfn-resiliency-policy-props-builderclj

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

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

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
dataLocationConstraintjava.lang.Stringcdk.support/lookup-entry:data-location-constraint
policyjava.util.Mapcdk.support/lookup-entry:policy
policyDescriptionjava.lang.Stringcdk.support/lookup-entry:policy-description
policyNamejava.lang.Stringcdk.support/lookup-entry:policy-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
tierjava.lang.Stringcdk.support/lookup-entry:tier
The build-cfn-resiliency-policy-props-builder function updates a CfnResiliencyPolicyProps$Builder instance using the provided configuration.
  The function takes the CfnResiliencyPolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `dataLocationConstraint` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-location-constraint` |
| `policy` | java.util.Map | [[cdk.support/lookup-entry]] | `:policy` |
| `policyDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-description` |
| `policyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `tier` | java.lang.String | [[cdk.support/lookup-entry]] | `:tier` |
sourceraw docstring

cfn-app-builderclj

(cfn-app-builder scope id config)

Creates a CfnApp$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  `CfnApp$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-app-event-subscription-property-builderclj

(cfn-app-event-subscription-property-builder id config)

Creates a CfnApp$EventSubscriptionProperty$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  `CfnApp$EventSubscriptionProperty$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-app-permission-model-property-builderclj

(cfn-app-permission-model-property-builder id config)

Creates a CfnApp$PermissionModelProperty$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  `CfnApp$PermissionModelProperty$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-app-physical-resource-id-property-builderclj

(cfn-app-physical-resource-id-property-builder id config)

Creates a CfnApp$PhysicalResourceIdProperty$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  `CfnApp$PhysicalResourceIdProperty$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-app-props-builderclj

(cfn-app-props-builder id config)

Creates a CfnAppProps$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  `CfnAppProps$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-app-resource-mapping-property-builderclj

(cfn-app-resource-mapping-property-builder id config)

Creates a CfnApp$ResourceMappingProperty$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  `CfnApp$ResourceMappingProperty$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-resiliency-policy-builderclj

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

Creates a CfnResiliencyPolicy$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  `CfnResiliencyPolicy$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-resiliency-policy-failure-policy-property-builderclj

(cfn-resiliency-policy-failure-policy-property-builder id config)

Creates a CfnResiliencyPolicy$FailurePolicyProperty$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  `CfnResiliencyPolicy$FailurePolicyProperty$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-resiliency-policy-props-builderclj

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

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