Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.iotfleetwise package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.iotfleetwise package.
(build-cfn-campaign-builder builder id config)
The build-cfn-campaign-builder function updates a CfnCampaign$Builder instance using the provided configuration. The function takes the CfnCampaign$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
action | java.lang.String | cdk.support/lookup-entry | :action |
collectionScheme | software.amazon.awscdk.services.iotfleetwise.CfnCampaign$CollectionSchemeProperty | cdk.support/lookup-entry | :collection-scheme |
compression | java.lang.String | cdk.support/lookup-entry | :compression |
dataDestinationConfigs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :data-destination-configs |
dataExtraDimensions | java.util.List | cdk.support/lookup-entry | :data-extra-dimensions |
description | java.lang.String | cdk.support/lookup-entry | :description |
diagnosticsMode | java.lang.String | cdk.support/lookup-entry | :diagnostics-mode |
expiryTime | java.lang.String | cdk.support/lookup-entry | :expiry-time |
name | java.lang.String | cdk.support/lookup-entry | :name |
postTriggerCollectionDuration | java.lang.Number | cdk.support/lookup-entry | :post-trigger-collection-duration |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
signalCatalogArn | java.lang.String | cdk.support/lookup-entry | :signal-catalog-arn |
signalsToCollect | java.util.List | cdk.support/lookup-entry | :signals-to-collect |
spoolingMode | java.lang.String | cdk.support/lookup-entry | :spooling-mode |
startTime | java.lang.String | cdk.support/lookup-entry | :start-time |
tags | java.util.List | cdk.support/lookup-entry | :tags |
targetArn | java.lang.String | cdk.support/lookup-entry | :target-arn |
The build-cfn-campaign-builder function updates a CfnCampaign$Builder instance using the provided configuration. The function takes the CfnCampaign$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` | | `collectionScheme` | software.amazon.awscdk.services.iotfleetwise.CfnCampaign$CollectionSchemeProperty | [[cdk.support/lookup-entry]] | `:collection-scheme` | | `compression` | java.lang.String | [[cdk.support/lookup-entry]] | `:compression` | | `dataDestinationConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-destination-configs` | | `dataExtraDimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:data-extra-dimensions` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `diagnosticsMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:diagnostics-mode` | | `expiryTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:expiry-time` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `postTriggerCollectionDuration` | java.lang.Number | [[cdk.support/lookup-entry]] | `:post-trigger-collection-duration` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `signalCatalogArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:signal-catalog-arn` | | `signalsToCollect` | java.util.List | [[cdk.support/lookup-entry]] | `:signals-to-collect` | | `spoolingMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:spooling-mode` | | `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
(build-cfn-campaign-collection-scheme-property-builder builder id config)
The build-cfn-campaign-collection-scheme-property-builder function updates a CfnCampaign$CollectionSchemeProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CollectionSchemeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
conditionBasedCollectionScheme | software.amazon.awscdk.services.iotfleetwise.CfnCampaign$ConditionBasedCollectionSchemeProperty | cdk.support/lookup-entry | :condition-based-collection-scheme |
timeBasedCollectionScheme | software.amazon.awscdk.services.iotfleetwise.CfnCampaign$TimeBasedCollectionSchemeProperty | cdk.support/lookup-entry | :time-based-collection-scheme |
The build-cfn-campaign-collection-scheme-property-builder function updates a CfnCampaign$CollectionSchemeProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$CollectionSchemeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `conditionBasedCollectionScheme` | software.amazon.awscdk.services.iotfleetwise.CfnCampaign$ConditionBasedCollectionSchemeProperty | [[cdk.support/lookup-entry]] | `:condition-based-collection-scheme` | | `timeBasedCollectionScheme` | software.amazon.awscdk.services.iotfleetwise.CfnCampaign$TimeBasedCollectionSchemeProperty | [[cdk.support/lookup-entry]] | `:time-based-collection-scheme` |
(build-cfn-campaign-condition-based-collection-scheme-property-builder builder
id
config)
The build-cfn-campaign-condition-based-collection-scheme-property-builder function updates a CfnCampaign$ConditionBasedCollectionSchemeProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$ConditionBasedCollectionSchemeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
conditionLanguageVersion | java.lang.Number | cdk.support/lookup-entry | :condition-language-version |
expression | java.lang.String | cdk.support/lookup-entry | :expression |
minimumTriggerIntervalMs | java.lang.Number | cdk.support/lookup-entry | :minimum-trigger-interval-ms |
triggerMode | java.lang.String | cdk.support/lookup-entry | :trigger-mode |
The build-cfn-campaign-condition-based-collection-scheme-property-builder function updates a CfnCampaign$ConditionBasedCollectionSchemeProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$ConditionBasedCollectionSchemeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `conditionLanguageVersion` | java.lang.Number | [[cdk.support/lookup-entry]] | `:condition-language-version` | | `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` | | `minimumTriggerIntervalMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-trigger-interval-ms` | | `triggerMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:trigger-mode` |
(build-cfn-campaign-data-destination-config-property-builder builder id config)
The build-cfn-campaign-data-destination-config-property-builder function updates a CfnCampaign$DataDestinationConfigProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$DataDestinationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Config | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3-config |
timestreamConfig | software.amazon.awscdk.services.iotfleetwise.CfnCampaign$TimestreamConfigProperty | cdk.support/lookup-entry | :timestream-config |
The build-cfn-campaign-data-destination-config-property-builder function updates a CfnCampaign$DataDestinationConfigProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$DataDestinationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `s3Config` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-config` | | `timestreamConfig` | software.amazon.awscdk.services.iotfleetwise.CfnCampaign$TimestreamConfigProperty | [[cdk.support/lookup-entry]] | `:timestream-config` |
(build-cfn-campaign-props-builder builder id config)
The build-cfn-campaign-props-builder function updates a CfnCampaignProps$Builder instance using the provided configuration. The function takes the CfnCampaignProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
action | java.lang.String | cdk.support/lookup-entry | :action |
collectionScheme | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :collection-scheme |
compression | java.lang.String | cdk.support/lookup-entry | :compression |
dataDestinationConfigs | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :data-destination-configs |
dataExtraDimensions | java.util.List | cdk.support/lookup-entry | :data-extra-dimensions |
description | java.lang.String | cdk.support/lookup-entry | :description |
diagnosticsMode | java.lang.String | cdk.support/lookup-entry | :diagnostics-mode |
expiryTime | java.lang.String | cdk.support/lookup-entry | :expiry-time |
name | java.lang.String | cdk.support/lookup-entry | :name |
postTriggerCollectionDuration | java.lang.Number | cdk.support/lookup-entry | :post-trigger-collection-duration |
priority | java.lang.Number | cdk.support/lookup-entry | :priority |
signalCatalogArn | java.lang.String | cdk.support/lookup-entry | :signal-catalog-arn |
signalsToCollect | java.util.List | cdk.support/lookup-entry | :signals-to-collect |
spoolingMode | java.lang.String | cdk.support/lookup-entry | :spooling-mode |
startTime | java.lang.String | cdk.support/lookup-entry | :start-time |
tags | java.util.List | cdk.support/lookup-entry | :tags |
targetArn | java.lang.String | cdk.support/lookup-entry | :target-arn |
The build-cfn-campaign-props-builder function updates a CfnCampaignProps$Builder instance using the provided configuration. The function takes the CfnCampaignProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` | | `collectionScheme` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:collection-scheme` | | `compression` | java.lang.String | [[cdk.support/lookup-entry]] | `:compression` | | `dataDestinationConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-destination-configs` | | `dataExtraDimensions` | java.util.List | [[cdk.support/lookup-entry]] | `:data-extra-dimensions` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `diagnosticsMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:diagnostics-mode` | | `expiryTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:expiry-time` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `postTriggerCollectionDuration` | java.lang.Number | [[cdk.support/lookup-entry]] | `:post-trigger-collection-duration` | | `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` | | `signalCatalogArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:signal-catalog-arn` | | `signalsToCollect` | java.util.List | [[cdk.support/lookup-entry]] | `:signals-to-collect` | | `spoolingMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:spooling-mode` | | `startTime` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-time` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
(build-cfn-campaign-s3-config-property-builder builder id config)
The build-cfn-campaign-s3-config-property-builder function updates a CfnCampaign$S3ConfigProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$S3ConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketArn | java.lang.String | cdk.support/lookup-entry | :bucket-arn |
dataFormat | java.lang.String | cdk.support/lookup-entry | :data-format |
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
storageCompressionFormat | java.lang.String | cdk.support/lookup-entry | :storage-compression-format |
The build-cfn-campaign-s3-config-property-builder function updates a CfnCampaign$S3ConfigProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$S3ConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucketArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-arn` | | `dataFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-format` | | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` | | `storageCompressionFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-compression-format` |
(build-cfn-campaign-signal-information-property-builder builder id config)
The build-cfn-campaign-signal-information-property-builder function updates a CfnCampaign$SignalInformationProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$SignalInformationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxSampleCount | java.lang.Number | cdk.support/lookup-entry | :max-sample-count |
minimumSamplingIntervalMs | java.lang.Number | cdk.support/lookup-entry | :minimum-sampling-interval-ms |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-campaign-signal-information-property-builder function updates a CfnCampaign$SignalInformationProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$SignalInformationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `maxSampleCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-sample-count` | | `minimumSamplingIntervalMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-sampling-interval-ms` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-campaign-time-based-collection-scheme-property-builder builder
id
config)
The build-cfn-campaign-time-based-collection-scheme-property-builder function updates a CfnCampaign$TimeBasedCollectionSchemeProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$TimeBasedCollectionSchemeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
periodMs | java.lang.Number | cdk.support/lookup-entry | :period-ms |
The build-cfn-campaign-time-based-collection-scheme-property-builder function updates a CfnCampaign$TimeBasedCollectionSchemeProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$TimeBasedCollectionSchemeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `periodMs` | java.lang.Number | [[cdk.support/lookup-entry]] | `:period-ms` |
(build-cfn-campaign-timestream-config-property-builder builder id config)
The build-cfn-campaign-timestream-config-property-builder function updates a CfnCampaign$TimestreamConfigProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$TimestreamConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
executionRoleArn | java.lang.String | cdk.support/lookup-entry | :execution-role-arn |
timestreamTableArn | java.lang.String | cdk.support/lookup-entry | :timestream-table-arn |
The build-cfn-campaign-timestream-config-property-builder function updates a CfnCampaign$TimestreamConfigProperty$Builder instance using the provided configuration. The function takes the CfnCampaign$TimestreamConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` | | `timestreamTableArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:timestream-table-arn` |
(build-cfn-decoder-manifest-builder builder id config)
The build-cfn-decoder-manifest-builder function updates a CfnDecoderManifest$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
modelManifestArn | java.lang.String | cdk.support/lookup-entry | :model-manifest-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
networkInterfaces | java.util.List | cdk.support/lookup-entry | :network-interfaces |
signalDecoders | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :signal-decoders |
status | java.lang.String | cdk.support/lookup-entry | :status |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-decoder-manifest-builder function updates a CfnDecoderManifest$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `modelManifestArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-manifest-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `networkInterfaces` | java.util.List | [[cdk.support/lookup-entry]] | `:network-interfaces` | | `signalDecoders` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:signal-decoders` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-decoder-manifest-can-interface-property-builder builder id config)
The build-cfn-decoder-manifest-can-interface-property-builder function updates a CfnDecoderManifest$CanInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$CanInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
protocolName | java.lang.String | cdk.support/lookup-entry | :protocol-name |
protocolVersion | java.lang.String | cdk.support/lookup-entry | :protocol-version |
The build-cfn-decoder-manifest-can-interface-property-builder function updates a CfnDecoderManifest$CanInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$CanInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `protocolName` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol-name` | | `protocolVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol-version` |
(build-cfn-decoder-manifest-can-network-interface-property-builder builder
id
config)
The build-cfn-decoder-manifest-can-network-interface-property-builder function updates a CfnDecoderManifest$CanNetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$CanNetworkInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
canInterface | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :can-interface |
interfaceId | java.lang.String | cdk.support/lookup-entry | :interface-id |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-decoder-manifest-can-network-interface-property-builder function updates a CfnDecoderManifest$CanNetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$CanNetworkInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `canInterface` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:can-interface` | | `interfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-id` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-decoder-manifest-can-signal-decoder-property-builder builder
id
config)
The build-cfn-decoder-manifest-can-signal-decoder-property-builder function updates a CfnDecoderManifest$CanSignalDecoderProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$CanSignalDecoderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
canSignal | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :can-signal |
fullyQualifiedName | java.lang.String | cdk.support/lookup-entry | :fully-qualified-name |
interfaceId | java.lang.String | cdk.support/lookup-entry | :interface-id |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-decoder-manifest-can-signal-decoder-property-builder function updates a CfnDecoderManifest$CanSignalDecoderProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$CanSignalDecoderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `canSignal` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:can-signal` | | `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` | | `interfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-id` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-decoder-manifest-can-signal-property-builder builder id config)
The build-cfn-decoder-manifest-can-signal-property-builder function updates a CfnDecoderManifest$CanSignalProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$CanSignalProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
factor | java.lang.String | cdk.support/lookup-entry | :factor |
isBigEndian | java.lang.String | cdk.support/lookup-entry | :is-big-endian |
isSigned | java.lang.String | cdk.support/lookup-entry | :is-signed |
length | java.lang.String | cdk.support/lookup-entry | :length |
messageId | java.lang.String | cdk.support/lookup-entry | :message-id |
name | java.lang.String | cdk.support/lookup-entry | :name |
offset | java.lang.String | cdk.support/lookup-entry | :offset |
startBit | java.lang.String | cdk.support/lookup-entry | :start-bit |
The build-cfn-decoder-manifest-can-signal-property-builder function updates a CfnDecoderManifest$CanSignalProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$CanSignalProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `factor` | java.lang.String | [[cdk.support/lookup-entry]] | `:factor` | | `isBigEndian` | java.lang.String | [[cdk.support/lookup-entry]] | `:is-big-endian` | | `isSigned` | java.lang.String | [[cdk.support/lookup-entry]] | `:is-signed` | | `length` | java.lang.String | [[cdk.support/lookup-entry]] | `:length` | | `messageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-id` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `offset` | java.lang.String | [[cdk.support/lookup-entry]] | `:offset` | | `startBit` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-bit` |
(build-cfn-decoder-manifest-network-interfaces-items-property-builder builder
id
config)
The build-cfn-decoder-manifest-network-interfaces-items-property-builder function updates a CfnDecoderManifest$NetworkInterfacesItemsProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$NetworkInterfacesItemsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
canInterface | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :can-interface |
interfaceId | java.lang.String | cdk.support/lookup-entry | :interface-id |
obdInterface | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdInterfaceProperty | cdk.support/lookup-entry | :obd-interface |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-decoder-manifest-network-interfaces-items-property-builder function updates a CfnDecoderManifest$NetworkInterfacesItemsProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$NetworkInterfacesItemsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `canInterface` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:can-interface` | | `interfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-id` | | `obdInterface` | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdInterfaceProperty | [[cdk.support/lookup-entry]] | `:obd-interface` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-decoder-manifest-obd-interface-property-builder builder id config)
The build-cfn-decoder-manifest-obd-interface-property-builder function updates a CfnDecoderManifest$ObdInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$ObdInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dtcRequestIntervalSeconds | java.lang.String | cdk.support/lookup-entry | :dtc-request-interval-seconds |
hasTransmissionEcu | java.lang.String | cdk.support/lookup-entry | :has-transmission-ecu |
name | java.lang.String | cdk.support/lookup-entry | :name |
obdStandard | java.lang.String | cdk.support/lookup-entry | :obd-standard |
pidRequestIntervalSeconds | java.lang.String | cdk.support/lookup-entry | :pid-request-interval-seconds |
requestMessageId | java.lang.String | cdk.support/lookup-entry | :request-message-id |
useExtendedIds | java.lang.String | cdk.support/lookup-entry | :use-extended-ids |
The build-cfn-decoder-manifest-obd-interface-property-builder function updates a CfnDecoderManifest$ObdInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$ObdInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dtcRequestIntervalSeconds` | java.lang.String | [[cdk.support/lookup-entry]] | `:dtc-request-interval-seconds` | | `hasTransmissionEcu` | java.lang.String | [[cdk.support/lookup-entry]] | `:has-transmission-ecu` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `obdStandard` | java.lang.String | [[cdk.support/lookup-entry]] | `:obd-standard` | | `pidRequestIntervalSeconds` | java.lang.String | [[cdk.support/lookup-entry]] | `:pid-request-interval-seconds` | | `requestMessageId` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-message-id` | | `useExtendedIds` | java.lang.String | [[cdk.support/lookup-entry]] | `:use-extended-ids` |
(build-cfn-decoder-manifest-obd-network-interface-property-builder builder
id
config)
The build-cfn-decoder-manifest-obd-network-interface-property-builder function updates a CfnDecoderManifest$ObdNetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$ObdNetworkInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
interfaceId | java.lang.String | cdk.support/lookup-entry | :interface-id |
obdInterface | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdInterfaceProperty | cdk.support/lookup-entry | :obd-interface |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-decoder-manifest-obd-network-interface-property-builder function updates a CfnDecoderManifest$ObdNetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$ObdNetworkInterfaceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `interfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-id` | | `obdInterface` | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdInterfaceProperty | [[cdk.support/lookup-entry]] | `:obd-interface` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-decoder-manifest-obd-signal-decoder-property-builder builder
id
config)
The build-cfn-decoder-manifest-obd-signal-decoder-property-builder function updates a CfnDecoderManifest$ObdSignalDecoderProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$ObdSignalDecoderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fullyQualifiedName | java.lang.String | cdk.support/lookup-entry | :fully-qualified-name |
interfaceId | java.lang.String | cdk.support/lookup-entry | :interface-id |
obdSignal | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdSignalProperty | cdk.support/lookup-entry | :obd-signal |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-decoder-manifest-obd-signal-decoder-property-builder function updates a CfnDecoderManifest$ObdSignalDecoderProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$ObdSignalDecoderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` | | `interfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-id` | | `obdSignal` | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdSignalProperty | [[cdk.support/lookup-entry]] | `:obd-signal` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-decoder-manifest-obd-signal-property-builder builder id config)
The build-cfn-decoder-manifest-obd-signal-property-builder function updates a CfnDecoderManifest$ObdSignalProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$ObdSignalProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bitMaskLength | java.lang.String | cdk.support/lookup-entry | :bit-mask-length |
bitRightShift | java.lang.String | cdk.support/lookup-entry | :bit-right-shift |
byteLength | java.lang.String | cdk.support/lookup-entry | :byte-length |
offset | java.lang.String | cdk.support/lookup-entry | :offset |
pid | java.lang.String | cdk.support/lookup-entry | :pid |
pidResponseLength | java.lang.String | cdk.support/lookup-entry | :pid-response-length |
scaling | java.lang.String | cdk.support/lookup-entry | :scaling |
serviceMode | java.lang.String | cdk.support/lookup-entry | :service-mode |
startByte | java.lang.String | cdk.support/lookup-entry | :start-byte |
The build-cfn-decoder-manifest-obd-signal-property-builder function updates a CfnDecoderManifest$ObdSignalProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$ObdSignalProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bitMaskLength` | java.lang.String | [[cdk.support/lookup-entry]] | `:bit-mask-length` | | `bitRightShift` | java.lang.String | [[cdk.support/lookup-entry]] | `:bit-right-shift` | | `byteLength` | java.lang.String | [[cdk.support/lookup-entry]] | `:byte-length` | | `offset` | java.lang.String | [[cdk.support/lookup-entry]] | `:offset` | | `pid` | java.lang.String | [[cdk.support/lookup-entry]] | `:pid` | | `pidResponseLength` | java.lang.String | [[cdk.support/lookup-entry]] | `:pid-response-length` | | `scaling` | java.lang.String | [[cdk.support/lookup-entry]] | `:scaling` | | `serviceMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-mode` | | `startByte` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-byte` |
(build-cfn-decoder-manifest-props-builder builder id config)
The build-cfn-decoder-manifest-props-builder function updates a CfnDecoderManifestProps$Builder instance using the provided configuration. The function takes the CfnDecoderManifestProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
modelManifestArn | java.lang.String | cdk.support/lookup-entry | :model-manifest-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
networkInterfaces | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :network-interfaces |
signalDecoders | java.util.List | cdk.support/lookup-entry | :signal-decoders |
status | java.lang.String | cdk.support/lookup-entry | :status |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-decoder-manifest-props-builder function updates a CfnDecoderManifestProps$Builder instance using the provided configuration. The function takes the CfnDecoderManifestProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `modelManifestArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-manifest-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `networkInterfaces` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:network-interfaces` | | `signalDecoders` | java.util.List | [[cdk.support/lookup-entry]] | `:signal-decoders` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-decoder-manifest-signal-decoders-items-property-builder builder
id
config)
The build-cfn-decoder-manifest-signal-decoders-items-property-builder function updates a CfnDecoderManifest$SignalDecodersItemsProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$SignalDecodersItemsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
canSignal | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :can-signal |
fullyQualifiedName | java.lang.String | cdk.support/lookup-entry | :fully-qualified-name |
interfaceId | java.lang.String | cdk.support/lookup-entry | :interface-id |
obdSignal | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdSignalProperty | cdk.support/lookup-entry | :obd-signal |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-decoder-manifest-signal-decoders-items-property-builder function updates a CfnDecoderManifest$SignalDecodersItemsProperty$Builder instance using the provided configuration. The function takes the CfnDecoderManifest$SignalDecodersItemsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `canSignal` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:can-signal` | | `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` | | `interfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:interface-id` | | `obdSignal` | software.amazon.awscdk.services.iotfleetwise.CfnDecoderManifest$ObdSignalProperty | [[cdk.support/lookup-entry]] | `:obd-signal` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-fleet-builder builder id config)
The build-cfn-fleet-builder function updates a CfnFleet$Builder instance using the provided configuration. The function takes the CfnFleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
id | java.lang.String | cdk.support/lookup-entry | :id |
signalCatalogArn | java.lang.String | cdk.support/lookup-entry | :signal-catalog-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-fleet-builder function updates a CfnFleet$Builder instance using the provided configuration. The function takes the CfnFleet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `signalCatalogArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:signal-catalog-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-fleet-props-builder builder id config)
The build-cfn-fleet-props-builder function updates a CfnFleetProps$Builder instance using the provided configuration. The function takes the CfnFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
id | java.lang.String | cdk.support/lookup-entry | :id |
signalCatalogArn | java.lang.String | cdk.support/lookup-entry | :signal-catalog-arn |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-fleet-props-builder function updates a CfnFleetProps$Builder instance using the provided configuration. The function takes the CfnFleetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `signalCatalogArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:signal-catalog-arn` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-model-manifest-builder builder id config)
The build-cfn-model-manifest-builder function updates a CfnModelManifest$Builder instance using the provided configuration. The function takes the CfnModelManifest$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
nodes | java.util.List | cdk.support/lookup-entry | :nodes |
signalCatalogArn | java.lang.String | cdk.support/lookup-entry | :signal-catalog-arn |
status | java.lang.String | cdk.support/lookup-entry | :status |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-model-manifest-builder function updates a CfnModelManifest$Builder instance using the provided configuration. The function takes the CfnModelManifest$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `nodes` | java.util.List | [[cdk.support/lookup-entry]] | `:nodes` | | `signalCatalogArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:signal-catalog-arn` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-model-manifest-props-builder builder id config)
The build-cfn-model-manifest-props-builder function updates a CfnModelManifestProps$Builder instance using the provided configuration. The function takes the CfnModelManifestProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
nodes | java.util.List | cdk.support/lookup-entry | :nodes |
signalCatalogArn | java.lang.String | cdk.support/lookup-entry | :signal-catalog-arn |
status | java.lang.String | cdk.support/lookup-entry | :status |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-model-manifest-props-builder function updates a CfnModelManifestProps$Builder instance using the provided configuration. The function takes the CfnModelManifestProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `nodes` | java.util.List | [[cdk.support/lookup-entry]] | `:nodes` | | `signalCatalogArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:signal-catalog-arn` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-signal-catalog-actuator-property-builder builder id config)
The build-cfn-signal-catalog-actuator-property-builder function updates a CfnSignalCatalog$ActuatorProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$ActuatorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowedValues | java.util.List | cdk.support/lookup-entry | :allowed-values |
assignedValue | java.lang.String | cdk.support/lookup-entry | :assigned-value |
dataType | java.lang.String | cdk.support/lookup-entry | :data-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
fullyQualifiedName | java.lang.String | cdk.support/lookup-entry | :fully-qualified-name |
max | java.lang.Number | cdk.support/lookup-entry | :max |
min | java.lang.Number | cdk.support/lookup-entry | :min |
unit | java.lang.String | cdk.support/lookup-entry | :unit |
The build-cfn-signal-catalog-actuator-property-builder function updates a CfnSignalCatalog$ActuatorProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$ActuatorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowedValues` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-values` | | `assignedValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:assigned-value` | | `dataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` | | `max` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max` | | `min` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min` | | `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
(build-cfn-signal-catalog-attribute-property-builder builder id config)
The build-cfn-signal-catalog-attribute-property-builder function updates a CfnSignalCatalog$AttributeProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$AttributeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowedValues | java.util.List | cdk.support/lookup-entry | :allowed-values |
assignedValue | java.lang.String | cdk.support/lookup-entry | :assigned-value |
dataType | java.lang.String | cdk.support/lookup-entry | :data-type |
defaultValue | java.lang.String | cdk.support/lookup-entry | :default-value |
description | java.lang.String | cdk.support/lookup-entry | :description |
fullyQualifiedName | java.lang.String | cdk.support/lookup-entry | :fully-qualified-name |
max | java.lang.Number | cdk.support/lookup-entry | :max |
min | java.lang.Number | cdk.support/lookup-entry | :min |
unit | java.lang.String | cdk.support/lookup-entry | :unit |
The build-cfn-signal-catalog-attribute-property-builder function updates a CfnSignalCatalog$AttributeProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$AttributeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowedValues` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-values` | | `assignedValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:assigned-value` | | `dataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-type` | | `defaultValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-value` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` | | `max` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max` | | `min` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min` | | `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
(build-cfn-signal-catalog-branch-property-builder builder id config)
The build-cfn-signal-catalog-branch-property-builder function updates a CfnSignalCatalog$BranchProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$BranchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
fullyQualifiedName | java.lang.String | cdk.support/lookup-entry | :fully-qualified-name |
The build-cfn-signal-catalog-branch-property-builder function updates a CfnSignalCatalog$BranchProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$BranchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` |
(build-cfn-signal-catalog-builder builder id config)
The build-cfn-signal-catalog-builder function updates a CfnSignalCatalog$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
nodeCounts | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$NodeCountsProperty | cdk.support/lookup-entry | :node-counts |
nodes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :nodes |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-signal-catalog-builder function updates a CfnSignalCatalog$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `nodeCounts` | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$NodeCountsProperty | [[cdk.support/lookup-entry]] | `:node-counts` | | `nodes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:nodes` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-signal-catalog-node-counts-property-builder builder id config)
The build-cfn-signal-catalog-node-counts-property-builder function updates a CfnSignalCatalog$NodeCountsProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$NodeCountsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
totalActuators | java.lang.Number | cdk.support/lookup-entry | :total-actuators |
totalAttributes | java.lang.Number | cdk.support/lookup-entry | :total-attributes |
totalBranches | java.lang.Number | cdk.support/lookup-entry | :total-branches |
totalNodes | java.lang.Number | cdk.support/lookup-entry | :total-nodes |
totalSensors | java.lang.Number | cdk.support/lookup-entry | :total-sensors |
The build-cfn-signal-catalog-node-counts-property-builder function updates a CfnSignalCatalog$NodeCountsProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$NodeCountsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `totalActuators` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-actuators` | | `totalAttributes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-attributes` | | `totalBranches` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-branches` | | `totalNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-nodes` | | `totalSensors` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-sensors` |
(build-cfn-signal-catalog-node-property-builder builder id config)
The build-cfn-signal-catalog-node-property-builder function updates a CfnSignalCatalog$NodeProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$NodeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
actuator | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$ActuatorProperty | cdk.support/lookup-entry | :actuator |
attribute | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$AttributeProperty | cdk.support/lookup-entry | :attribute |
branch | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :branch |
sensor | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sensor |
The build-cfn-signal-catalog-node-property-builder function updates a CfnSignalCatalog$NodeProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$NodeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `actuator` | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$ActuatorProperty | [[cdk.support/lookup-entry]] | `:actuator` | | `attribute` | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$AttributeProperty | [[cdk.support/lookup-entry]] | `:attribute` | | `branch` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:branch` | | `sensor` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sensor` |
(build-cfn-signal-catalog-props-builder builder id config)
The build-cfn-signal-catalog-props-builder function updates a CfnSignalCatalogProps$Builder instance using the provided configuration. The function takes the CfnSignalCatalogProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
nodeCounts | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$NodeCountsProperty | cdk.support/lookup-entry | :node-counts |
nodes | java.util.List | cdk.support/lookup-entry | :nodes |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-signal-catalog-props-builder function updates a CfnSignalCatalogProps$Builder instance using the provided configuration. The function takes the CfnSignalCatalogProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `nodeCounts` | software.amazon.awscdk.services.iotfleetwise.CfnSignalCatalog$NodeCountsProperty | [[cdk.support/lookup-entry]] | `:node-counts` | | `nodes` | java.util.List | [[cdk.support/lookup-entry]] | `:nodes` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-signal-catalog-sensor-property-builder builder id config)
The build-cfn-signal-catalog-sensor-property-builder function updates a CfnSignalCatalog$SensorProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$SensorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowedValues | java.util.List | cdk.support/lookup-entry | :allowed-values |
dataType | java.lang.String | cdk.support/lookup-entry | :data-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
fullyQualifiedName | java.lang.String | cdk.support/lookup-entry | :fully-qualified-name |
max | java.lang.Number | cdk.support/lookup-entry | :max |
min | java.lang.Number | cdk.support/lookup-entry | :min |
unit | java.lang.String | cdk.support/lookup-entry | :unit |
The build-cfn-signal-catalog-sensor-property-builder function updates a CfnSignalCatalog$SensorProperty$Builder instance using the provided configuration. The function takes the CfnSignalCatalog$SensorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowedValues` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-values` | | `dataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `fullyQualifiedName` | java.lang.String | [[cdk.support/lookup-entry]] | `:fully-qualified-name` | | `max` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max` | | `min` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min` | | `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
(build-cfn-vehicle-builder builder id config)
The build-cfn-vehicle-builder function updates a CfnVehicle$Builder instance using the provided configuration. The function takes the CfnVehicle$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
associationBehavior | java.lang.String | cdk.support/lookup-entry | :association-behavior |
attributes | java.util.Map | cdk.support/lookup-entry | :attributes |
decoderManifestArn | java.lang.String | cdk.support/lookup-entry | :decoder-manifest-arn |
modelManifestArn | java.lang.String | cdk.support/lookup-entry | :model-manifest-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-vehicle-builder function updates a CfnVehicle$Builder instance using the provided configuration. The function takes the CfnVehicle$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `associationBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:association-behavior` | | `attributes` | java.util.Map | [[cdk.support/lookup-entry]] | `:attributes` | | `decoderManifestArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:decoder-manifest-arn` | | `modelManifestArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-manifest-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-vehicle-props-builder builder id config)
The build-cfn-vehicle-props-builder function updates a CfnVehicleProps$Builder instance using the provided configuration. The function takes the CfnVehicleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
associationBehavior | java.lang.String | cdk.support/lookup-entry | :association-behavior |
attributes | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :attributes |
decoderManifestArn | java.lang.String | cdk.support/lookup-entry | :decoder-manifest-arn |
modelManifestArn | java.lang.String | cdk.support/lookup-entry | :model-manifest-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-vehicle-props-builder function updates a CfnVehicleProps$Builder instance using the provided configuration. The function takes the CfnVehicleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `associationBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:association-behavior` | | `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` | | `decoderManifestArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:decoder-manifest-arn` | | `modelManifestArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-manifest-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(cfn-campaign-builder scope id config)
Creates a CfnCampaign$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnCampaign$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-campaign-collection-scheme-property-builder id config)
Creates a CfnCampaign$CollectionSchemeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCampaign$CollectionSchemeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-campaign-condition-based-collection-scheme-property-builder id config)
Creates a CfnCampaign$ConditionBasedCollectionSchemeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCampaign$ConditionBasedCollectionSchemeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-campaign-data-destination-config-property-builder id config)
Creates a CfnCampaign$DataDestinationConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCampaign$DataDestinationConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-campaign-props-builder id config)
Creates a CfnCampaignProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCampaignProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-campaign-s3-config-property-builder id config)
Creates a CfnCampaign$S3ConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCampaign$S3ConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-campaign-signal-information-property-builder id config)
Creates a CfnCampaign$SignalInformationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCampaign$SignalInformationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-campaign-time-based-collection-scheme-property-builder id config)
Creates a CfnCampaign$TimeBasedCollectionSchemeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCampaign$TimeBasedCollectionSchemeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-campaign-timestream-config-property-builder id config)
Creates a CfnCampaign$TimestreamConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCampaign$TimestreamConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-decoder-manifest-builder scope id config)
Creates a CfnDecoderManifest$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDecoderManifest$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-decoder-manifest-can-interface-property-builder id config)
Creates a CfnDecoderManifest$CanInterfaceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDecoderManifest$CanInterfaceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-decoder-manifest-can-network-interface-property-builder id config)
Creates a CfnDecoderManifest$CanNetworkInterfaceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDecoderManifest$CanNetworkInterfaceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-decoder-manifest-can-signal-decoder-property-builder id config)
Creates a CfnDecoderManifest$CanSignalDecoderProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDecoderManifest$CanSignalDecoderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-decoder-manifest-can-signal-property-builder id config)
Creates a CfnDecoderManifest$CanSignalProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDecoderManifest$CanSignalProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-decoder-manifest-network-interfaces-items-property-builder id config)
Creates a CfnDecoderManifest$NetworkInterfacesItemsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDecoderManifest$NetworkInterfacesItemsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-decoder-manifest-obd-interface-property-builder id config)
Creates a CfnDecoderManifest$ObdInterfaceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDecoderManifest$ObdInterfaceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-decoder-manifest-obd-network-interface-property-builder id config)
Creates a CfnDecoderManifest$ObdNetworkInterfaceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDecoderManifest$ObdNetworkInterfaceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-decoder-manifest-obd-signal-decoder-property-builder id config)
Creates a CfnDecoderManifest$ObdSignalDecoderProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDecoderManifest$ObdSignalDecoderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-decoder-manifest-obd-signal-property-builder id config)
Creates a CfnDecoderManifest$ObdSignalProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDecoderManifest$ObdSignalProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-decoder-manifest-props-builder id config)
Creates a CfnDecoderManifestProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDecoderManifestProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-decoder-manifest-signal-decoders-items-property-builder id config)
Creates a CfnDecoderManifest$SignalDecodersItemsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDecoderManifest$SignalDecodersItemsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-fleet-builder scope id config)
Creates a CfnFleet$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnFleet$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-fleet-props-builder id config)
Creates a CfnFleetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnFleetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-model-manifest-builder scope id config)
Creates a CfnModelManifest$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnModelManifest$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-model-manifest-props-builder id config)
Creates a CfnModelManifestProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnModelManifestProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-signal-catalog-actuator-property-builder id config)
Creates a CfnSignalCatalog$ActuatorProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSignalCatalog$ActuatorProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-signal-catalog-attribute-property-builder id config)
Creates a CfnSignalCatalog$AttributeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSignalCatalog$AttributeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-signal-catalog-branch-property-builder id config)
Creates a CfnSignalCatalog$BranchProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSignalCatalog$BranchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-signal-catalog-builder scope id config)
Creates a CfnSignalCatalog$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnSignalCatalog$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-signal-catalog-node-counts-property-builder id config)
Creates a CfnSignalCatalog$NodeCountsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSignalCatalog$NodeCountsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-signal-catalog-node-property-builder id config)
Creates a CfnSignalCatalog$NodeProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSignalCatalog$NodeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-signal-catalog-props-builder id config)
Creates a CfnSignalCatalogProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSignalCatalogProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-signal-catalog-sensor-property-builder id config)
Creates a CfnSignalCatalog$SensorProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSignalCatalog$SensorProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-vehicle-builder scope id config)
Creates a CfnVehicle$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnVehicle$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-vehicle-props-builder id config)
Creates a CfnVehicleProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnVehicleProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close