Show / Hide Table of Contents

Class CfnDataTablePropsMixin.LockVersionProperty

The lock version of the Data Table.

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

CfnDataTablePropsMixin.ILockVersionProperty
Back to top Generated by DocFX