Show / Hide Table of Contents

Interface CfnDatastorePropsMixin.IDatastorePartitionsProperty

Information about the partition dimensions in a data store.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDatastorePropsMixin.IDatastorePartitionsProperty
Syntax (vb)
Public Interface CfnDatastorePropsMixin.IDatastorePartitionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-datastorepartitions.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.CfnPropertyMixins.AWS.IoTAnalytics;

             var datastorePartitionsProperty = new DatastorePartitionsProperty {
                 Partitions = new [] { new DatastorePartitionProperty {
                     Partition = new PartitionProperty {
                         AttributeName = "attributeName"
                     },
                     TimestampPartition = new TimestampPartitionProperty {
                         AttributeName = "attributeName",
                         TimestampFormat = "timestampFormat"
                     }
                 } }
             };

Synopsis

Properties

Partitions

A list of partition dimensions in a data store.

Properties

Partitions

A list of partition dimensions in a data store.

object? Partitions { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-datastorepartitions.html#cfn-iotanalytics-datastore-datastorepartitions-partitions

Type union: either IResolvable or (either IResolvable or CfnDatastorePropsMixin.IDatastorePartitionProperty)[]

Back to top Generated by DocFX