Show / Hide Table of Contents

Class CfnExportPropsMixin.RefreshCadenceProperty

The cadence for AWS to update the data export in your S3 bucket.

Inheritance
object
CfnExportPropsMixin.RefreshCadenceProperty
Implements
CfnExportPropsMixin.IRefreshCadenceProperty
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.BCMDataExports.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnExportPropsMixin.RefreshCadenceProperty : CfnExportPropsMixin.IRefreshCadenceProperty
Syntax (vb)
Public Class CfnExportPropsMixin.RefreshCadenceProperty Implements CfnExportPropsMixin.IRefreshCadenceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-refreshcadence.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.BCMDataExports.Mixins;

             var refreshCadenceProperty = new RefreshCadenceProperty {
                 Frequency = "frequency"
             };

Synopsis

Constructors

RefreshCadenceProperty()

The cadence for AWS to update the data export in your S3 bucket.

Properties

Frequency

The frequency that data exports are updated.

Constructors

RefreshCadenceProperty()

The cadence for AWS to update the data export in your S3 bucket.

public RefreshCadenceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-refreshcadence.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.BCMDataExports.Mixins;

             var refreshCadenceProperty = new RefreshCadenceProperty {
                 Frequency = "frequency"
             };

Properties

Frequency

The frequency that data exports are updated.

public string? Frequency { get; set; }
Property Value

string

Remarks

The export refreshes each time the source data updates, up to three times daily.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bcmdataexports-export-refreshcadence.html#cfn-bcmdataexports-export-refreshcadence-frequency

Implements

CfnExportPropsMixin.IRefreshCadenceProperty
Back to top Generated by DocFX