Show / Hide Table of Contents

Class CfnCampaignPropsMixin.StorageMaximumSizeProperty

The maximum storage size for the data partition.

Inheritance
object
CfnCampaignPropsMixin.StorageMaximumSizeProperty
Implements
CfnCampaignPropsMixin.IStorageMaximumSizeProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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> .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-campaign-storagemaximumsize.html

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> .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-campaign-storagemaximumsize.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-campaign-storagemaximumsize.html#cfn-iotfleetwise-campaign-storagemaximumsize-unit

Value

The maximum amount of time to store data.

public double? Value { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-campaign-storagemaximumsize.html#cfn-iotfleetwise-campaign-storagemaximumsize-value

Implements

CfnCampaignPropsMixin.IStorageMaximumSizeProperty
Back to top Generated by DocFX