Class CfnCampaignPropsMixin.StorageMaximumSizeProperty
The maximum storage size for the data partition.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTFleetWise.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCampaignPropsMixin.StorageMaximumSizeProperty : CfnCampaignPropsMixin.IStorageMaximumSizeProperty
Syntax (vb)
Public Class CfnCampaignPropsMixin.StorageMaximumSizeProperty Implements CfnCampaignPropsMixin.IStorageMaximumSizeProperty
Remarks
Access to certain AWS IoT FleetWise features is currently gated. For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html">AWS Region and feature availability</a> in the <em>AWS IoT FleetWise Developer Guide</em> .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoTFleetWise.Mixins;
var storageMaximumSizeProperty = new StorageMaximumSizeProperty {
Unit = "unit",
Value = 123
};
Synopsis
Constructors
| StorageMaximumSizeProperty() | The maximum storage size for the data partition. |
Properties
| Unit | The data type of the data to store. |
| Value | The maximum amount of time to store data. |
Constructors
StorageMaximumSizeProperty()
The maximum storage size for the data partition.
public StorageMaximumSizeProperty()
Remarks
Access to certain AWS IoT FleetWise features is currently gated. For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html">AWS Region and feature availability</a> in the <em>AWS IoT FleetWise Developer Guide</em> .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoTFleetWise.Mixins;
var storageMaximumSizeProperty = new StorageMaximumSizeProperty {
Unit = "unit",
Value = 123
};
Properties
Unit
The data type of the data to store.
public string? Unit { get; set; }
Property Value
Remarks
Value
The maximum amount of time to store data.
public double? Value { get; set; }