Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.iotwireless

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

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

build-cfn-destination-builderclj

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

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

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
expressionjava.lang.Stringcdk.support/lookup-entry:expression
expressionTypejava.lang.Stringcdk.support/lookup-entry:expression-type
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-destination-builder function updates a CfnDestination$Builder instance using the provided configuration.
  The function takes the CfnDestination$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `expressionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression-type` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-destination-props-builderclj

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

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

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
expressionjava.lang.Stringcdk.support/lookup-entry:expression
expressionTypejava.lang.Stringcdk.support/lookup-entry:expression-type
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-destination-props-builder function updates a CfnDestinationProps$Builder instance using the provided configuration.
  The function takes the CfnDestinationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `expressionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression-type` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-device-profile-builderclj

(build-cfn-device-profile-builder builder id config)

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

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
loRaWansoftware.amazon.awscdk.services.iotwireless.CfnDeviceProfile$LoRaWANDeviceProfilePropertycdk.support/lookup-entry:lo-ra-wan
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-device-profile-builder function updates a CfnDeviceProfile$Builder instance using the provided configuration.
  The function takes the CfnDeviceProfile$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `loRaWan` | software.amazon.awscdk.services.iotwireless.CfnDeviceProfile$LoRaWANDeviceProfileProperty | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-device-profile-lo-ra-wan-device-profile-property-builderclj

(build-cfn-device-profile-lo-ra-wan-device-profile-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-device-profile-lo-ra-wan-device-profile-property-builder function updates a CfnDeviceProfile$LoRaWANDeviceProfileProperty$Builder instance using the provided configuration. The function takes the CfnDeviceProfile$LoRaWANDeviceProfileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
classBTimeoutjava.lang.Numbercdk.support/lookup-entry:class-b-timeout
classCTimeoutjava.lang.Numbercdk.support/lookup-entry:class-c-timeout
factoryPresetFreqsListsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:factory-preset-freqs-list
macVersionjava.lang.Stringcdk.support/lookup-entry:mac-version
maxDutyCyclejava.lang.Numbercdk.support/lookup-entry:max-duty-cycle
maxEirpjava.lang.Numbercdk.support/lookup-entry:max-eirp
pingSlotDrjava.lang.Numbercdk.support/lookup-entry:ping-slot-dr
pingSlotFreqjava.lang.Numbercdk.support/lookup-entry:ping-slot-freq
pingSlotPeriodjava.lang.Numbercdk.support/lookup-entry:ping-slot-period
regParamsRevisionjava.lang.Stringcdk.support/lookup-entry:reg-params-revision
rfRegionjava.lang.Stringcdk.support/lookup-entry:rf-region
rxDataRate2java.lang.Numbercdk.support/lookup-entry:rx-data-rate2
rxDelay1java.lang.Numbercdk.support/lookup-entry:rx-delay1
rxDrOffset1java.lang.Numbercdk.support/lookup-entry:rx-dr-offset1
rxFreq2java.lang.Numbercdk.support/lookup-entry:rx-freq2
supports32BitFCntsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:supports32-bit-f-cnt
supportsClassBjava.lang.Booleancdk.support/lookup-entry:supports-class-b
supportsClassCsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:supports-class-c
supportsJoinsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:supports-join
The build-cfn-device-profile-lo-ra-wan-device-profile-property-builder function updates a CfnDeviceProfile$LoRaWANDeviceProfileProperty$Builder instance using the provided configuration.
  The function takes the CfnDeviceProfile$LoRaWANDeviceProfileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `classBTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:class-b-timeout` |
| `classCTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:class-c-timeout` |
| `factoryPresetFreqsList` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:factory-preset-freqs-list` |
| `macVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:mac-version` |
| `maxDutyCycle` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-duty-cycle` |
| `maxEirp` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-eirp` |
| `pingSlotDr` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ping-slot-dr` |
| `pingSlotFreq` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ping-slot-freq` |
| `pingSlotPeriod` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ping-slot-period` |
| `regParamsRevision` | java.lang.String | [[cdk.support/lookup-entry]] | `:reg-params-revision` |
| `rfRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:rf-region` |
| `rxDataRate2` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rx-data-rate2` |
| `rxDelay1` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rx-delay1` |
| `rxDrOffset1` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rx-dr-offset1` |
| `rxFreq2` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rx-freq2` |
| `supports32BitFCnt` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:supports32-bit-f-cnt` |
| `supportsClassB` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:supports-class-b` |
| `supportsClassC` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:supports-class-c` |
| `supportsJoin` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:supports-join` |
sourceraw docstring

build-cfn-device-profile-props-builderclj

(build-cfn-device-profile-props-builder builder id config)

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

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
loRaWansoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lo-ra-wan
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-device-profile-props-builder function updates a CfnDeviceProfileProps$Builder instance using the provided configuration.
  The function takes the CfnDeviceProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `loRaWan` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-fuota-task-builderclj

(build-cfn-fuota-task-builder builder id config)

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

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
associateMulticastGroupjava.lang.Stringcdk.support/lookup-entry:associate-multicast-group
associateWirelessDevicejava.lang.Stringcdk.support/lookup-entry:associate-wireless-device
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disassociateMulticastGroupjava.lang.Stringcdk.support/lookup-entry:disassociate-multicast-group
disassociateWirelessDevicejava.lang.Stringcdk.support/lookup-entry:disassociate-wireless-device
firmwareUpdateImagejava.lang.Stringcdk.support/lookup-entry:firmware-update-image
firmwareUpdateRolejava.lang.Stringcdk.support/lookup-entry:firmware-update-role
loRaWansoftware.amazon.awscdk.services.iotwireless.CfnFuotaTask$LoRaWANPropertycdk.support/lookup-entry:lo-ra-wan
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-fuota-task-builder function updates a CfnFuotaTask$Builder instance using the provided configuration.
  The function takes the CfnFuotaTask$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `associateMulticastGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:associate-multicast-group` |
| `associateWirelessDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:associate-wireless-device` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disassociateMulticastGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:disassociate-multicast-group` |
| `disassociateWirelessDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:disassociate-wireless-device` |
| `firmwareUpdateImage` | java.lang.String | [[cdk.support/lookup-entry]] | `:firmware-update-image` |
| `firmwareUpdateRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:firmware-update-role` |
| `loRaWan` | software.amazon.awscdk.services.iotwireless.CfnFuotaTask$LoRaWANProperty | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-fuota-task-lo-ra-wan-property-builderclj

(build-cfn-fuota-task-lo-ra-wan-property-builder builder id config)

The build-cfn-fuota-task-lo-ra-wan-property-builder function updates a CfnFuotaTask$LoRaWANProperty$Builder instance using the provided configuration. The function takes the CfnFuotaTask$LoRaWANProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
rfRegionjava.lang.Stringcdk.support/lookup-entry:rf-region
startTimejava.lang.Stringcdk.support/lookup-entry:start-time
The build-cfn-fuota-task-lo-ra-wan-property-builder function updates a CfnFuotaTask$LoRaWANProperty$Builder instance using the provided configuration.
  The function takes the CfnFuotaTask$LoRaWANProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `rfRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:rf-region` |
| `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` |
sourceraw docstring

build-cfn-fuota-task-props-builderclj

(build-cfn-fuota-task-props-builder builder id config)

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

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
associateMulticastGroupjava.lang.Stringcdk.support/lookup-entry:associate-multicast-group
associateWirelessDevicejava.lang.Stringcdk.support/lookup-entry:associate-wireless-device
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disassociateMulticastGroupjava.lang.Stringcdk.support/lookup-entry:disassociate-multicast-group
disassociateWirelessDevicejava.lang.Stringcdk.support/lookup-entry:disassociate-wireless-device
firmwareUpdateImagejava.lang.Stringcdk.support/lookup-entry:firmware-update-image
firmwareUpdateRolejava.lang.Stringcdk.support/lookup-entry:firmware-update-role
loRaWansoftware.amazon.awscdk.services.iotwireless.CfnFuotaTask$LoRaWANPropertycdk.support/lookup-entry:lo-ra-wan
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-fuota-task-props-builder function updates a CfnFuotaTaskProps$Builder instance using the provided configuration.
  The function takes the CfnFuotaTaskProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `associateMulticastGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:associate-multicast-group` |
| `associateWirelessDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:associate-wireless-device` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disassociateMulticastGroup` | java.lang.String | [[cdk.support/lookup-entry]] | `:disassociate-multicast-group` |
| `disassociateWirelessDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:disassociate-wireless-device` |
| `firmwareUpdateImage` | java.lang.String | [[cdk.support/lookup-entry]] | `:firmware-update-image` |
| `firmwareUpdateRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:firmware-update-role` |
| `loRaWan` | software.amazon.awscdk.services.iotwireless.CfnFuotaTask$LoRaWANProperty | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-multicast-group-builderclj

(build-cfn-multicast-group-builder builder id config)

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

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
associateWirelessDevicejava.lang.Stringcdk.support/lookup-entry:associate-wireless-device
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disassociateWirelessDevicejava.lang.Stringcdk.support/lookup-entry:disassociate-wireless-device
loRaWansoftware.amazon.awscdk.services.iotwireless.CfnMulticastGroup$LoRaWANPropertycdk.support/lookup-entry:lo-ra-wan
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-multicast-group-builder function updates a CfnMulticastGroup$Builder instance using the provided configuration.
  The function takes the CfnMulticastGroup$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `associateWirelessDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:associate-wireless-device` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disassociateWirelessDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:disassociate-wireless-device` |
| `loRaWan` | software.amazon.awscdk.services.iotwireless.CfnMulticastGroup$LoRaWANProperty | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-multicast-group-lo-ra-wan-property-builderclj

(build-cfn-multicast-group-lo-ra-wan-property-builder builder id config)

The build-cfn-multicast-group-lo-ra-wan-property-builder function updates a CfnMulticastGroup$LoRaWANProperty$Builder instance using the provided configuration. The function takes the CfnMulticastGroup$LoRaWANProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
dlClassjava.lang.Stringcdk.support/lookup-entry:dl-class
numberOfDevicesInGroupjava.lang.Numbercdk.support/lookup-entry:number-of-devices-in-group
numberOfDevicesRequestedjava.lang.Numbercdk.support/lookup-entry:number-of-devices-requested
rfRegionjava.lang.Stringcdk.support/lookup-entry:rf-region
The build-cfn-multicast-group-lo-ra-wan-property-builder function updates a CfnMulticastGroup$LoRaWANProperty$Builder instance using the provided configuration.
  The function takes the CfnMulticastGroup$LoRaWANProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `dlClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:dl-class` |
| `numberOfDevicesInGroup` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-devices-in-group` |
| `numberOfDevicesRequested` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-devices-requested` |
| `rfRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:rf-region` |
sourceraw docstring

build-cfn-multicast-group-props-builderclj

(build-cfn-multicast-group-props-builder builder id config)

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

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
associateWirelessDevicejava.lang.Stringcdk.support/lookup-entry:associate-wireless-device
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disassociateWirelessDevicejava.lang.Stringcdk.support/lookup-entry:disassociate-wireless-device
loRaWansoftware.amazon.awscdk.services.iotwireless.CfnMulticastGroup$LoRaWANPropertycdk.support/lookup-entry:lo-ra-wan
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-multicast-group-props-builder function updates a CfnMulticastGroupProps$Builder instance using the provided configuration.
  The function takes the CfnMulticastGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `associateWirelessDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:associate-wireless-device` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disassociateWirelessDevice` | java.lang.String | [[cdk.support/lookup-entry]] | `:disassociate-wireless-device` |
| `loRaWan` | software.amazon.awscdk.services.iotwireless.CfnMulticastGroup$LoRaWANProperty | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-network-analyzer-configuration-builderclj

(build-cfn-network-analyzer-configuration-builder builder id config)

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

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
tagsjava.util.Listcdk.support/lookup-entry:tags
traceContentjava.lang.Objectcdk.support/lookup-entry:trace-content
wirelessDevicesjava.util.Listcdk.support/lookup-entry:wireless-devices
wirelessGatewaysjava.util.Listcdk.support/lookup-entry:wireless-gateways
The build-cfn-network-analyzer-configuration-builder function updates a CfnNetworkAnalyzerConfiguration$Builder instance using the provided configuration.
  The function takes the CfnNetworkAnalyzerConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `traceContent` | java.lang.Object | [[cdk.support/lookup-entry]] | `:trace-content` |
| `wirelessDevices` | java.util.List | [[cdk.support/lookup-entry]] | `:wireless-devices` |
| `wirelessGateways` | java.util.List | [[cdk.support/lookup-entry]] | `:wireless-gateways` |
sourceraw docstring

build-cfn-network-analyzer-configuration-props-builderclj

(build-cfn-network-analyzer-configuration-props-builder builder id config)

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

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
tagsjava.util.Listcdk.support/lookup-entry:tags
traceContentjava.lang.Objectcdk.support/lookup-entry:trace-content
wirelessDevicesjava.util.Listcdk.support/lookup-entry:wireless-devices
wirelessGatewaysjava.util.Listcdk.support/lookup-entry:wireless-gateways
The build-cfn-network-analyzer-configuration-props-builder function updates a CfnNetworkAnalyzerConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnNetworkAnalyzerConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `traceContent` | java.lang.Object | [[cdk.support/lookup-entry]] | `:trace-content` |
| `wirelessDevices` | java.util.List | [[cdk.support/lookup-entry]] | `:wireless-devices` |
| `wirelessGateways` | java.util.List | [[cdk.support/lookup-entry]] | `:wireless-gateways` |
sourceraw docstring

build-cfn-network-analyzer-configuration-trace-content-property-builderclj

(build-cfn-network-analyzer-configuration-trace-content-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-network-analyzer-configuration-trace-content-property-builder function updates a CfnNetworkAnalyzerConfiguration$TraceContentProperty$Builder instance using the provided configuration. The function takes the CfnNetworkAnalyzerConfiguration$TraceContentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
logLeveljava.lang.Stringcdk.support/lookup-entry:log-level
wirelessDeviceFrameInfojava.lang.Stringcdk.support/lookup-entry:wireless-device-frame-info
The build-cfn-network-analyzer-configuration-trace-content-property-builder function updates a CfnNetworkAnalyzerConfiguration$TraceContentProperty$Builder instance using the provided configuration.
  The function takes the CfnNetworkAnalyzerConfiguration$TraceContentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `logLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-level` |
| `wirelessDeviceFrameInfo` | java.lang.String | [[cdk.support/lookup-entry]] | `:wireless-device-frame-info` |
sourceraw docstring

build-cfn-partner-account-builderclj

(build-cfn-partner-account-builder builder id config)

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

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
accountLinkedjava.lang.Booleancdk.support/lookup-entry:account-linked
partnerAccountIdjava.lang.Stringcdk.support/lookup-entry:partner-account-id
partnerTypejava.lang.Stringcdk.support/lookup-entry:partner-type
sidewalksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sidewalk
sidewalkResponsesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sidewalk-response
sidewalkUpdatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sidewalk-update
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-partner-account-builder function updates a CfnPartnerAccount$Builder instance using the provided configuration.
  The function takes the CfnPartnerAccount$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accountLinked` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:account-linked` |
| `partnerAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:partner-account-id` |
| `partnerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:partner-type` |
| `sidewalk` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sidewalk` |
| `sidewalkResponse` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sidewalk-response` |
| `sidewalkUpdate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sidewalk-update` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-partner-account-props-builderclj

(build-cfn-partner-account-props-builder builder id config)

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

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
accountLinkedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:account-linked
partnerAccountIdjava.lang.Stringcdk.support/lookup-entry:partner-account-id
partnerTypejava.lang.Stringcdk.support/lookup-entry:partner-type
sidewalksoftware.amazon.awscdk.services.iotwireless.CfnPartnerAccount$SidewalkAccountInfoPropertycdk.support/lookup-entry:sidewalk
sidewalkResponsesoftware.amazon.awscdk.services.iotwireless.CfnPartnerAccount$SidewalkAccountInfoWithFingerprintPropertycdk.support/lookup-entry:sidewalk-response
sidewalkUpdatesoftware.amazon.awscdk.services.iotwireless.CfnPartnerAccount$SidewalkUpdateAccountPropertycdk.support/lookup-entry:sidewalk-update
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-partner-account-props-builder function updates a CfnPartnerAccountProps$Builder instance using the provided configuration.
  The function takes the CfnPartnerAccountProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `accountLinked` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:account-linked` |
| `partnerAccountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:partner-account-id` |
| `partnerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:partner-type` |
| `sidewalk` | software.amazon.awscdk.services.iotwireless.CfnPartnerAccount$SidewalkAccountInfoProperty | [[cdk.support/lookup-entry]] | `:sidewalk` |
| `sidewalkResponse` | software.amazon.awscdk.services.iotwireless.CfnPartnerAccount$SidewalkAccountInfoWithFingerprintProperty | [[cdk.support/lookup-entry]] | `:sidewalk-response` |
| `sidewalkUpdate` | software.amazon.awscdk.services.iotwireless.CfnPartnerAccount$SidewalkUpdateAccountProperty | [[cdk.support/lookup-entry]] | `:sidewalk-update` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-partner-account-sidewalk-account-info-property-builderclj

(build-cfn-partner-account-sidewalk-account-info-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-partner-account-sidewalk-account-info-property-builder function updates a CfnPartnerAccount$SidewalkAccountInfoProperty$Builder instance using the provided configuration. The function takes the CfnPartnerAccount$SidewalkAccountInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
appServerPrivateKeyjava.lang.Stringcdk.support/lookup-entry:app-server-private-key
The build-cfn-partner-account-sidewalk-account-info-property-builder function updates a CfnPartnerAccount$SidewalkAccountInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnPartnerAccount$SidewalkAccountInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `appServerPrivateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-server-private-key` |
sourceraw docstring

build-cfn-partner-account-sidewalk-account-info-with-fingerprint-property-builderclj

(build-cfn-partner-account-sidewalk-account-info-with-fingerprint-property-builder
  builder
  id
  config)

The build-cfn-partner-account-sidewalk-account-info-with-fingerprint-property-builder function updates a CfnPartnerAccount$SidewalkAccountInfoWithFingerprintProperty$Builder instance using the provided configuration. The function takes the CfnPartnerAccount$SidewalkAccountInfoWithFingerprintProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
amazonIdjava.lang.Stringcdk.support/lookup-entry:amazon-id
arnjava.lang.Stringcdk.support/lookup-entry:arn
fingerprintjava.lang.Stringcdk.support/lookup-entry:fingerprint
The build-cfn-partner-account-sidewalk-account-info-with-fingerprint-property-builder function updates a CfnPartnerAccount$SidewalkAccountInfoWithFingerprintProperty$Builder instance using the provided configuration.
  The function takes the CfnPartnerAccount$SidewalkAccountInfoWithFingerprintProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `amazonId` | java.lang.String | [[cdk.support/lookup-entry]] | `:amazon-id` |
| `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
| `fingerprint` | java.lang.String | [[cdk.support/lookup-entry]] | `:fingerprint` |
sourceraw docstring

build-cfn-partner-account-sidewalk-update-account-property-builderclj

(build-cfn-partner-account-sidewalk-update-account-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-partner-account-sidewalk-update-account-property-builder function updates a CfnPartnerAccount$SidewalkUpdateAccountProperty$Builder instance using the provided configuration. The function takes the CfnPartnerAccount$SidewalkUpdateAccountProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
appServerPrivateKeyjava.lang.Stringcdk.support/lookup-entry:app-server-private-key
The build-cfn-partner-account-sidewalk-update-account-property-builder function updates a CfnPartnerAccount$SidewalkUpdateAccountProperty$Builder instance using the provided configuration.
  The function takes the CfnPartnerAccount$SidewalkUpdateAccountProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `appServerPrivateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-server-private-key` |
sourceraw docstring

build-cfn-service-profile-builderclj

(build-cfn-service-profile-builder builder id config)

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

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
loRaWansoftware.amazon.awscdk.services.iotwireless.CfnServiceProfile$LoRaWANServiceProfilePropertycdk.support/lookup-entry:lo-ra-wan
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-service-profile-builder function updates a CfnServiceProfile$Builder instance using the provided configuration.
  The function takes the CfnServiceProfile$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `loRaWan` | software.amazon.awscdk.services.iotwireless.CfnServiceProfile$LoRaWANServiceProfileProperty | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-service-profile-lo-ra-wan-service-profile-property-builderclj

(build-cfn-service-profile-lo-ra-wan-service-profile-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-service-profile-lo-ra-wan-service-profile-property-builder function updates a CfnServiceProfile$LoRaWANServiceProfileProperty$Builder instance using the provided configuration. The function takes the CfnServiceProfile$LoRaWANServiceProfileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
addGwMetadatajava.lang.Booleancdk.support/lookup-entry:add-gw-metadata
channelMaskjava.lang.Stringcdk.support/lookup-entry:channel-mask
devStatusReqFreqjava.lang.Numbercdk.support/lookup-entry:dev-status-req-freq
dlBucketSizejava.lang.Numbercdk.support/lookup-entry:dl-bucket-size
dlRatejava.lang.Numbercdk.support/lookup-entry:dl-rate
dlRatePolicyjava.lang.Stringcdk.support/lookup-entry:dl-rate-policy
drMaxjava.lang.Numbercdk.support/lookup-entry:dr-max
drMinjava.lang.Numbercdk.support/lookup-entry:dr-min
hrAllowedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:hr-allowed
minGwDiversityjava.lang.Numbercdk.support/lookup-entry:min-gw-diversity
nwkGeoLocjava.lang.Booleancdk.support/lookup-entry:nwk-geo-loc
prAllowedjava.lang.Booleancdk.support/lookup-entry:pr-allowed
raAllowedjava.lang.Booleancdk.support/lookup-entry:ra-allowed
reportDevStatusBatteryjava.lang.Booleancdk.support/lookup-entry:report-dev-status-battery
reportDevStatusMarginjava.lang.Booleancdk.support/lookup-entry:report-dev-status-margin
targetPerjava.lang.Numbercdk.support/lookup-entry:target-per
ulBucketSizejava.lang.Numbercdk.support/lookup-entry:ul-bucket-size
ulRatejava.lang.Numbercdk.support/lookup-entry:ul-rate
ulRatePolicyjava.lang.Stringcdk.support/lookup-entry:ul-rate-policy
The build-cfn-service-profile-lo-ra-wan-service-profile-property-builder function updates a CfnServiceProfile$LoRaWANServiceProfileProperty$Builder instance using the provided configuration.
  The function takes the CfnServiceProfile$LoRaWANServiceProfileProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `addGwMetadata` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-gw-metadata` |
| `channelMask` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-mask` |
| `devStatusReqFreq` | java.lang.Number | [[cdk.support/lookup-entry]] | `:dev-status-req-freq` |
| `dlBucketSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:dl-bucket-size` |
| `dlRate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:dl-rate` |
| `dlRatePolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:dl-rate-policy` |
| `drMax` | java.lang.Number | [[cdk.support/lookup-entry]] | `:dr-max` |
| `drMin` | java.lang.Number | [[cdk.support/lookup-entry]] | `:dr-min` |
| `hrAllowed` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hr-allowed` |
| `minGwDiversity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-gw-diversity` |
| `nwkGeoLoc` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:nwk-geo-loc` |
| `prAllowed` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:pr-allowed` |
| `raAllowed` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ra-allowed` |
| `reportDevStatusBattery` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:report-dev-status-battery` |
| `reportDevStatusMargin` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:report-dev-status-margin` |
| `targetPer` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-per` |
| `ulBucketSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ul-bucket-size` |
| `ulRate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:ul-rate` |
| `ulRatePolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:ul-rate-policy` |
sourceraw docstring

build-cfn-service-profile-props-builderclj

(build-cfn-service-profile-props-builder builder id config)

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

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
loRaWansoftware.amazon.awscdk.services.iotwireless.CfnServiceProfile$LoRaWANServiceProfilePropertycdk.support/lookup-entry:lo-ra-wan
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-service-profile-props-builder function updates a CfnServiceProfileProps$Builder instance using the provided configuration.
  The function takes the CfnServiceProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `loRaWan` | software.amazon.awscdk.services.iotwireless.CfnServiceProfile$LoRaWANServiceProfileProperty | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-task-definition-builderclj

(build-cfn-task-definition-builder builder id config)

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

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
autoCreateTaskssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-create-tasks
loRaWanUpdateGatewayTaskEntrysoftware.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANUpdateGatewayTaskEntryPropertycdk.support/lookup-entry:lo-ra-wan-update-gateway-task-entry
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
taskDefinitionTypejava.lang.Stringcdk.support/lookup-entry:task-definition-type
updatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:update
The build-cfn-task-definition-builder function updates a CfnTaskDefinition$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `autoCreateTasks` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-create-tasks` |
| `loRaWanUpdateGatewayTaskEntry` | software.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANUpdateGatewayTaskEntryProperty | [[cdk.support/lookup-entry]] | `:lo-ra-wan-update-gateway-task-entry` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `taskDefinitionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition-type` |
| `update` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:update` |
sourceraw docstring

build-cfn-task-definition-lo-ra-wan-gateway-version-property-builderclj

(build-cfn-task-definition-lo-ra-wan-gateway-version-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-task-definition-lo-ra-wan-gateway-version-property-builder function updates a CfnTaskDefinition$LoRaWANGatewayVersionProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$LoRaWANGatewayVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
modeljava.lang.Stringcdk.support/lookup-entry:model
packageVersionjava.lang.Stringcdk.support/lookup-entry:package-version
stationjava.lang.Stringcdk.support/lookup-entry:station
The build-cfn-task-definition-lo-ra-wan-gateway-version-property-builder function updates a CfnTaskDefinition$LoRaWANGatewayVersionProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$LoRaWANGatewayVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `model` | java.lang.String | [[cdk.support/lookup-entry]] | `:model` |
| `packageVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-version` |
| `station` | java.lang.String | [[cdk.support/lookup-entry]] | `:station` |
sourceraw docstring

build-cfn-task-definition-lo-ra-wan-update-gateway-task-create-property-builderclj

(build-cfn-task-definition-lo-ra-wan-update-gateway-task-create-property-builder
  builder
  id
  config)

The build-cfn-task-definition-lo-ra-wan-update-gateway-task-create-property-builder function updates a CfnTaskDefinition$LoRaWANUpdateGatewayTaskCreateProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$LoRaWANUpdateGatewayTaskCreateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
currentVersionsoftware.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANGatewayVersionPropertycdk.support/lookup-entry:current-version
sigKeyCrcjava.lang.Numbercdk.support/lookup-entry:sig-key-crc
updateSignaturejava.lang.Stringcdk.support/lookup-entry:update-signature
updateVersionsoftware.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANGatewayVersionPropertycdk.support/lookup-entry:update-version
The build-cfn-task-definition-lo-ra-wan-update-gateway-task-create-property-builder function updates a CfnTaskDefinition$LoRaWANUpdateGatewayTaskCreateProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$LoRaWANUpdateGatewayTaskCreateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `currentVersion` | software.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANGatewayVersionProperty | [[cdk.support/lookup-entry]] | `:current-version` |
| `sigKeyCrc` | java.lang.Number | [[cdk.support/lookup-entry]] | `:sig-key-crc` |
| `updateSignature` | java.lang.String | [[cdk.support/lookup-entry]] | `:update-signature` |
| `updateVersion` | software.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANGatewayVersionProperty | [[cdk.support/lookup-entry]] | `:update-version` |
sourceraw docstring

build-cfn-task-definition-lo-ra-wan-update-gateway-task-entry-property-builderclj

(build-cfn-task-definition-lo-ra-wan-update-gateway-task-entry-property-builder
  builder
  id
  config)

The build-cfn-task-definition-lo-ra-wan-update-gateway-task-entry-property-builder function updates a CfnTaskDefinition$LoRaWANUpdateGatewayTaskEntryProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$LoRaWANUpdateGatewayTaskEntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
currentVersionsoftware.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANGatewayVersionPropertycdk.support/lookup-entry:current-version
updateVersionsoftware.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANGatewayVersionPropertycdk.support/lookup-entry:update-version
The build-cfn-task-definition-lo-ra-wan-update-gateway-task-entry-property-builder function updates a CfnTaskDefinition$LoRaWANUpdateGatewayTaskEntryProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$LoRaWANUpdateGatewayTaskEntryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `currentVersion` | software.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANGatewayVersionProperty | [[cdk.support/lookup-entry]] | `:current-version` |
| `updateVersion` | software.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANGatewayVersionProperty | [[cdk.support/lookup-entry]] | `:update-version` |
sourceraw docstring

build-cfn-task-definition-props-builderclj

(build-cfn-task-definition-props-builder builder id config)

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

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
autoCreateTaskssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auto-create-tasks
loRaWanUpdateGatewayTaskEntrysoftware.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANUpdateGatewayTaskEntryPropertycdk.support/lookup-entry:lo-ra-wan-update-gateway-task-entry
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
taskDefinitionTypejava.lang.Stringcdk.support/lookup-entry:task-definition-type
updatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:update
The build-cfn-task-definition-props-builder function updates a CfnTaskDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `autoCreateTasks` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-create-tasks` |
| `loRaWanUpdateGatewayTaskEntry` | software.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANUpdateGatewayTaskEntryProperty | [[cdk.support/lookup-entry]] | `:lo-ra-wan-update-gateway-task-entry` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `taskDefinitionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-definition-type` |
| `update` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:update` |
sourceraw docstring

build-cfn-task-definition-update-wireless-gateway-task-create-property-builderclj

(build-cfn-task-definition-update-wireless-gateway-task-create-property-builder
  builder
  id
  config)

The build-cfn-task-definition-update-wireless-gateway-task-create-property-builder function updates a CfnTaskDefinition$UpdateWirelessGatewayTaskCreateProperty$Builder instance using the provided configuration. The function takes the CfnTaskDefinition$UpdateWirelessGatewayTaskCreateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
loRaWansoftware.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANUpdateGatewayTaskCreatePropertycdk.support/lookup-entry:lo-ra-wan
updateDataRolejava.lang.Stringcdk.support/lookup-entry:update-data-role
updateDataSourcejava.lang.Stringcdk.support/lookup-entry:update-data-source
The build-cfn-task-definition-update-wireless-gateway-task-create-property-builder function updates a CfnTaskDefinition$UpdateWirelessGatewayTaskCreateProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskDefinition$UpdateWirelessGatewayTaskCreateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `loRaWan` | software.amazon.awscdk.services.iotwireless.CfnTaskDefinition$LoRaWANUpdateGatewayTaskCreateProperty | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `updateDataRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:update-data-role` |
| `updateDataSource` | java.lang.String | [[cdk.support/lookup-entry]] | `:update-data-source` |
sourceraw docstring

build-cfn-wireless-device-abp-v10x-property-builderclj

(build-cfn-wireless-device-abp-v10x-property-builder builder id config)

The build-cfn-wireless-device-abp-v10x-property-builder function updates a CfnWirelessDevice$AbpV10xProperty$Builder instance using the provided configuration. The function takes the CfnWirelessDevice$AbpV10xProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
devAddrjava.lang.Stringcdk.support/lookup-entry:dev-addr
sessionKeyssoftware.amazon.awscdk.services.iotwireless.CfnWirelessDevice$SessionKeysAbpV10xPropertycdk.support/lookup-entry:session-keys
The build-cfn-wireless-device-abp-v10x-property-builder function updates a CfnWirelessDevice$AbpV10xProperty$Builder instance using the provided configuration.
  The function takes the CfnWirelessDevice$AbpV10xProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `devAddr` | java.lang.String | [[cdk.support/lookup-entry]] | `:dev-addr` |
| `sessionKeys` | software.amazon.awscdk.services.iotwireless.CfnWirelessDevice$SessionKeysAbpV10xProperty | [[cdk.support/lookup-entry]] | `:session-keys` |
sourceraw docstring

build-cfn-wireless-device-abp-v11-property-builderclj

(build-cfn-wireless-device-abp-v11-property-builder builder id config)

The build-cfn-wireless-device-abp-v11-property-builder function updates a CfnWirelessDevice$AbpV11Property$Builder instance using the provided configuration. The function takes the CfnWirelessDevice$AbpV11Property$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
devAddrjava.lang.Stringcdk.support/lookup-entry:dev-addr
sessionKeyssoftware.amazon.awscdk.services.iotwireless.CfnWirelessDevice$SessionKeysAbpV11Propertycdk.support/lookup-entry:session-keys
The build-cfn-wireless-device-abp-v11-property-builder function updates a CfnWirelessDevice$AbpV11Property$Builder instance using the provided configuration.
  The function takes the CfnWirelessDevice$AbpV11Property$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `devAddr` | java.lang.String | [[cdk.support/lookup-entry]] | `:dev-addr` |
| `sessionKeys` | software.amazon.awscdk.services.iotwireless.CfnWirelessDevice$SessionKeysAbpV11Property | [[cdk.support/lookup-entry]] | `:session-keys` |
sourceraw docstring

build-cfn-wireless-device-builderclj

(build-cfn-wireless-device-builder builder id config)

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

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
destinationNamejava.lang.Stringcdk.support/lookup-entry:destination-name
lastUplinkReceivedAtjava.lang.Stringcdk.support/lookup-entry:last-uplink-received-at
loRaWansoftware.amazon.awscdk.services.iotwireless.CfnWirelessDevice$LoRaWANDevicePropertycdk.support/lookup-entry:lo-ra-wan
namejava.lang.Stringcdk.support/lookup-entry:name
positioningjava.lang.Stringcdk.support/lookup-entry:positioning
tagsjava.util.Listcdk.support/lookup-entry:tags
thingArnjava.lang.Stringcdk.support/lookup-entry:thing-arn
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-wireless-device-builder function updates a CfnWirelessDevice$Builder instance using the provided configuration.
  The function takes the CfnWirelessDevice$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `destinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-name` |
| `lastUplinkReceivedAt` | java.lang.String | [[cdk.support/lookup-entry]] | `:last-uplink-received-at` |
| `loRaWan` | software.amazon.awscdk.services.iotwireless.CfnWirelessDevice$LoRaWANDeviceProperty | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `positioning` | java.lang.String | [[cdk.support/lookup-entry]] | `:positioning` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `thingArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-arn` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-wireless-device-import-task-builderclj

(build-cfn-wireless-device-import-task-builder builder id config)

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

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
destinationNamejava.lang.Stringcdk.support/lookup-entry:destination-name
sidewalksoftware.amazon.awscdk.services.iotwireless.CfnWirelessDeviceImportTask$SidewalkPropertycdk.support/lookup-entry:sidewalk
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-wireless-device-import-task-builder function updates a CfnWirelessDeviceImportTask$Builder instance using the provided configuration.
  The function takes the CfnWirelessDeviceImportTask$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `destinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-name` |
| `sidewalk` | software.amazon.awscdk.services.iotwireless.CfnWirelessDeviceImportTask$SidewalkProperty | [[cdk.support/lookup-entry]] | `:sidewalk` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-wireless-device-import-task-props-builderclj

(build-cfn-wireless-device-import-task-props-builder builder id config)

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

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
destinationNamejava.lang.Stringcdk.support/lookup-entry:destination-name
sidewalksoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sidewalk
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-wireless-device-import-task-props-builder function updates a CfnWirelessDeviceImportTaskProps$Builder instance using the provided configuration.
  The function takes the CfnWirelessDeviceImportTaskProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `destinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-name` |
| `sidewalk` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sidewalk` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-wireless-device-import-task-sidewalk-property-builderclj

(build-cfn-wireless-device-import-task-sidewalk-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-wireless-device-import-task-sidewalk-property-builder function updates a CfnWirelessDeviceImportTask$SidewalkProperty$Builder instance using the provided configuration. The function takes the CfnWirelessDeviceImportTask$SidewalkProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
deviceCreationFilejava.lang.Stringcdk.support/lookup-entry:device-creation-file
deviceCreationFileListjava.util.Listcdk.support/lookup-entry:device-creation-file-list
rolejava.lang.Stringcdk.support/lookup-entry:role
sidewalkManufacturingSnjava.lang.Stringcdk.support/lookup-entry:sidewalk-manufacturing-sn
The build-cfn-wireless-device-import-task-sidewalk-property-builder function updates a CfnWirelessDeviceImportTask$SidewalkProperty$Builder instance using the provided configuration.
  The function takes the CfnWirelessDeviceImportTask$SidewalkProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `deviceCreationFile` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-creation-file` |
| `deviceCreationFileList` | java.util.List | [[cdk.support/lookup-entry]] | `:device-creation-file-list` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `sidewalkManufacturingSn` | java.lang.String | [[cdk.support/lookup-entry]] | `:sidewalk-manufacturing-sn` |
sourceraw docstring

build-cfn-wireless-device-lo-ra-wan-device-property-builderclj

(build-cfn-wireless-device-lo-ra-wan-device-property-builder builder id config)

The build-cfn-wireless-device-lo-ra-wan-device-property-builder function updates a CfnWirelessDevice$LoRaWANDeviceProperty$Builder instance using the provided configuration. The function takes the CfnWirelessDevice$LoRaWANDeviceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
abpV10Xsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:abp-v10-x
abpV11software.amazon.awscdk.IResolvablecdk.support/lookup-entry:abp-v11
devEuijava.lang.Stringcdk.support/lookup-entry:dev-eui
deviceProfileIdjava.lang.Stringcdk.support/lookup-entry:device-profile-id
otaaV10Xsoftware.amazon.awscdk.services.iotwireless.CfnWirelessDevice$OtaaV10xPropertycdk.support/lookup-entry:otaa-v10-x
otaaV11software.amazon.awscdk.IResolvablecdk.support/lookup-entry:otaa-v11
serviceProfileIdjava.lang.Stringcdk.support/lookup-entry:service-profile-id
The build-cfn-wireless-device-lo-ra-wan-device-property-builder function updates a CfnWirelessDevice$LoRaWANDeviceProperty$Builder instance using the provided configuration.
  The function takes the CfnWirelessDevice$LoRaWANDeviceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `abpV10X` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:abp-v10-x` |
| `abpV11` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:abp-v11` |
| `devEui` | java.lang.String | [[cdk.support/lookup-entry]] | `:dev-eui` |
| `deviceProfileId` | java.lang.String | [[cdk.support/lookup-entry]] | `:device-profile-id` |
| `otaaV10X` | software.amazon.awscdk.services.iotwireless.CfnWirelessDevice$OtaaV10xProperty | [[cdk.support/lookup-entry]] | `:otaa-v10-x` |
| `otaaV11` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:otaa-v11` |
| `serviceProfileId` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-profile-id` |
sourceraw docstring

build-cfn-wireless-device-otaa-v10x-property-builderclj

(build-cfn-wireless-device-otaa-v10x-property-builder builder id config)

The build-cfn-wireless-device-otaa-v10x-property-builder function updates a CfnWirelessDevice$OtaaV10xProperty$Builder instance using the provided configuration. The function takes the CfnWirelessDevice$OtaaV10xProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
appEuijava.lang.Stringcdk.support/lookup-entry:app-eui
appKeyjava.lang.Stringcdk.support/lookup-entry:app-key
The build-cfn-wireless-device-otaa-v10x-property-builder function updates a CfnWirelessDevice$OtaaV10xProperty$Builder instance using the provided configuration.
  The function takes the CfnWirelessDevice$OtaaV10xProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `appEui` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-eui` |
| `appKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-key` |
sourceraw docstring

build-cfn-wireless-device-otaa-v11-property-builderclj

(build-cfn-wireless-device-otaa-v11-property-builder builder id config)

The build-cfn-wireless-device-otaa-v11-property-builder function updates a CfnWirelessDevice$OtaaV11Property$Builder instance using the provided configuration. The function takes the CfnWirelessDevice$OtaaV11Property$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
appKeyjava.lang.Stringcdk.support/lookup-entry:app-key
joinEuijava.lang.Stringcdk.support/lookup-entry:join-eui
nwkKeyjava.lang.Stringcdk.support/lookup-entry:nwk-key
The build-cfn-wireless-device-otaa-v11-property-builder function updates a CfnWirelessDevice$OtaaV11Property$Builder instance using the provided configuration.
  The function takes the CfnWirelessDevice$OtaaV11Property$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `appKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-key` |
| `joinEui` | java.lang.String | [[cdk.support/lookup-entry]] | `:join-eui` |
| `nwkKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:nwk-key` |
sourceraw docstring

build-cfn-wireless-device-props-builderclj

(build-cfn-wireless-device-props-builder builder id config)

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

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
destinationNamejava.lang.Stringcdk.support/lookup-entry:destination-name
lastUplinkReceivedAtjava.lang.Stringcdk.support/lookup-entry:last-uplink-received-at
loRaWansoftware.amazon.awscdk.services.iotwireless.CfnWirelessDevice$LoRaWANDevicePropertycdk.support/lookup-entry:lo-ra-wan
namejava.lang.Stringcdk.support/lookup-entry:name
positioningjava.lang.Stringcdk.support/lookup-entry:positioning
tagsjava.util.Listcdk.support/lookup-entry:tags
thingArnjava.lang.Stringcdk.support/lookup-entry:thing-arn
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-wireless-device-props-builder function updates a CfnWirelessDeviceProps$Builder instance using the provided configuration.
  The function takes the CfnWirelessDeviceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `destinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-name` |
| `lastUplinkReceivedAt` | java.lang.String | [[cdk.support/lookup-entry]] | `:last-uplink-received-at` |
| `loRaWan` | software.amazon.awscdk.services.iotwireless.CfnWirelessDevice$LoRaWANDeviceProperty | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `positioning` | java.lang.String | [[cdk.support/lookup-entry]] | `:positioning` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `thingArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-arn` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-wireless-device-session-keys-abp-v10x-property-builderclj

(build-cfn-wireless-device-session-keys-abp-v10x-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-wireless-device-session-keys-abp-v10x-property-builder function updates a CfnWirelessDevice$SessionKeysAbpV10xProperty$Builder instance using the provided configuration. The function takes the CfnWirelessDevice$SessionKeysAbpV10xProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
appSKeyjava.lang.Stringcdk.support/lookup-entry:app-s-key
nwkSKeyjava.lang.Stringcdk.support/lookup-entry:nwk-s-key
The build-cfn-wireless-device-session-keys-abp-v10x-property-builder function updates a CfnWirelessDevice$SessionKeysAbpV10xProperty$Builder instance using the provided configuration.
  The function takes the CfnWirelessDevice$SessionKeysAbpV10xProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `appSKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-s-key` |
| `nwkSKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:nwk-s-key` |
sourceraw docstring

build-cfn-wireless-device-session-keys-abp-v11-property-builderclj

(build-cfn-wireless-device-session-keys-abp-v11-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-wireless-device-session-keys-abp-v11-property-builder function updates a CfnWirelessDevice$SessionKeysAbpV11Property$Builder instance using the provided configuration. The function takes the CfnWirelessDevice$SessionKeysAbpV11Property$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
appSKeyjava.lang.Stringcdk.support/lookup-entry:app-s-key
fNwkSIntKeyjava.lang.Stringcdk.support/lookup-entry:f-nwk-s-int-key
nwkSEncKeyjava.lang.Stringcdk.support/lookup-entry:nwk-s-enc-key
sNwkSIntKeyjava.lang.Stringcdk.support/lookup-entry:s-nwk-s-int-key
The build-cfn-wireless-device-session-keys-abp-v11-property-builder function updates a CfnWirelessDevice$SessionKeysAbpV11Property$Builder instance using the provided configuration.
  The function takes the CfnWirelessDevice$SessionKeysAbpV11Property$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `appSKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:app-s-key` |
| `fNwkSIntKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:f-nwk-s-int-key` |
| `nwkSEncKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:nwk-s-enc-key` |
| `sNwkSIntKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:s-nwk-s-int-key` |
sourceraw docstring

build-cfn-wireless-gateway-builderclj

(build-cfn-wireless-gateway-builder builder id config)

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

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
lastUplinkReceivedAtjava.lang.Stringcdk.support/lookup-entry:last-uplink-received-at
loRaWansoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lo-ra-wan
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
thingArnjava.lang.Stringcdk.support/lookup-entry:thing-arn
thingNamejava.lang.Stringcdk.support/lookup-entry:thing-name
The build-cfn-wireless-gateway-builder function updates a CfnWirelessGateway$Builder instance using the provided configuration.
  The function takes the CfnWirelessGateway$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `lastUplinkReceivedAt` | java.lang.String | [[cdk.support/lookup-entry]] | `:last-uplink-received-at` |
| `loRaWan` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `thingArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-arn` |
| `thingName` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-name` |
sourceraw docstring

build-cfn-wireless-gateway-lo-ra-wan-gateway-property-builderclj

(build-cfn-wireless-gateway-lo-ra-wan-gateway-property-builder builder
                                                               id
                                                               config)

The build-cfn-wireless-gateway-lo-ra-wan-gateway-property-builder function updates a CfnWirelessGateway$LoRaWANGatewayProperty$Builder instance using the provided configuration. The function takes the CfnWirelessGateway$LoRaWANGatewayProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
gatewayEuijava.lang.Stringcdk.support/lookup-entry:gateway-eui
rfRegionjava.lang.Stringcdk.support/lookup-entry:rf-region
The build-cfn-wireless-gateway-lo-ra-wan-gateway-property-builder function updates a CfnWirelessGateway$LoRaWANGatewayProperty$Builder instance using the provided configuration.
  The function takes the CfnWirelessGateway$LoRaWANGatewayProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `gatewayEui` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-eui` |
| `rfRegion` | java.lang.String | [[cdk.support/lookup-entry]] | `:rf-region` |
sourceraw docstring

build-cfn-wireless-gateway-props-builderclj

(build-cfn-wireless-gateway-props-builder builder id config)

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

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
lastUplinkReceivedAtjava.lang.Stringcdk.support/lookup-entry:last-uplink-received-at
loRaWansoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lo-ra-wan
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
thingArnjava.lang.Stringcdk.support/lookup-entry:thing-arn
thingNamejava.lang.Stringcdk.support/lookup-entry:thing-name
The build-cfn-wireless-gateway-props-builder function updates a CfnWirelessGatewayProps$Builder instance using the provided configuration.
  The function takes the CfnWirelessGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `lastUplinkReceivedAt` | java.lang.String | [[cdk.support/lookup-entry]] | `:last-uplink-received-at` |
| `loRaWan` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lo-ra-wan` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `thingArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-arn` |
| `thingName` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-name` |
sourceraw docstring

cfn-destination-builderclj

(cfn-destination-builder scope id config)

Creates a CfnDestination$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  `CfnDestination$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-destination-props-builderclj

(cfn-destination-props-builder id config)

Creates a CfnDestinationProps$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  `CfnDestinationProps$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-device-profile-builderclj

(cfn-device-profile-builder scope id config)

Creates a CfnDeviceProfile$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  `CfnDeviceProfile$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-device-profile-lo-ra-wan-device-profile-property-builderclj

(cfn-device-profile-lo-ra-wan-device-profile-property-builder id config)

Creates a CfnDeviceProfile$LoRaWANDeviceProfileProperty$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  `CfnDeviceProfile$LoRaWANDeviceProfileProperty$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-device-profile-props-builderclj

(cfn-device-profile-props-builder id config)

Creates a CfnDeviceProfileProps$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  `CfnDeviceProfileProps$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-fuota-task-builderclj

(cfn-fuota-task-builder scope id config)

Creates a CfnFuotaTask$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  `CfnFuotaTask$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-fuota-task-lo-ra-wan-property-builderclj

(cfn-fuota-task-lo-ra-wan-property-builder id config)

Creates a CfnFuotaTask$LoRaWANProperty$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  `CfnFuotaTask$LoRaWANProperty$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-fuota-task-props-builderclj

(cfn-fuota-task-props-builder id config)

Creates a CfnFuotaTaskProps$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  `CfnFuotaTaskProps$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-multicast-group-builderclj

(cfn-multicast-group-builder scope id config)

Creates a CfnMulticastGroup$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  `CfnMulticastGroup$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-multicast-group-lo-ra-wan-property-builderclj

(cfn-multicast-group-lo-ra-wan-property-builder id config)

Creates a CfnMulticastGroup$LoRaWANProperty$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  `CfnMulticastGroup$LoRaWANProperty$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-multicast-group-props-builderclj

(cfn-multicast-group-props-builder id config)

Creates a CfnMulticastGroupProps$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  `CfnMulticastGroupProps$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-network-analyzer-configuration-builderclj

(cfn-network-analyzer-configuration-builder scope id config)

Creates a CfnNetworkAnalyzerConfiguration$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  `CfnNetworkAnalyzerConfiguration$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-network-analyzer-configuration-props-builderclj

(cfn-network-analyzer-configuration-props-builder id config)

Creates a CfnNetworkAnalyzerConfigurationProps$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  `CfnNetworkAnalyzerConfigurationProps$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-network-analyzer-configuration-trace-content-property-builderclj

(cfn-network-analyzer-configuration-trace-content-property-builder id config)

Creates a CfnNetworkAnalyzerConfiguration$TraceContentProperty$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  `CfnNetworkAnalyzerConfiguration$TraceContentProperty$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-partner-account-builderclj

(cfn-partner-account-builder scope id config)

Creates a CfnPartnerAccount$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  `CfnPartnerAccount$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-partner-account-props-builderclj

(cfn-partner-account-props-builder id config)

Creates a CfnPartnerAccountProps$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  `CfnPartnerAccountProps$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-partner-account-sidewalk-account-info-property-builderclj

(cfn-partner-account-sidewalk-account-info-property-builder id config)

Creates a CfnPartnerAccount$SidewalkAccountInfoProperty$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  `CfnPartnerAccount$SidewalkAccountInfoProperty$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-partner-account-sidewalk-account-info-with-fingerprint-property-builderclj

(cfn-partner-account-sidewalk-account-info-with-fingerprint-property-builder
  id
  config)

Creates a CfnPartnerAccount$SidewalkAccountInfoWithFingerprintProperty$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  `CfnPartnerAccount$SidewalkAccountInfoWithFingerprintProperty$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-partner-account-sidewalk-update-account-property-builderclj

(cfn-partner-account-sidewalk-update-account-property-builder id config)

Creates a CfnPartnerAccount$SidewalkUpdateAccountProperty$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  `CfnPartnerAccount$SidewalkUpdateAccountProperty$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-service-profile-builderclj

(cfn-service-profile-builder scope id config)

Creates a CfnServiceProfile$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  `CfnServiceProfile$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-service-profile-lo-ra-wan-service-profile-property-builderclj

(cfn-service-profile-lo-ra-wan-service-profile-property-builder id config)

Creates a CfnServiceProfile$LoRaWANServiceProfileProperty$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  `CfnServiceProfile$LoRaWANServiceProfileProperty$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-service-profile-props-builderclj

(cfn-service-profile-props-builder id config)

Creates a CfnServiceProfileProps$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  `CfnServiceProfileProps$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-task-definition-builderclj

(cfn-task-definition-builder scope id config)

Creates a CfnTaskDefinition$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  `CfnTaskDefinition$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-task-definition-lo-ra-wan-gateway-version-property-builderclj

(cfn-task-definition-lo-ra-wan-gateway-version-property-builder id config)

Creates a CfnTaskDefinition$LoRaWANGatewayVersionProperty$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  `CfnTaskDefinition$LoRaWANGatewayVersionProperty$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-task-definition-lo-ra-wan-update-gateway-task-create-property-builderclj

(cfn-task-definition-lo-ra-wan-update-gateway-task-create-property-builder
  id
  config)

Creates a CfnTaskDefinition$LoRaWANUpdateGatewayTaskCreateProperty$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  `CfnTaskDefinition$LoRaWANUpdateGatewayTaskCreateProperty$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-task-definition-lo-ra-wan-update-gateway-task-entry-property-builderclj

(cfn-task-definition-lo-ra-wan-update-gateway-task-entry-property-builder
  id
  config)

Creates a CfnTaskDefinition$LoRaWANUpdateGatewayTaskEntryProperty$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  `CfnTaskDefinition$LoRaWANUpdateGatewayTaskEntryProperty$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-task-definition-props-builderclj

(cfn-task-definition-props-builder id config)

Creates a CfnTaskDefinitionProps$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  `CfnTaskDefinitionProps$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-task-definition-update-wireless-gateway-task-create-property-builderclj

(cfn-task-definition-update-wireless-gateway-task-create-property-builder
  id
  config)

Creates a CfnTaskDefinition$UpdateWirelessGatewayTaskCreateProperty$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  `CfnTaskDefinition$UpdateWirelessGatewayTaskCreateProperty$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-wireless-device-abp-v10x-property-builderclj

(cfn-wireless-device-abp-v10x-property-builder id config)

Creates a CfnWirelessDevice$AbpV10xProperty$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  `CfnWirelessDevice$AbpV10xProperty$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-wireless-device-abp-v11-property-builderclj

(cfn-wireless-device-abp-v11-property-builder id config)

Creates a CfnWirelessDevice$AbpV11Property$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  `CfnWirelessDevice$AbpV11Property$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-wireless-device-builderclj

(cfn-wireless-device-builder scope id config)

Creates a CfnWirelessDevice$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  `CfnWirelessDevice$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-wireless-device-import-task-builderclj

(cfn-wireless-device-import-task-builder scope id config)

Creates a CfnWirelessDeviceImportTask$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  `CfnWirelessDeviceImportTask$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-wireless-device-import-task-props-builderclj

(cfn-wireless-device-import-task-props-builder id config)

Creates a CfnWirelessDeviceImportTaskProps$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  `CfnWirelessDeviceImportTaskProps$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-wireless-device-import-task-sidewalk-property-builderclj

(cfn-wireless-device-import-task-sidewalk-property-builder id config)

Creates a CfnWirelessDeviceImportTask$SidewalkProperty$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  `CfnWirelessDeviceImportTask$SidewalkProperty$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-wireless-device-lo-ra-wan-device-property-builderclj

(cfn-wireless-device-lo-ra-wan-device-property-builder id config)

Creates a CfnWirelessDevice$LoRaWANDeviceProperty$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  `CfnWirelessDevice$LoRaWANDeviceProperty$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-wireless-device-otaa-v10x-property-builderclj

(cfn-wireless-device-otaa-v10x-property-builder id config)

Creates a CfnWirelessDevice$OtaaV10xProperty$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  `CfnWirelessDevice$OtaaV10xProperty$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-wireless-device-otaa-v11-property-builderclj

(cfn-wireless-device-otaa-v11-property-builder id config)

Creates a CfnWirelessDevice$OtaaV11Property$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  `CfnWirelessDevice$OtaaV11Property$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-wireless-device-props-builderclj

(cfn-wireless-device-props-builder id config)

Creates a CfnWirelessDeviceProps$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  `CfnWirelessDeviceProps$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-wireless-device-session-keys-abp-v10x-property-builderclj

(cfn-wireless-device-session-keys-abp-v10x-property-builder id config)

Creates a CfnWirelessDevice$SessionKeysAbpV10xProperty$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  `CfnWirelessDevice$SessionKeysAbpV10xProperty$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-wireless-device-session-keys-abp-v11-property-builderclj

(cfn-wireless-device-session-keys-abp-v11-property-builder id config)

Creates a CfnWirelessDevice$SessionKeysAbpV11Property$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  `CfnWirelessDevice$SessionKeysAbpV11Property$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-wireless-gateway-builderclj

(cfn-wireless-gateway-builder scope id config)

Creates a CfnWirelessGateway$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  `CfnWirelessGateway$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-wireless-gateway-lo-ra-wan-gateway-property-builderclj

(cfn-wireless-gateway-lo-ra-wan-gateway-property-builder id config)

Creates a CfnWirelessGateway$LoRaWANGatewayProperty$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  `CfnWirelessGateway$LoRaWANGatewayProperty$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-wireless-gateway-props-builderclj

(cfn-wireless-gateway-props-builder id config)

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