Interface CfnMatchingWorkflowPropsMixin.ICustomerProfilesIntegrationConfigProperty
Namespace: Amazon.CDK.Mixins.Preview.AWS.EntityResolution.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnMatchingWorkflowPropsMixin.ICustomerProfilesIntegrationConfigProperty
Syntax (vb)
Public Interface CfnMatchingWorkflowPropsMixin.ICustomerProfilesIntegrationConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.EntityResolution.Mixins;
var customerProfilesIntegrationConfigProperty = new CustomerProfilesIntegrationConfigProperty {
DomainArn = "domainArn",
ObjectTypeArn = "objectTypeArn"
};
Synopsis
Properties
| DomainArn | |
| ObjectTypeArn |
Properties
DomainArn
string? DomainArn { get; }
Property Value
Remarks
ObjectTypeArn
string? ObjectTypeArn { get; }