Show / Hide Table of Contents

Class CfnDataset.VersioningConfigurationProperty

Information about the versioning of dataset contents.

Inheritance
System.Object
CfnDataset.VersioningConfigurationProperty
Implements
CfnDataset.IVersioningConfigurationProperty
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public class VersioningConfigurationProperty : Object, CfnDataset.IVersioningConfigurationProperty
Syntax (vb)
Public Class VersioningConfigurationProperty
    Inherits Object
    Implements CfnDataset.IVersioningConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.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.AWS.IoTAnalytics;

var versioningConfigurationProperty = new VersioningConfigurationProperty {
    MaxVersions = 123,
    Unlimited = false
};

Synopsis

Constructors

VersioningConfigurationProperty()

Properties

MaxVersions

How many versions of dataset contents are kept.

Unlimited

If true, unlimited versions of dataset contents are kept.

Constructors

VersioningConfigurationProperty()

public VersioningConfigurationProperty()

Properties

MaxVersions

How many versions of dataset contents are kept.

public Nullable<double> MaxVersions { get; set; }
Property Value

System.Nullable<System.Double>

Remarks

The unlimited parameter must be false .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-maxversions

Unlimited

If true, unlimited versions of dataset contents are kept.

public object Unlimited { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-versioningconfiguration.html#cfn-iotanalytics-dataset-versioningconfiguration-unlimited

Implements

CfnDataset.IVersioningConfigurationProperty
Back to top Generated by DocFX