Class CfnCampaignProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaignProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCampaignProps
CfnCampaignProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnCampaignProps
CfnCampaignProps.Builder, CfnCampaignProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCampaignProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCampaignProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringSpecifies how to update a campaign.final ObjectThe data collection scheme associated with the campaign.final String(Optional) Whether to compress signals before transmitting data to AWS IoT FleetWise .final Object(Optional) The destination where the campaign sends data.(Optional) A list of vehicle attributes to associate with a campaign.final String(Optional) The description of the campaign.final String(Optional) Option for a vehicle to send diagnostic trouble codes to AWS IoT FleetWise .final String(Optional) The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight UTC time).final StringgetName()The name of a campaign.final Number(Optional) How long (in milliseconds) to collect raw data after a triggering event initiates the collection.final Number(Optional) A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet.final StringThe Amazon Resource Name (ARN) of the signal catalog associated with the campaign.final Object(Optional) A list of information about signals to collect.final String(Optional) Whether to store collected data after a vehicle lost a connection with the cloud.final String(Optional) The time, in milliseconds, to deliver a campaign after it was approved.getTags()(Optional) Metadata that can be used to manage the campaign.final StringThe Amazon Resource Name (ARN) of a vehicle or fleet to which the campaign is deployed.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCampaignProps.Builder.
-
-
Method Details
-
getAction
Description copied from interface:CfnCampaignPropsSpecifies how to update a campaign. The action can be one of the following:.APPROVE- To approve delivering a data collection scheme to vehicles.SUSPEND- To suspend collecting signal data. The campaign is deleted from vehicles and all vehicles in the suspended campaign will stop sending data.RESUME- To reactivate theSUSPENDcampaign. The campaign is redeployed to all vehicles and the vehicles will resume sending data.UPDATE- To update a campaign.
- Specified by:
getActionin interfaceCfnCampaignProps
-
getCollectionScheme
Description copied from interface:CfnCampaignPropsThe data collection scheme associated with the campaign.You can specify a scheme that collects data based on time or an event.
- Specified by:
getCollectionSchemein interfaceCfnCampaignProps
-
getName
Description copied from interface:CfnCampaignPropsThe name of a campaign.- Specified by:
getNamein interfaceCfnCampaignProps
-
getSignalCatalogArn
Description copied from interface:CfnCampaignPropsThe Amazon Resource Name (ARN) of the signal catalog associated with the campaign.- Specified by:
getSignalCatalogArnin interfaceCfnCampaignProps
-
getTargetArn
Description copied from interface:CfnCampaignPropsThe Amazon Resource Name (ARN) of a vehicle or fleet to which the campaign is deployed.- Specified by:
getTargetArnin interfaceCfnCampaignProps
-
getCompression
Description copied from interface:CfnCampaignProps(Optional) Whether to compress signals before transmitting data to AWS IoT FleetWise .If you don't want to compress the signals, use
OFF. If it's not specified,SNAPPYis used.Default:
SNAPPY- Specified by:
getCompressionin interfaceCfnCampaignProps
-
getDataDestinationConfigs
Description copied from interface:CfnCampaignProps(Optional) The destination where the campaign sends data.You can choose to send data to be stored in Amazon S3 or Amazon Timestream .
Amazon S3 optimizes the cost of data storage and provides additional mechanisms to use vehicle data, such as data lakes, centralized data storage, data processing pipelines, and analytics. AWS IoT FleetWise supports at-least-once file delivery to S3. Your vehicle data is stored on multiple AWS IoT FleetWise servers for redundancy and high availability.
You can use Amazon Timestream to access and analyze time series data, and Timestream to query vehicle data so that you can identify trends and patterns.
- Specified by:
getDataDestinationConfigsin interfaceCfnCampaignProps
-
getDataExtraDimensions
Description copied from interface:CfnCampaignProps(Optional) A list of vehicle attributes to associate with a campaign.Enrich the data with specified vehicle attributes. For example, add
makeandmodelto the campaign, and AWS IoT FleetWise will associate the data with those attributes as dimensions in Amazon Timestream . You can then query the data againstmakeandmodel.Default: An empty array
- Specified by:
getDataExtraDimensionsin interfaceCfnCampaignProps
-
getDescription
Description copied from interface:CfnCampaignProps(Optional) The description of the campaign.- Specified by:
getDescriptionin interfaceCfnCampaignProps
-
getDiagnosticsMode
Description copied from interface:CfnCampaignProps(Optional) Option for a vehicle to send diagnostic trouble codes to AWS IoT FleetWise .If you want to send diagnostic trouble codes, use
SEND_ACTIVE_DTCS. If it's not specified,OFFis used.Default:
OFF- Specified by:
getDiagnosticsModein interfaceCfnCampaignProps
-
getExpiryTime
Description copied from interface:CfnCampaignProps(Optional) The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight UTC time).Vehicle data isn't collected after the campaign expires.
Default: 253402214400 (December 31, 9999, 00:00:00 UTC)
- Specified by:
getExpiryTimein interfaceCfnCampaignProps
-
getPostTriggerCollectionDuration
Description copied from interface:CfnCampaignProps(Optional) How long (in milliseconds) to collect raw data after a triggering event initiates the collection.If it's not specified,
0is used.Default:
0- Specified by:
getPostTriggerCollectionDurationin interfaceCfnCampaignProps
-
getPriority
Description copied from interface:CfnCampaignProps(Optional) A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet.A campaign with the lowest value is deployed to vehicles before any other campaigns. If it's not specified,
0is used.Default:
0- Specified by:
getPriorityin interfaceCfnCampaignProps
-
getSignalsToCollect
Description copied from interface:CfnCampaignProps(Optional) A list of information about signals to collect.- Specified by:
getSignalsToCollectin interfaceCfnCampaignProps
-
getSpoolingMode
Description copied from interface:CfnCampaignProps(Optional) Whether to store collected data after a vehicle lost a connection with the cloud.After a connection is re-established, the data is automatically forwarded to AWS IoT FleetWise . If you want to store collected data when a vehicle loses connection with the cloud, use
TO_DISK. If it's not specified,OFFis used.Default:
OFF- Specified by:
getSpoolingModein interfaceCfnCampaignProps
-
getStartTime
Description copied from interface:CfnCampaignProps(Optional) The time, in milliseconds, to deliver a campaign after it was approved.If it's not specified,
0is used.Default:
0- Specified by:
getStartTimein interfaceCfnCampaignProps
-
getTags
Description copied from interface:CfnCampaignProps(Optional) Metadata that can be used to manage the campaign.- Specified by:
getTagsin interfaceCfnCampaignProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-