Class CfnCampaign
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.iotfleetwise.CfnCampaign
- All Implemented Interfaces:
IInspectable,ITaggable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:09.678Z")
@Stability(Stable)
public class CfnCampaign
extends CfnResource
implements IInspectable, ITaggable
Creates an orchestration of data collection rules.
The AWS IoT FleetWise Edge Agent software running in vehicles uses campaigns to decide how to collect and transfer data to the cloud. You create campaigns in the cloud. After you or your team approve campaigns, AWS IoT FleetWise automatically deploys them to vehicles.
For more information, see Collect and transfer data with campaigns in the AWS IoT FleetWise Developer Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotfleetwise.*;
CfnCampaign cfnCampaign = CfnCampaign.Builder.create(this, "MyCfnCampaign")
.collectionScheme(CollectionSchemeProperty.builder()
.conditionBasedCollectionScheme(ConditionBasedCollectionSchemeProperty.builder()
.expression("expression")
// the properties below are optional
.conditionLanguageVersion(123)
.minimumTriggerIntervalMs(123)
.triggerMode("triggerMode")
.build())
.timeBasedCollectionScheme(TimeBasedCollectionSchemeProperty.builder()
.periodMs(123)
.build())
.build())
.name("name")
.signalCatalogArn("signalCatalogArn")
.targetArn("targetArn")
// the properties below are optional
.action("action")
.compression("compression")
.dataDestinationConfigs(List.of(DataDestinationConfigProperty.builder()
.mqttTopicConfig(MqttTopicConfigProperty.builder()
.executionRoleArn("executionRoleArn")
.mqttTopicArn("mqttTopicArn")
.build())
.s3Config(S3ConfigProperty.builder()
.bucketArn("bucketArn")
// the properties below are optional
.dataFormat("dataFormat")
.prefix("prefix")
.storageCompressionFormat("storageCompressionFormat")
.build())
.timestreamConfig(TimestreamConfigProperty.builder()
.executionRoleArn("executionRoleArn")
.timestreamTableArn("timestreamTableArn")
.build())
.build()))
.dataExtraDimensions(List.of("dataExtraDimensions"))
.dataPartitions(List.of(DataPartitionProperty.builder()
.id("id")
.storageOptions(DataPartitionStorageOptionsProperty.builder()
.maximumSize(StorageMaximumSizeProperty.builder()
.unit("unit")
.value(123)
.build())
.minimumTimeToLive(StorageMinimumTimeToLiveProperty.builder()
.unit("unit")
.value(123)
.build())
.storageLocation("storageLocation")
.build())
// the properties below are optional
.uploadOptions(DataPartitionUploadOptionsProperty.builder()
.expression("expression")
// the properties below are optional
.conditionLanguageVersion(123)
.build())
.build()))
.description("description")
.diagnosticsMode("diagnosticsMode")
.expiryTime("expiryTime")
.postTriggerCollectionDuration(123)
.priority(123)
.signalsToCollect(List.of(SignalInformationProperty.builder()
.name("name")
// the properties below are optional
.dataPartitionId("dataPartitionId")
.maxSampleCount(123)
.minimumSamplingIntervalMs(123)
.build()))
.signalsToFetch(List.of(SignalFetchInformationProperty.builder()
.actions(List.of("actions"))
.fullyQualifiedName("fullyQualifiedName")
.signalFetchConfig(SignalFetchConfigProperty.builder()
.conditionBased(ConditionBasedSignalFetchConfigProperty.builder()
.conditionExpression("conditionExpression")
.triggerMode("triggerMode")
.build())
.timeBased(TimeBasedSignalFetchConfigProperty.builder()
.executionFrequencyMs(123)
.build())
.build())
// the properties below are optional
.conditionLanguageVersion(123)
.build()))
.spoolingMode("spoolingMode")
.startTime("startTime")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnCampaign.static interfaceSpecifies what data to collect and how often or when to collect it.static interfaceInformation about a collection scheme that uses a simple logical expression to recognize what data to collect.static interfaceExample:static interfaceThe destination where the AWS IoT FleetWise campaign sends data.static interfaceExample:static interfaceExample:static interfaceExample:static interfaceExample:static interfaceThe Amazon S3 bucket where the AWS IoT FleetWise campaign sends data.static interfaceExample:static interfaceExample:static interfaceInformation about a signal.static interfaceExample:static interfaceExample:static interfaceInformation about a collection scheme that uses a time period to decide how often to collect data.static interfaceExample:static interfaceThe Amazon Timestream table where the AWS IoT FleetWise campaign sends data.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnCampaign(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnCampaign(software.amazon.jsii.JsiiObjectRef objRef) CfnCampaign(software.constructs.Construct scope, String id, CfnCampaignProps props) -
Method Summary
Modifier and TypeMethodDescriptionSpecifies how to update a campaign.The Amazon Resource Name (ARN) of the campaign.The time the campaign was created in seconds since epoch (January 1, 1970 at midnight UTC time).The last time the campaign was modified.The state of the campaign.The data collection scheme associated with the campaign.(Optional) Whether to compress signals before transmitting data to AWS IoT FleetWise .(Optional) The destination where the campaign sends data.(Optional) A list of vehicle attributes to associate with a campaign.(Optional) The description of the campaign.(Optional) Option for a vehicle to send diagnostic trouble codes to AWS IoT FleetWise .(Optional) The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight UTC time).getName()The name of a campaign.(Optional) How long (in milliseconds) to collect raw data after a triggering event initiates the collection.(Optional) A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet.The Amazon Resource Name (ARN) of the signal catalog associated with the campaign.(Optional) A list of information about signals to collect.(Optional) Whether to store collected data after a vehicle lost a connection with the cloud.(Optional) The time, in milliseconds, to deliver a campaign after it was approved.getTags()Tag Manager which manages the tags for this resource.(Optional) 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.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidSpecifies how to update a campaign.voidsetCollectionScheme(IResolvable value) The data collection scheme associated with the campaign.voidThe data collection scheme associated with the campaign.voidsetCompression(String value) (Optional) Whether to compress signals before transmitting data to AWS IoT FleetWise .voidsetDataDestinationConfigs(List<Object> value) (Optional) The destination where the campaign sends data.void(Optional) The destination where the campaign sends data.voidsetDataExtraDimensions(List<String> value) (Optional) A list of vehicle attributes to associate with a campaign.voidsetDataPartitions(List<Object> value) voidsetDataPartitions(IResolvable value) voidsetDescription(String value) (Optional) The description of the campaign.voidsetDiagnosticsMode(String value) (Optional) Option for a vehicle to send diagnostic trouble codes to AWS IoT FleetWise .voidsetExpiryTime(String value) (Optional) The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight UTC time).voidThe name of a campaign.void(Optional) How long (in milliseconds) to collect raw data after a triggering event initiates the collection.voidsetPriority(Number value) (Optional) A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet.voidsetSignalCatalogArn(String value) The Amazon Resource Name (ARN) of the signal catalog associated with the campaign.voidsetSignalsToCollect(List<Object> value) (Optional) A list of information about signals to collect.voidsetSignalsToCollect(IResolvable value) (Optional) A list of information about signals to collect.voidsetSignalsToFetch(List<Object> value) voidsetSignalsToFetch(IResolvable value) voidsetSpoolingMode(String value) (Optional) Whether to store collected data after a vehicle lost a connection with the cloud.voidsetStartTime(String value) (Optional) The time, in milliseconds, to deliver a campaign after it was approved.voidsetTagsRaw(List<CfnTag> value) (Optional) Metadata that can be used to manage the campaign.voidsetTargetArn(String value) The Amazon Resource Name (ARN) of a vehicle or fleet to which the campaign is deployed.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnCampaign
protected CfnCampaign(software.amazon.jsii.JsiiObjectRef objRef) -
CfnCampaign
protected CfnCampaign(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnCampaign
@Stability(Stable) public CfnCampaign(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnCampaignProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the campaign. -
getAttrCreationTime
The time the campaign was created in seconds since epoch (January 1, 1970 at midnight UTC time). -
getAttrLastModificationTime
The last time the campaign was modified. -
getAttrStatus
The state of the campaign.The status can be one of:
CREATING,WAITING_FOR_APPROVAL,RUNNING, andSUSPENDED. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getCollectionScheme
The data collection scheme associated with the campaign. -
setCollectionScheme
The data collection scheme associated with the campaign. -
setCollectionScheme
@Stability(Stable) public void setCollectionScheme(@NotNull CfnCampaign.CollectionSchemeProperty value) The data collection scheme associated with the campaign. -
getName
The name of a campaign. -
setName
The name of a campaign. -
getSignalCatalogArn
The Amazon Resource Name (ARN) of the signal catalog associated with the campaign. -
setSignalCatalogArn
The Amazon Resource Name (ARN) of the signal catalog associated with the campaign. -
getTargetArn
The Amazon Resource Name (ARN) of a vehicle or fleet to which the campaign is deployed. -
setTargetArn
The Amazon Resource Name (ARN) of a vehicle or fleet to which the campaign is deployed. -
getAction
Specifies how to update a campaign.The action can be one of the following:.
-
setAction
Specifies how to update a campaign.The action can be one of the following:.
-
getCompression
(Optional) Whether to compress signals before transmitting data to AWS IoT FleetWise . -
setCompression
(Optional) Whether to compress signals before transmitting data to AWS IoT FleetWise . -
getDataDestinationConfigs
(Optional) The destination where the campaign sends data. -
setDataDestinationConfigs
(Optional) The destination where the campaign sends data. -
setDataDestinationConfigs
(Optional) The destination where the campaign sends data. -
getDataExtraDimensions
(Optional) A list of vehicle attributes to associate with a campaign. -
setDataExtraDimensions
(Optional) A list of vehicle attributes to associate with a campaign. -
getDataPartitions
-
setDataPartitions
-
setDataPartitions
-
getDescription
(Optional) The description of the campaign. -
setDescription
(Optional) The description of the campaign. -
getDiagnosticsMode
(Optional) Option for a vehicle to send diagnostic trouble codes to AWS IoT FleetWise . -
setDiagnosticsMode
(Optional) Option for a vehicle to send diagnostic trouble codes to AWS IoT FleetWise . -
getExpiryTime
(Optional) The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight UTC time). -
setExpiryTime
(Optional) The time the campaign expires, in seconds since epoch (January 1, 1970 at midnight UTC time). -
getPostTriggerCollectionDuration
(Optional) How long (in milliseconds) to collect raw data after a triggering event initiates the collection. -
setPostTriggerCollectionDuration
(Optional) How long (in milliseconds) to collect raw data after a triggering event initiates the collection. -
getPriority
(Optional) A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet. -
setPriority
(Optional) A number indicating the priority of one campaign over another campaign for a certain vehicle or fleet. -
getSignalsToCollect
(Optional) A list of information about signals to collect. -
setSignalsToCollect
(Optional) A list of information about signals to collect. -
setSignalsToCollect
(Optional) A list of information about signals to collect. -
getSignalsToFetch
-
setSignalsToFetch
-
setSignalsToFetch
-
getSpoolingMode
(Optional) Whether to store collected data after a vehicle lost a connection with the cloud. -
setSpoolingMode
(Optional) Whether to store collected data after a vehicle lost a connection with the cloud. -
getStartTime
(Optional) The time, in milliseconds, to deliver a campaign after it was approved. -
setStartTime
(Optional) The time, in milliseconds, to deliver a campaign after it was approved. -
getTagsRaw
(Optional) Metadata that can be used to manage the campaign. -
setTagsRaw
(Optional) Metadata that can be used to manage the campaign.
-