Liking cljdoc? Tell your friends :D

cdk.api.assertions

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

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

build-match-capture-builderclj

(build-match-capture-builder builder id config)

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

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
capturesoftware.amazon.awscdk.assertions.Capturecdk.support/lookup-entry:capture
valuejava.lang.Objectcdk.support/lookup-entry:value
The build-match-capture-builder function updates a MatchCapture$Builder instance using the provided configuration.
  The function takes the MatchCapture$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `capture` | software.amazon.awscdk.assertions.Capture | [[cdk.support/lookup-entry]] | `:capture` |
| `value` | java.lang.Object | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-match-failure-builderclj

(build-match-failure-builder builder id config)

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

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
costjava.lang.Numbercdk.support/lookup-entry:cost
matchersoftware.amazon.awscdk.assertions.Matchercdk.support/lookup-entry:matcher
messagejava.lang.Stringcdk.support/lookup-entry:message
pathjava.util.Listcdk.support/lookup-entry:path
The build-match-failure-builder function updates a MatchFailure$Builder instance using the provided configuration.
  The function takes the MatchFailure$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `cost` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cost` |
| `matcher` | software.amazon.awscdk.assertions.Matcher | [[cdk.support/lookup-entry]] | `:matcher` |
| `message` | java.lang.String | [[cdk.support/lookup-entry]] | `:message` |
| `path` | java.util.List | [[cdk.support/lookup-entry]] | `:path` |
sourceraw docstring

build-template-parsing-options-builderclj

(build-template-parsing-options-builder builder id config)

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

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
skipCyclicalDependenciesCheckjava.lang.Booleancdk.support/lookup-entry:skip-cyclical-dependencies-check
The build-template-parsing-options-builder function updates a TemplateParsingOptions$Builder instance using the provided configuration.
  The function takes the TemplateParsingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `skipCyclicalDependenciesCheck` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:skip-cyclical-dependencies-check` |
sourceraw docstring

match-capture-builderclj

(match-capture-builder id config)

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

match-failure-builderclj

(match-failure-builder id config)

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

template-parsing-options-builderclj

(template-parsing-options-builder id config)

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