Interface CfnCampaignPropsMixin.TimestreamConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.TimestreamConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.TimestreamConfigProperty
extends software.amazon.jsii.JsiiSerializable
The Amazon Timestream table where the AWS IoT FleetWise campaign sends data.
Timestream stores and organizes data to optimize query processing time and to reduce storage costs. For more information, see Data modeling in the Amazon Timestream 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.cfnpropertymixins.services.iotfleetwise.*;
TimestreamConfigProperty timestreamConfigProperty = TimestreamConfigProperty.builder()
.executionRoleArn("executionRoleArn")
.timestreamTableArn("timestreamTableArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.TimestreamConfigPropertystatic final classAn implementation forCfnCampaignPropsMixin.TimestreamConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExecutionRoleArn
The Amazon Resource Name (ARN) of the task execution role that grants AWS IoT FleetWise permission to deliver data to the Amazon Timestream table.- See Also:
-
getTimestreamTableArn
The Amazon Resource Name (ARN) of the Amazon Timestream table.- See Also:
-
builder
-