Class CfnCampaignProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnCampaignProps.Jsii$Proxy
All Implemented Interfaces:
CfnCampaignProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnCampaignProps

@Stability(Stable) @Internal public static final class CfnCampaignProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCampaignProps
An implementation for CfnCampaignProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotfleetwise.CfnCampaignProps

    CfnCampaignProps.Builder, CfnCampaignProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnCampaignProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    Specifies how to update a campaign.
    final Object
    The 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.
    final List<String>
    (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 String
    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 String
    The 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.
    final List<CfnTag>
    (Optional) Metadata that can be used to manage the campaign.
    final String
    The Amazon Resource Name (ARN) of a vehicle or fleet to which the campaign is deployed.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait