Interface CfnObjectType.ObjectTypeFieldProperty

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

@Stability(Stable) public static interface CfnObjectType.ObjectTypeFieldProperty extends software.amazon.jsii.JsiiSerializable
Represents a field in a ProfileObjectType.

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.customerprofiles.*;
 ObjectTypeFieldProperty objectTypeFieldProperty = ObjectTypeFieldProperty.builder()
         .contentType("contentType")
         .source("source")
         .target("target")
         .build();
 

See Also: