Interface CfnDataTableRecord.ValueProperty

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

@Stability(Stable) public static interface CfnDataTableRecord.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.services.connect.*;
 ValueProperty valueProperty = ValueProperty.builder()
         .attributeId("attributeId")
         .attributeValue("attributeValue")
         .build();
 

See Also: