Show / Hide Table of Contents

Class CfnConnection.RedshiftLineageSyncConfigurationInputProperty

The Amaon Redshift lineage sync configuration.

Inheritance
object
CfnConnection.RedshiftLineageSyncConfigurationInputProperty
Implements
CfnConnection.IRedshiftLineageSyncConfigurationInputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.RedshiftLineageSyncConfigurationInputProperty : CfnConnection.IRedshiftLineageSyncConfigurationInputProperty
Syntax (vb)
Public Class CfnConnection.RedshiftLineageSyncConfigurationInputProperty Implements CfnConnection.IRedshiftLineageSyncConfigurationInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftlineagesyncconfigurationinput.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.DataZone;

             var redshiftLineageSyncConfigurationInputProperty = new RedshiftLineageSyncConfigurationInputProperty {
                 Enabled = false,
                 Schedule = new LineageSyncScheduleProperty {
                     Schedule = "schedule"
                 }
             };

Synopsis

Constructors

RedshiftLineageSyncConfigurationInputProperty()

The Amaon Redshift lineage sync configuration.

Properties

Enabled

Specifies whether the Amaon Redshift lineage sync configuration is enabled.

Schedule

The schedule of the Amaon Redshift lineage sync configuration.

Constructors

RedshiftLineageSyncConfigurationInputProperty()

The Amaon Redshift lineage sync configuration.

public RedshiftLineageSyncConfigurationInputProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftlineagesyncconfigurationinput.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.DataZone;

             var redshiftLineageSyncConfigurationInputProperty = new RedshiftLineageSyncConfigurationInputProperty {
                 Enabled = false,
                 Schedule = new LineageSyncScheduleProperty {
                     Schedule = "schedule"
                 }
             };

Properties

Enabled

Specifies whether the Amaon Redshift lineage sync configuration is enabled.

public object? Enabled { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftlineagesyncconfigurationinput.html#cfn-datazone-connection-redshiftlineagesyncconfigurationinput-enabled

Type union: either bool or IResolvable

Schedule

The schedule of the Amaon Redshift lineage sync configuration.

public object? Schedule { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftlineagesyncconfigurationinput.html#cfn-datazone-connection-redshiftlineagesyncconfigurationinput-schedule

Type union: either IResolvable or CfnConnection.ILineageSyncScheduleProperty

Implements

CfnConnection.IRedshiftLineageSyncConfigurationInputProperty
Back to top Generated by DocFX