Interface CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty

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

@Stability(Stable) public static interface CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty 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.entityresolution.*;
 CustomerProfilesIntegrationConfigProperty customerProfilesIntegrationConfigProperty = CustomerProfilesIntegrationConfigProperty.builder()
         .domainArn("domainArn")
         .objectTypeArn("objectTypeArn")
         .build();
 

See Also: