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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomainArn
- See Also:
-
getObjectTypeArn
- See Also:
-
builder
@Stability(Stable) static CfnMatchingWorkflowPropsMixin.CustomerProfilesIntegrationConfigProperty.Builder builder()
-