Interface CfnDataTableRecord.IValueProperty
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataTableRecord.IValueProperty
Syntax (vb)
Public Interface CfnDataTableRecord.IValueProperty
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.AWS.Connect;
var valueProperty = new ValueProperty {
AttributeId = "attributeId",
AttributeValue = "attributeValue"
};
Synopsis
Properties
| AttributeId | |
| AttributeValue |
Properties
AttributeId
string? AttributeId { get; }
Property Value
Remarks
AttributeValue
string? AttributeValue { get; }