Show / Hide Table of Contents

Class CfnDataTableRecordPropsMixin.DataTableRecordProperty

Inheritance
object
CfnDataTableRecordPropsMixin.DataTableRecordProperty
Implements
CfnDataTableRecordPropsMixin.IDataTableRecordProperty
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 CfnDataTableRecordPropsMixin.DataTableRecordProperty : CfnDataTableRecordPropsMixin.IDataTableRecordProperty
Syntax (vb)
Public Class CfnDataTableRecordPropsMixin.DataTableRecordProperty Implements CfnDataTableRecordPropsMixin.IDataTableRecordProperty
Remarks

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

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

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDataTableRecordPropsMixin.IValueProperty)[]

Values

public object? Values { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDataTableRecordPropsMixin.IValueProperty)[]

Implements

CfnDataTableRecordPropsMixin.IDataTableRecordProperty
Back to top Generated by DocFX