Interface CfnDataTableRecordPropsMixin.ValueProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataTableRecordPropsMixin.ValueProperty.Jsii$Proxy
Enclosing class:
CfnDataTableRecordPropsMixin

@Stability(Stable) public static interface CfnDataTableRecordPropsMixin.ValueProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
 ValueProperty valueProperty = ValueProperty.builder()
         .attributeId("attributeId")
         .attributeValue("attributeValue")
         .build();
 

See Also: