Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnCampaignPropsMixin.Builder
Packages that use CfnCampaignPropsMixin.Builder
-
Uses of CfnCampaignPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise
Methods in software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise that return CfnCampaignPropsMixin.BuilderModifier and TypeMethodDescriptionSpecifies how to update a campaign.CfnCampaignPropsMixin.Builder.collectionScheme(CfnCampaignPropsMixin.CollectionSchemeProperty collectionScheme) The data collection scheme associated with the campaign.CfnCampaignPropsMixin.Builder.collectionScheme(IResolvable collectionScheme) The data collection scheme associated with the campaign.CfnCampaignPropsMixin.Builder.compression(String compression) Whether to compress signals before transmitting data to AWS IoT FleetWise .CfnCampaignPropsMixin.Builder.create()CfnCampaignPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnCampaignPropsMixin.Builder.dataDestinationConfigs(List<? extends Object> dataDestinationConfigs) The destination where the campaign sends data.CfnCampaignPropsMixin.Builder.dataDestinationConfigs(IResolvable dataDestinationConfigs) The destination where the campaign sends data.CfnCampaignPropsMixin.Builder.dataExtraDimensions(List<String> dataExtraDimensions) A list of vehicle attributes to associate with a campaign.CfnCampaignPropsMixin.Builder.dataPartitions(List<? extends Object> dataPartitions) The data partitions associated with the signals collected from the vehicle.CfnCampaignPropsMixin.Builder.dataPartitions(IResolvable dataPartitions) The data partitions associated with the signals collected from the vehicle.CfnCampaignPropsMixin.Builder.description(String description) The description of the campaign.CfnCampaignPropsMixin.Builder.diagnosticsMode(String diagnosticsMode) Option for a vehicle to send diagnostic trouble codes to AWS IoT FleetWise .CfnCampaignPropsMixin.Builder.expiryTime(String expiryTime) The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight UTC time).The name of a campaign.CfnCampaignPropsMixin.Builder.postTriggerCollectionDuration(Number postTriggerCollectionDuration) How long (in milliseconds) to collect raw data after a triggering event initiates the collection.A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet.CfnCampaignPropsMixin.Builder.signalCatalogArn(String signalCatalogArn) The Amazon Resource Name (ARN) of the signal catalog associated with the campaign.CfnCampaignPropsMixin.Builder.signalsToCollect(List<? extends Object> signalsToCollect) A list of information about signals to collect.CfnCampaignPropsMixin.Builder.signalsToCollect(IResolvable signalsToCollect) A list of information about signals to collect.CfnCampaignPropsMixin.Builder.signalsToFetch(List<? extends Object> signalsToFetch) A list of information about signals to fetch.CfnCampaignPropsMixin.Builder.signalsToFetch(IResolvable signalsToFetch) A list of information about signals to fetch.CfnCampaignPropsMixin.Builder.spoolingMode(String spoolingMode) Whether to store collected data after a vehicle lost a connection with the cloud.The time, in milliseconds, to deliver a campaign after it was approved.Metadata that can be used to manage the campaign.The Amazon Resource Name (ARN) of a vehicle or fleet to which the campaign is deployed.