Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-datatablerecord-value.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 valueProperty = new ValueProperty {
                 AttributeId = "attributeId",
                 AttributeValue = "attributeValue"
             };

Synopsis

Properties

AttributeId
AttributeValue

Properties

AttributeId

string? AttributeId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-datatablerecord-value.html#cfn-connect-datatablerecord-value-attributeid

AttributeValue

string? AttributeValue { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-datatablerecord-value.html#cfn-connect-datatablerecord-value-attributevalue

Back to top Generated by DocFX