Class CfnDataTableRecordPropsMixin.DataTableRecordProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Connect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataTableRecordPropsMixin.DataTableRecordProperty : CfnDataTableRecordPropsMixin.IDataTableRecordProperty
Syntax (vb)
Public Class CfnDataTableRecordPropsMixin.DataTableRecordProperty Implements CfnDataTableRecordPropsMixin.IDataTableRecordProperty
Remarks
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 dataTableRecordProperty = new DataTableRecordProperty {
PrimaryValues = new [] { new ValueProperty {
AttributeId = "attributeId",
AttributeValue = "attributeValue"
} },
Values = new [] { new ValueProperty {
AttributeId = "attributeId",
AttributeValue = "attributeValue"
} }
};
Synopsis
Constructors
| DataTableRecordProperty() |
Properties
| PrimaryValues | |
| Values |
Constructors
DataTableRecordProperty()
public DataTableRecordProperty()
Remarks
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 dataTableRecordProperty = new DataTableRecordProperty {
PrimaryValues = new [] { new ValueProperty {
AttributeId = "attributeId",
AttributeValue = "attributeValue"
} },
Values = new [] { new ValueProperty {
AttributeId = "attributeId",
AttributeValue = "attributeValue"
} }
};
Properties
PrimaryValues
public object? PrimaryValues { get; set; }
Property Value
Remarks
Values
public object? Values { get; set; }