Show / Hide Table of Contents

Class CfnDataTable.LockVersionProperty

The lock version of the Data Table.

Inheritance
object
CfnDataTable.LockVersionProperty
Implements
CfnDataTable.ILockVersionProperty
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.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataTable.LockVersionProperty : CfnDataTable.ILockVersionProperty
Syntax (vb)
Public Class CfnDataTable.LockVersionProperty Implements CfnDataTable.ILockVersionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-datatable-lockversion.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.Connect;

             var lockVersionProperty = new LockVersionProperty {
                 DataTable = "dataTable"
             };

Synopsis

Constructors

LockVersionProperty()

The lock version of the Data Table.

Properties

DataTable

The data table for the lock version.

Constructors

LockVersionProperty()

The lock version of the Data Table.

public LockVersionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-datatable-lockversion.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.Connect;

             var lockVersionProperty = new LockVersionProperty {
                 DataTable = "dataTable"
             };

Properties

DataTable

The data table for the lock version.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-datatable-lockversion.html#cfn-connect-datatable-lockversion-datatable

Implements

CfnDataTable.ILockVersionProperty
Back to top Generated by DocFX