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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appServerPrivateKey | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
appServerPrivateKey | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close