Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.iotfleetwise

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

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

build-cfn-campaign-builderclj

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

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

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
actionjava.lang.Stringcdk.support/lookup-entry:action
collectionSchemesoftware.amazon.awscdk.services.iotfleetwise.CfnCampaign$CollectionSchemePropertycdk.support/lookup-entry:collection-scheme
compressionjava.lang.Stringcdk.support/lookup-entry:compression
dataDestinationConfigssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-destination-configs
dataExtraDimensionsjava.util.Listcdk.support/lookup-entry:data-extra-dimensions
descriptionjava.lang.Stringcdk.support/lookup-entry:description
diagnosticsModejava.lang.Stringcdk.support/lookup-entry:diagnostics-mode
expiryTimejava.lang.Stringcdk.support/lookup-entry:expiry-time
namejava.lang.Stringcdk.support/lookup-entry:name
postTriggerCollectionDurationjava.lang.Numbercdk.support/lookup-entry:post-trigger-collection-duration
priorityjava.lang.Numbercdk.support/lookup-entry:priority
signalCatalogArnjava.lang.Stringcdk.support/lookup-entry:signal-catalog-arn
signalsToCollectjava.util.Listcdk.support/lookup-entry:signals-to-collect
spoolingModejava.lang.Stringcdk.support/lookup-entry:spooling-mode
startTimejava.lang.Stringcdk.support/lookup-entry:start-time
tagsjava.util.Listcdk.support/lookup-entry:tags
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
The build-cfn-campaign-builder function updates a CfnCampaign$Builder instance using the provided configuration.
  The function takes the CfnCampaign$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `collectionScheme` | software.amazon.awscdk.services.iotfleetwise.CfnCampaign$CollectionSchemeProperty | [[cdk.support/lookup-entry]] | `:collection-scheme` |
| `compression` | java.lang.String | [[cdk.support/lookup-entry]] | `:compression` |
| `dataDestinationConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-destination-configs` |
| `dataExtraDimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:data-extra-dimensions` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `diagnosticsMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:diagnostics-mode` |
| `expiryTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:expiry-time` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `postTriggerCollectionDuration` | java.lang.Number | [[cdk.support/lookup-entry]] | `:post-trigger-collection-duration` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `signalCatalogArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:signal-catalog-arn` |
| `signalsToCollect` | java.util.List | [[cdk.support/lookup-entry]] | `:signals-to-collect` |
| `spoolingMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:spooling-mode` |
| `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
sourceraw docstring

build-cfn-campaign-collection-scheme-property-builderclj

(build-cfn-campaign-collection-scheme-property-builder builder id config)

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

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
conditionBasedCollectionSchemesoftware.amazon.awscdk.services.iotfleetwise.CfnCampaign$ConditionBasedCollectionSchemePropertycdk.support/lookup-entry:condition-based-collection-scheme
timeBasedCollectionSchemesoftware.amazon.awscdk.services.iotfleetwise.CfnCampaign$TimeBasedCollectionSchemePropertycdk.support/lookup-entry:time-based-collection-scheme
The build-cfn-campaign-collection-scheme-property-builder function updates a CfnCampaign$CollectionSchemeProperty$Builder instance using the provided configuration.
  The function takes the CfnCampaign$CollectionSchemeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `conditionBasedCollectionScheme` | software.amazon.awscdk.services.iotfleetwise.CfnCampaign$ConditionBasedCollectionSchemeProperty | [[cdk.support/lookup-entry]] | `:condition-based-collection-scheme` |
| `timeBasedCollectionScheme` | software.amazon.awscdk.services.iotfleetwise.CfnCampaign$TimeBasedCollectionSchemeProperty | [[cdk.support/lookup-entry]] | `:time-based-collection-scheme` |
sourceraw docstring

build-cfn-campaign-condition-based-collection-scheme-property-builderclj

(build-cfn-campaign-condition-based-collection-scheme-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-campaign-condition-based-collection-scheme-property-builder function updates a CfnCampaign$ConditionBasedCollectionSchemeProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$ConditionBasedCollectionSchemeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
conditionLanguageVersionjava.lang.Numbercdk.support/lookup-entry:condition-language-version
expressionjava.lang.Stringcdk.support/lookup-entry:expression
minimumTriggerIntervalMsjava.lang.Numbercdk.support/lookup-entry:minimum-trigger-interval-ms
triggerModejava.lang.Stringcdk.support/lookup-entry:trigger-mode
The build-cfn-campaign-condition-based-collection-scheme-property-builder function updates a CfnCampaign$ConditionBasedCollectionSchemeProperty$Builder instance using the provided configuration.
  The function takes the CfnCampaign$ConditionBasedCollectionSchemeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `conditionLanguageVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:condition-language-version` |
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `minimumTriggerIntervalMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-trigger-interval-ms` |
| `triggerMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:trigger-mode` |
sourceraw docstring

build-cfn-campaign-data-destination-config-property-builderclj

(build-cfn-campaign-data-destination-config-property-builder builder id config)

The build-cfn-campaign-data-destination-config-property-builder function updates a CfnCampaign$DataDestinationConfigProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$DataDestinationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
s3Configsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-config
timestreamConfigsoftware.amazon.awscdk.services.iotfleetwise.CfnCampaign$TimestreamConfigPropertycdk.support/lookup-entry:timestream-config
The build-cfn-campaign-data-destination-config-property-builder function updates a CfnCampaign$DataDestinationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCampaign$DataDestinationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `s3Config` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-config` |
| `timestreamConfig` | software.amazon.awscdk.services.iotfleetwise.CfnCampaign$TimestreamConfigProperty | [[cdk.support/lookup-entry]] | `:timestream-config` |
sourceraw docstring

build-cfn-campaign-props-builderclj

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

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

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
actionjava.lang.Stringcdk.support/lookup-entry:action
collectionSchemesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:collection-scheme
compressionjava.lang.Stringcdk.support/lookup-entry:compression
dataDestinationConfigssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-destination-configs
dataExtraDimensionsjava.util.Listcdk.support/lookup-entry:data-extra-dimensions
descriptionjava.lang.Stringcdk.support/lookup-entry:description
diagnosticsModejava.lang.Stringcdk.support/lookup-entry:diagnostics-mode
expiryTimejava.lang.Stringcdk.support/lookup-entry:expiry-time
namejava.lang.Stringcdk.support/lookup-entry:name
postTriggerCollectionDurationjava.lang.Numbercdk.support/lookup-entry:post-trigger-collection-duration
priorityjava.lang.Numbercdk.support/lookup-entry:priority
signalCatalogArnjava.lang.Stringcdk.support/lookup-entry:signal-catalog-arn
signalsToCollectjava.util.Listcdk.support/lookup-entry:signals-to-collect
spoolingModejava.lang.Stringcdk.support/lookup-entry:spooling-mode
startTimejava.lang.Stringcdk.support/lookup-entry:start-time
tagsjava.util.Listcdk.support/lookup-entry:tags
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
The build-cfn-campaign-props-builder function updates a CfnCampaignProps$Builder instance using the provided configuration.
  The function takes the CfnCampaignProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `collectionScheme` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:collection-scheme` |
| `compression` | java.lang.String | [[cdk.support/lookup-entry]] | `:compression` |
| `dataDestinationConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-destination-configs` |
| `dataExtraDimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:data-extra-dimensions` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `diagnosticsMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:diagnostics-mode` |
| `expiryTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:expiry-time` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `postTriggerCollectionDuration` | java.lang.Number | [[cdk.support/lookup-entry]] | `:post-trigger-collection-duration` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `signalCatalogArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:signal-catalog-arn` |
| `signalsToCollect` | java.util.List | [[cdk.support/lookup-entry]] | `:signals-to-collect` |
| `spoolingMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:spooling-mode` |
| `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
sourceraw docstring

build-cfn-campaign-s3-config-property-builderclj

(build-cfn-campaign-s3-config-property-builder builder id config)

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

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
bucketArnjava.lang.Stringcdk.support/lookup-entry:bucket-arn
dataFormatjava.lang.Stringcdk.support/lookup-entry:data-format
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
storageCompressionFormatjava.lang.Stringcdk.support/lookup-entry:storage-compression-format
The build-cfn-campaign-s3-config-property-builder function updates a CfnCampaign$S3ConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCampaign$S3ConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `bucketArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-arn` |
| `dataFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-format` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
| `storageCompressionFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-compression-format` |
sourceraw docstring

build-cfn-campaign-signal-information-property-builderclj

(build-cfn-campaign-signal-information-property-builder builder id config)

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

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
maxSampleCountjava.lang.Numbercdk.support/lookup-entry:max-sample-count
minimumSamplingIntervalMsjava.lang.Numbercdk.support/lookup-entry:minimum-sampling-interval-ms
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-campaign-signal-information-property-builder function updates a CfnCampaign$SignalInformationProperty$Builder instance using the provided configuration.
  The function takes the CfnCampaign$SignalInformationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `maxSampleCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-sample-count` |
| `minimumSamplingIntervalMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-sampling-interval-ms` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-campaign-time-based-collection-scheme-property-builderclj

(build-cfn-campaign-time-based-collection-scheme-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-campaign-time-based-collection-scheme-property-builder function updates a CfnCampaign$TimeBasedCollectionSchemeProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$TimeBasedCollectionSchemeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
periodMsjava.lang.Numbercdk.support/lookup-entry:period-ms
The build-cfn-campaign-time-based-collection-scheme-property-builder function updates a CfnCampaign$TimeBasedCollectionSchemeProperty$Builder instance using the provided configuration.
  The function takes the CfnCampaign$TimeBasedCollectionSchemeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `periodMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period-ms` |
sourceraw docstring

build-cfn-campaign-timestream-config-property-builderclj

(build-cfn-campaign-timestream-config-property-builder builder id config)

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

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
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
timestreamTableArnjava.lang.Stringcdk.support/lookup-entry:timestream-table-arn
The build-cfn-campaign-timestream-config-property-builder function updates a CfnCampaign$TimestreamConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCampaign$TimestreamConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `timestreamTableArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:timestream-table-arn` |
sourceraw docstring

build-cfn-decoder-manifest-builderclj

(build-cfn-decoder-manifest-builder builder id config)

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
modelManifestArnjava.lang.Stringcdk.support/lookup-entry:model-manifest-arn
namejava.lang.Stringcdk.support/lookup-entry:name
networkInterfacesjava.util.Listcdk.support/lookup-entry:network-interfaces
signalDecoderssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:signal-decoders
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-decoder-manifest-builder function updates a CfnDecoderManifest$Builder instance using the provided configuration.
  The function takes the CfnDecoderManifest$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `modelManifestArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-manifest-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `networkInterfaces` | java.util.List | [[cdk.support/lookup-entry]] | `:network-interfaces` |
| `signalDecoders` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:signal-decoders` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-decoder-manifest-can-interface-property-builderclj

(build-cfn-decoder-manifest-can-interface-property-builder builder id config)

The build-cfn-decoder-manifest-can-interface-property-builder function updates a CfnDecoderManifest$CanInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$CanInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
protocolNamejava.lang.Stringcdk.support/lookup-entry:protocol-name
protocolVersionjava.lang.Stringcdk.support/lookup-entry:protocol-version
The build-cfn-decoder-manifest-can-interface-property-builder function updates a CfnDecoderManifest$CanInterfaceProperty$Builder instance using the provided configuration.
  The function takes the CfnDecoderManifest$CanInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-decoder-manifest-can-network-interface-property-builderclj

(build-cfn-decoder-manifest-can-network-interface-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-decoder-manifest-can-network-interface-property-builder function updates a CfnDecoderManifest$CanNetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$CanNetworkInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
canInterfacesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:can-interface
interfaceIdjava.lang.Stringcdk.support/lookup-entry:interface-id
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-decoder-manifest-can-network-interface-property-builder function updates a CfnDecoderManifest$CanNetworkInterfaceProperty$Builder instance using the provided configuration.
  The function takes the CfnDecoderManifest$CanNetworkInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `canInterface` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:can-interface` |
| `interfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-id` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-decoder-manifest-can-signal-decoder-property-builderclj

(build-cfn-decoder-manifest-can-signal-decoder-property-builder builder
                                                                id
                                                                config)

The build-cfn-decoder-manifest-can-signal-decoder-property-builder function updates a CfnDecoderManifest$CanSignalDecoderProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$CanSignalDecoderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
canSignalsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:can-signal
fullyQualifiedNamejava.lang.Stringcdk.support/lookup-entry:fully-qualified-name
interfaceIdjava.lang.Stringcdk.support/lookup-entry:interface-id
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-decoder-manifest-can-signal-decoder-property-builder function updates a CfnDecoderManifest$CanSignalDecoderProperty$Builder instance using the provided configuration.
  The function takes the CfnDecoderManifest$CanSignalDecoderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `canSignal` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:can-signal` |
| `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` |
| `interfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-id` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-decoder-manifest-can-signal-property-builderclj

(build-cfn-decoder-manifest-can-signal-property-builder builder id config)

The build-cfn-decoder-manifest-can-signal-property-builder function updates a CfnDecoderManifest$CanSignalProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$CanSignalProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
factorjava.lang.Stringcdk.support/lookup-entry:factor
isBigEndianjava.lang.Stringcdk.support/lookup-entry:is-big-endian
isSignedjava.lang.Stringcdk.support/lookup-entry:is-signed
lengthjava.lang.Stringcdk.support/lookup-entry:length
messageIdjava.lang.Stringcdk.support/lookup-entry:message-id
namejava.lang.Stringcdk.support/lookup-entry:name
offsetjava.lang.Stringcdk.support/lookup-entry:offset
startBitjava.lang.Stringcdk.support/lookup-entry:start-bit
The build-cfn-decoder-manifest-can-signal-property-builder function updates a CfnDecoderManifest$CanSignalProperty$Builder instance using the provided configuration.
  The function takes the CfnDecoderManifest$CanSignalProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `factor` | java.lang.String | [[cdk.support/lookup-entry]] | `:factor` |
| `isBigEndian` | java.lang.String | [[cdk.support/lookup-entry]] | `:is-big-endian` |
| `isSigned` | java.lang.String | [[cdk.support/lookup-entry]] | `:is-signed` |
| `length` | java.lang.String | [[cdk.support/lookup-entry]] | `:length` |
| `messageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `offset` | java.lang.String | [[cdk.support/lookup-entry]] | `:offset` |
| `startBit` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-bit` |
sourceraw docstring

build-cfn-decoder-manifest-network-interfaces-items-property-builderclj

(build-cfn-decoder-manifest-network-interfaces-items-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-decoder-manifest-network-interfaces-items-property-builder function updates a CfnDecoderManifest$NetworkInterfacesItemsProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$NetworkInterfacesItemsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
canInterfacesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:can-interface
interfaceIdjava.lang.Stringcdk.support/lookup-entry:interface-id
obdInterfacesoftware.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdInterfacePropertycdk.support/lookup-entry:obd-interface
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-decoder-manifest-network-interfaces-items-property-builder function updates a CfnDecoderManifest$NetworkInterfacesItemsProperty$Builder instance using the provided configuration.
  The function takes the CfnDecoderManifest$NetworkInterfacesItemsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `canInterface` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:can-interface` |
| `interfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-id` |
| `obdInterface` | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdInterfaceProperty | [[cdk.support/lookup-entry]] | `:obd-interface` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-decoder-manifest-obd-interface-property-builderclj

(build-cfn-decoder-manifest-obd-interface-property-builder builder id config)

The build-cfn-decoder-manifest-obd-interface-property-builder function updates a CfnDecoderManifest$ObdInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$ObdInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
dtcRequestIntervalSecondsjava.lang.Stringcdk.support/lookup-entry:dtc-request-interval-seconds
hasTransmissionEcujava.lang.Stringcdk.support/lookup-entry:has-transmission-ecu
namejava.lang.Stringcdk.support/lookup-entry:name
obdStandardjava.lang.Stringcdk.support/lookup-entry:obd-standard
pidRequestIntervalSecondsjava.lang.Stringcdk.support/lookup-entry:pid-request-interval-seconds
requestMessageIdjava.lang.Stringcdk.support/lookup-entry:request-message-id
useExtendedIdsjava.lang.Stringcdk.support/lookup-entry:use-extended-ids
The build-cfn-decoder-manifest-obd-interface-property-builder function updates a CfnDecoderManifest$ObdInterfaceProperty$Builder instance using the provided configuration.
  The function takes the CfnDecoderManifest$ObdInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `dtcRequestIntervalSeconds` | java.lang.String | [[cdk.support/lookup-entry]] | `:dtc-request-interval-seconds` |
| `hasTransmissionEcu` | java.lang.String | [[cdk.support/lookup-entry]] | `:has-transmission-ecu` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `obdStandard` | java.lang.String | [[cdk.support/lookup-entry]] | `:obd-standard` |
| `pidRequestIntervalSeconds` | java.lang.String | [[cdk.support/lookup-entry]] | `:pid-request-interval-seconds` |
| `requestMessageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-message-id` |
| `useExtendedIds` | java.lang.String | [[cdk.support/lookup-entry]] | `:use-extended-ids` |
sourceraw docstring

build-cfn-decoder-manifest-obd-network-interface-property-builderclj

(build-cfn-decoder-manifest-obd-network-interface-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-decoder-manifest-obd-network-interface-property-builder function updates a CfnDecoderManifest$ObdNetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$ObdNetworkInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
interfaceIdjava.lang.Stringcdk.support/lookup-entry:interface-id
obdInterfacesoftware.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdInterfacePropertycdk.support/lookup-entry:obd-interface
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-decoder-manifest-obd-network-interface-property-builder function updates a CfnDecoderManifest$ObdNetworkInterfaceProperty$Builder instance using the provided configuration.
  The function takes the CfnDecoderManifest$ObdNetworkInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `interfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-id` |
| `obdInterface` | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdInterfaceProperty | [[cdk.support/lookup-entry]] | `:obd-interface` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-decoder-manifest-obd-signal-decoder-property-builderclj

(build-cfn-decoder-manifest-obd-signal-decoder-property-builder builder
                                                                id
                                                                config)

The build-cfn-decoder-manifest-obd-signal-decoder-property-builder function updates a CfnDecoderManifest$ObdSignalDecoderProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$ObdSignalDecoderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
fullyQualifiedNamejava.lang.Stringcdk.support/lookup-entry:fully-qualified-name
interfaceIdjava.lang.Stringcdk.support/lookup-entry:interface-id
obdSignalsoftware.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdSignalPropertycdk.support/lookup-entry:obd-signal
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-decoder-manifest-obd-signal-decoder-property-builder function updates a CfnDecoderManifest$ObdSignalDecoderProperty$Builder instance using the provided configuration.
  The function takes the CfnDecoderManifest$ObdSignalDecoderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` |
| `interfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-id` |
| `obdSignal` | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdSignalProperty | [[cdk.support/lookup-entry]] | `:obd-signal` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-decoder-manifest-obd-signal-property-builderclj

(build-cfn-decoder-manifest-obd-signal-property-builder builder id config)

The build-cfn-decoder-manifest-obd-signal-property-builder function updates a CfnDecoderManifest$ObdSignalProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$ObdSignalProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
bitMaskLengthjava.lang.Stringcdk.support/lookup-entry:bit-mask-length
bitRightShiftjava.lang.Stringcdk.support/lookup-entry:bit-right-shift
byteLengthjava.lang.Stringcdk.support/lookup-entry:byte-length
offsetjava.lang.Stringcdk.support/lookup-entry:offset
pidjava.lang.Stringcdk.support/lookup-entry:pid
pidResponseLengthjava.lang.Stringcdk.support/lookup-entry:pid-response-length
scalingjava.lang.Stringcdk.support/lookup-entry:scaling
serviceModejava.lang.Stringcdk.support/lookup-entry:service-mode
startBytejava.lang.Stringcdk.support/lookup-entry:start-byte
The build-cfn-decoder-manifest-obd-signal-property-builder function updates a CfnDecoderManifest$ObdSignalProperty$Builder instance using the provided configuration.
  The function takes the CfnDecoderManifest$ObdSignalProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `bitMaskLength` | java.lang.String | [[cdk.support/lookup-entry]] | `:bit-mask-length` |
| `bitRightShift` | java.lang.String | [[cdk.support/lookup-entry]] | `:bit-right-shift` |
| `byteLength` | java.lang.String | [[cdk.support/lookup-entry]] | `:byte-length` |
| `offset` | java.lang.String | [[cdk.support/lookup-entry]] | `:offset` |
| `pid` | java.lang.String | [[cdk.support/lookup-entry]] | `:pid` |
| `pidResponseLength` | java.lang.String | [[cdk.support/lookup-entry]] | `:pid-response-length` |
| `scaling` | java.lang.String | [[cdk.support/lookup-entry]] | `:scaling` |
| `serviceMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-mode` |
| `startByte` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-byte` |
sourceraw docstring

build-cfn-decoder-manifest-props-builderclj

(build-cfn-decoder-manifest-props-builder builder id config)

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
modelManifestArnjava.lang.Stringcdk.support/lookup-entry:model-manifest-arn
namejava.lang.Stringcdk.support/lookup-entry:name
networkInterfacessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:network-interfaces
signalDecodersjava.util.Listcdk.support/lookup-entry:signal-decoders
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-decoder-manifest-props-builder function updates a CfnDecoderManifestProps$Builder instance using the provided configuration.
  The function takes the CfnDecoderManifestProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `modelManifestArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-manifest-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `networkInterfaces` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-interfaces` |
| `signalDecoders` | java.util.List | [[cdk.support/lookup-entry]] | `:signal-decoders` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-decoder-manifest-signal-decoders-items-property-builderclj

(build-cfn-decoder-manifest-signal-decoders-items-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-decoder-manifest-signal-decoders-items-property-builder function updates a CfnDecoderManifest$SignalDecodersItemsProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$SignalDecodersItemsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
canSignalsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:can-signal
fullyQualifiedNamejava.lang.Stringcdk.support/lookup-entry:fully-qualified-name
interfaceIdjava.lang.Stringcdk.support/lookup-entry:interface-id
obdSignalsoftware.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdSignalPropertycdk.support/lookup-entry:obd-signal
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-decoder-manifest-signal-decoders-items-property-builder function updates a CfnDecoderManifest$SignalDecodersItemsProperty$Builder instance using the provided configuration.
  The function takes the CfnDecoderManifest$SignalDecodersItemsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `canSignal` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:can-signal` |
| `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` |
| `interfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-id` |
| `obdSignal` | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdSignalProperty | [[cdk.support/lookup-entry]] | `:obd-signal` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-fleet-builderclj

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

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
idjava.lang.Stringcdk.support/lookup-entry:id
signalCatalogArnjava.lang.Stringcdk.support/lookup-entry:signal-catalog-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-fleet-builder function updates a CfnFleet$Builder instance using the provided configuration.
  The function takes the CfnFleet$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `signalCatalogArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:signal-catalog-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-fleet-props-builderclj

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

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
idjava.lang.Stringcdk.support/lookup-entry:id
signalCatalogArnjava.lang.Stringcdk.support/lookup-entry:signal-catalog-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-fleet-props-builder function updates a CfnFleetProps$Builder instance using the provided configuration.
  The function takes the CfnFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `signalCatalogArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:signal-catalog-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-model-manifest-builderclj

(build-cfn-model-manifest-builder builder id config)

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
nodesjava.util.Listcdk.support/lookup-entry:nodes
signalCatalogArnjava.lang.Stringcdk.support/lookup-entry:signal-catalog-arn
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-model-manifest-builder function updates a CfnModelManifest$Builder instance using the provided configuration.
  The function takes the CfnModelManifest$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `nodes` | java.util.List | [[cdk.support/lookup-entry]] | `:nodes` |
| `signalCatalogArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:signal-catalog-arn` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-model-manifest-props-builderclj

(build-cfn-model-manifest-props-builder builder id config)

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
nodesjava.util.Listcdk.support/lookup-entry:nodes
signalCatalogArnjava.lang.Stringcdk.support/lookup-entry:signal-catalog-arn
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-model-manifest-props-builder function updates a CfnModelManifestProps$Builder instance using the provided configuration.
  The function takes the CfnModelManifestProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `nodes` | java.util.List | [[cdk.support/lookup-entry]] | `:nodes` |
| `signalCatalogArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:signal-catalog-arn` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-signal-catalog-actuator-property-builderclj

(build-cfn-signal-catalog-actuator-property-builder builder id config)

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

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.util.Listcdk.support/lookup-entry:allowed-values
assignedValuejava.lang.Stringcdk.support/lookup-entry:assigned-value
dataTypejava.lang.Stringcdk.support/lookup-entry:data-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
fullyQualifiedNamejava.lang.Stringcdk.support/lookup-entry:fully-qualified-name
maxjava.lang.Numbercdk.support/lookup-entry:max
minjava.lang.Numbercdk.support/lookup-entry:min
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-signal-catalog-actuator-property-builder function updates a CfnSignalCatalog$ActuatorProperty$Builder instance using the provided configuration.
  The function takes the CfnSignalCatalog$ActuatorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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.util.List | [[cdk.support/lookup-entry]] | `:allowed-values` |
| `assignedValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:assigned-value` |
| `dataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` |
| `max` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max` |
| `min` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-signal-catalog-attribute-property-builderclj

(build-cfn-signal-catalog-attribute-property-builder builder id config)

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

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.util.Listcdk.support/lookup-entry:allowed-values
assignedValuejava.lang.Stringcdk.support/lookup-entry:assigned-value
dataTypejava.lang.Stringcdk.support/lookup-entry:data-type
defaultValuejava.lang.Stringcdk.support/lookup-entry:default-value
descriptionjava.lang.Stringcdk.support/lookup-entry:description
fullyQualifiedNamejava.lang.Stringcdk.support/lookup-entry:fully-qualified-name
maxjava.lang.Numbercdk.support/lookup-entry:max
minjava.lang.Numbercdk.support/lookup-entry:min
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-signal-catalog-attribute-property-builder function updates a CfnSignalCatalog$AttributeProperty$Builder instance using the provided configuration.
  The function takes the CfnSignalCatalog$AttributeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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.util.List | [[cdk.support/lookup-entry]] | `:allowed-values` |
| `assignedValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:assigned-value` |
| `dataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-type` |
| `defaultValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-value` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` |
| `max` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max` |
| `min` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-signal-catalog-branch-property-builderclj

(build-cfn-signal-catalog-branch-property-builder builder id config)

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
fullyQualifiedNamejava.lang.Stringcdk.support/lookup-entry:fully-qualified-name
The build-cfn-signal-catalog-branch-property-builder function updates a CfnSignalCatalog$BranchProperty$Builder instance using the provided configuration.
  The function takes the CfnSignalCatalog$BranchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` |
sourceraw docstring

build-cfn-signal-catalog-builderclj

(build-cfn-signal-catalog-builder builder id config)

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
nodeCountssoftware.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$NodeCountsPropertycdk.support/lookup-entry:node-counts
nodessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:nodes
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-signal-catalog-builder function updates a CfnSignalCatalog$Builder instance using the provided configuration.
  The function takes the CfnSignalCatalog$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `nodeCounts` | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$NodeCountsProperty | [[cdk.support/lookup-entry]] | `:node-counts` |
| `nodes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:nodes` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-signal-catalog-node-counts-property-builderclj

(build-cfn-signal-catalog-node-counts-property-builder builder id config)

The build-cfn-signal-catalog-node-counts-property-builder function updates a CfnSignalCatalog$NodeCountsProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$NodeCountsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
totalActuatorsjava.lang.Numbercdk.support/lookup-entry:total-actuators
totalAttributesjava.lang.Numbercdk.support/lookup-entry:total-attributes
totalBranchesjava.lang.Numbercdk.support/lookup-entry:total-branches
totalNodesjava.lang.Numbercdk.support/lookup-entry:total-nodes
totalSensorsjava.lang.Numbercdk.support/lookup-entry:total-sensors
The build-cfn-signal-catalog-node-counts-property-builder function updates a CfnSignalCatalog$NodeCountsProperty$Builder instance using the provided configuration.
  The function takes the CfnSignalCatalog$NodeCountsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `totalActuators` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-actuators` |
| `totalAttributes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-attributes` |
| `totalBranches` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-branches` |
| `totalNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-nodes` |
| `totalSensors` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-sensors` |
sourceraw docstring

build-cfn-signal-catalog-node-property-builderclj

(build-cfn-signal-catalog-node-property-builder builder id config)

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

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
actuatorsoftware.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$ActuatorPropertycdk.support/lookup-entry:actuator
attributesoftware.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$AttributePropertycdk.support/lookup-entry:attribute
branchsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:branch
sensorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sensor
The build-cfn-signal-catalog-node-property-builder function updates a CfnSignalCatalog$NodeProperty$Builder instance using the provided configuration.
  The function takes the CfnSignalCatalog$NodeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `actuator` | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$ActuatorProperty | [[cdk.support/lookup-entry]] | `:actuator` |
| `attribute` | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$AttributeProperty | [[cdk.support/lookup-entry]] | `:attribute` |
| `branch` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:branch` |
| `sensor` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sensor` |
sourceraw docstring

build-cfn-signal-catalog-props-builderclj

(build-cfn-signal-catalog-props-builder builder id config)

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

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
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
nodeCountssoftware.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$NodeCountsPropertycdk.support/lookup-entry:node-counts
nodesjava.util.Listcdk.support/lookup-entry:nodes
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-signal-catalog-props-builder function updates a CfnSignalCatalogProps$Builder instance using the provided configuration.
  The function takes the CfnSignalCatalogProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `nodeCounts` | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$NodeCountsProperty | [[cdk.support/lookup-entry]] | `:node-counts` |
| `nodes` | java.util.List | [[cdk.support/lookup-entry]] | `:nodes` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-signal-catalog-sensor-property-builderclj

(build-cfn-signal-catalog-sensor-property-builder builder id config)

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

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.util.Listcdk.support/lookup-entry:allowed-values
dataTypejava.lang.Stringcdk.support/lookup-entry:data-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
fullyQualifiedNamejava.lang.Stringcdk.support/lookup-entry:fully-qualified-name
maxjava.lang.Numbercdk.support/lookup-entry:max
minjava.lang.Numbercdk.support/lookup-entry:min
unitjava.lang.Stringcdk.support/lookup-entry:unit
The build-cfn-signal-catalog-sensor-property-builder function updates a CfnSignalCatalog$SensorProperty$Builder instance using the provided configuration.
  The function takes the CfnSignalCatalog$SensorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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.util.List | [[cdk.support/lookup-entry]] | `:allowed-values` |
| `dataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` |
| `max` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max` |
| `min` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
sourceraw docstring

build-cfn-vehicle-builderclj

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

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

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
associationBehaviorjava.lang.Stringcdk.support/lookup-entry:association-behavior
attributesjava.util.Mapcdk.support/lookup-entry:attributes
decoderManifestArnjava.lang.Stringcdk.support/lookup-entry:decoder-manifest-arn
modelManifestArnjava.lang.Stringcdk.support/lookup-entry:model-manifest-arn
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-vehicle-builder function updates a CfnVehicle$Builder instance using the provided configuration.
  The function takes the CfnVehicle$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `associationBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:association-behavior` |
| `attributes` | java.util.Map | [[cdk.support/lookup-entry]] | `:attributes` |
| `decoderManifestArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:decoder-manifest-arn` |
| `modelManifestArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-manifest-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-vehicle-props-builderclj

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

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

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
associationBehaviorjava.lang.Stringcdk.support/lookup-entry:association-behavior
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
decoderManifestArnjava.lang.Stringcdk.support/lookup-entry:decoder-manifest-arn
modelManifestArnjava.lang.Stringcdk.support/lookup-entry:model-manifest-arn
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-vehicle-props-builder function updates a CfnVehicleProps$Builder instance using the provided configuration.
  The function takes the CfnVehicleProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `associationBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:association-behavior` |
| `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` |
| `decoderManifestArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:decoder-manifest-arn` |
| `modelManifestArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-manifest-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

cfn-campaign-builderclj

(cfn-campaign-builder scope id config)

Creates a CfnCampaign$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  `CfnCampaign$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-campaign-collection-scheme-property-builderclj

(cfn-campaign-collection-scheme-property-builder id config)

Creates a CfnCampaign$CollectionSchemeProperty$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  `CfnCampaign$CollectionSchemeProperty$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-campaign-condition-based-collection-scheme-property-builderclj

(cfn-campaign-condition-based-collection-scheme-property-builder id config)

Creates a CfnCampaign$ConditionBasedCollectionSchemeProperty$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  `CfnCampaign$ConditionBasedCollectionSchemeProperty$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-campaign-data-destination-config-property-builderclj

(cfn-campaign-data-destination-config-property-builder id config)

Creates a CfnCampaign$DataDestinationConfigProperty$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  `CfnCampaign$DataDestinationConfigProperty$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-campaign-props-builderclj

(cfn-campaign-props-builder id config)

Creates a CfnCampaignProps$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  `CfnCampaignProps$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-campaign-s3-config-property-builderclj

(cfn-campaign-s3-config-property-builder id config)

Creates a CfnCampaign$S3ConfigProperty$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  `CfnCampaign$S3ConfigProperty$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-campaign-signal-information-property-builderclj

(cfn-campaign-signal-information-property-builder id config)

Creates a CfnCampaign$SignalInformationProperty$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  `CfnCampaign$SignalInformationProperty$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-campaign-time-based-collection-scheme-property-builderclj

(cfn-campaign-time-based-collection-scheme-property-builder id config)

Creates a CfnCampaign$TimeBasedCollectionSchemeProperty$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  `CfnCampaign$TimeBasedCollectionSchemeProperty$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-campaign-timestream-config-property-builderclj

(cfn-campaign-timestream-config-property-builder id config)

Creates a CfnCampaign$TimestreamConfigProperty$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  `CfnCampaign$TimestreamConfigProperty$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-decoder-manifest-builderclj

(cfn-decoder-manifest-builder scope id config)

Creates a CfnDecoderManifest$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  `CfnDecoderManifest$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-decoder-manifest-can-interface-property-builderclj

(cfn-decoder-manifest-can-interface-property-builder id config)

Creates a CfnDecoderManifest$CanInterfaceProperty$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  `CfnDecoderManifest$CanInterfaceProperty$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-decoder-manifest-can-network-interface-property-builderclj

(cfn-decoder-manifest-can-network-interface-property-builder id config)

Creates a CfnDecoderManifest$CanNetworkInterfaceProperty$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  `CfnDecoderManifest$CanNetworkInterfaceProperty$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-decoder-manifest-can-signal-decoder-property-builderclj

(cfn-decoder-manifest-can-signal-decoder-property-builder id config)

Creates a CfnDecoderManifest$CanSignalDecoderProperty$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  `CfnDecoderManifest$CanSignalDecoderProperty$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-decoder-manifest-can-signal-property-builderclj

(cfn-decoder-manifest-can-signal-property-builder id config)

Creates a CfnDecoderManifest$CanSignalProperty$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  `CfnDecoderManifest$CanSignalProperty$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-decoder-manifest-network-interfaces-items-property-builderclj

(cfn-decoder-manifest-network-interfaces-items-property-builder id config)

Creates a CfnDecoderManifest$NetworkInterfacesItemsProperty$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  `CfnDecoderManifest$NetworkInterfacesItemsProperty$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-decoder-manifest-obd-interface-property-builderclj

(cfn-decoder-manifest-obd-interface-property-builder id config)

Creates a CfnDecoderManifest$ObdInterfaceProperty$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  `CfnDecoderManifest$ObdInterfaceProperty$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-decoder-manifest-obd-network-interface-property-builderclj

(cfn-decoder-manifest-obd-network-interface-property-builder id config)

Creates a CfnDecoderManifest$ObdNetworkInterfaceProperty$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  `CfnDecoderManifest$ObdNetworkInterfaceProperty$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-decoder-manifest-obd-signal-decoder-property-builderclj

(cfn-decoder-manifest-obd-signal-decoder-property-builder id config)

Creates a CfnDecoderManifest$ObdSignalDecoderProperty$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  `CfnDecoderManifest$ObdSignalDecoderProperty$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-decoder-manifest-obd-signal-property-builderclj

(cfn-decoder-manifest-obd-signal-property-builder id config)

Creates a CfnDecoderManifest$ObdSignalProperty$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  `CfnDecoderManifest$ObdSignalProperty$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-decoder-manifest-props-builderclj

(cfn-decoder-manifest-props-builder id config)

Creates a CfnDecoderManifestProps$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  `CfnDecoderManifestProps$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-decoder-manifest-signal-decoders-items-property-builderclj

(cfn-decoder-manifest-signal-decoders-items-property-builder id config)

Creates a CfnDecoderManifest$SignalDecodersItemsProperty$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  `CfnDecoderManifest$SignalDecodersItemsProperty$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-fleet-builderclj

(cfn-fleet-builder scope id config)

Creates a CfnFleet$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  `CfnFleet$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-fleet-props-builderclj

(cfn-fleet-props-builder id config)

Creates a CfnFleetProps$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  `CfnFleetProps$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-model-manifest-builderclj

(cfn-model-manifest-builder scope id config)

Creates a CfnModelManifest$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  `CfnModelManifest$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-model-manifest-props-builderclj

(cfn-model-manifest-props-builder id config)

Creates a CfnModelManifestProps$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  `CfnModelManifestProps$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-signal-catalog-actuator-property-builderclj

(cfn-signal-catalog-actuator-property-builder id config)

Creates a CfnSignalCatalog$ActuatorProperty$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  `CfnSignalCatalog$ActuatorProperty$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-signal-catalog-attribute-property-builderclj

(cfn-signal-catalog-attribute-property-builder id config)

Creates a CfnSignalCatalog$AttributeProperty$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  `CfnSignalCatalog$AttributeProperty$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-signal-catalog-branch-property-builderclj

(cfn-signal-catalog-branch-property-builder id config)

Creates a CfnSignalCatalog$BranchProperty$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  `CfnSignalCatalog$BranchProperty$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-signal-catalog-builderclj

(cfn-signal-catalog-builder scope id config)

Creates a CfnSignalCatalog$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  `CfnSignalCatalog$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-signal-catalog-node-counts-property-builderclj

(cfn-signal-catalog-node-counts-property-builder id config)

Creates a CfnSignalCatalog$NodeCountsProperty$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  `CfnSignalCatalog$NodeCountsProperty$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-signal-catalog-node-property-builderclj

(cfn-signal-catalog-node-property-builder id config)

Creates a CfnSignalCatalog$NodeProperty$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  `CfnSignalCatalog$NodeProperty$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-signal-catalog-props-builderclj

(cfn-signal-catalog-props-builder id config)

Creates a CfnSignalCatalogProps$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  `CfnSignalCatalogProps$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-signal-catalog-sensor-property-builderclj

(cfn-signal-catalog-sensor-property-builder id config)

Creates a CfnSignalCatalog$SensorProperty$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  `CfnSignalCatalog$SensorProperty$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-vehicle-builderclj

(cfn-vehicle-builder scope id config)

Creates a CfnVehicle$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  `CfnVehicle$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-vehicle-props-builderclj

(cfn-vehicle-props-builder id config)

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