Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-customerprofilesintegrationconfig.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-customerprofilesintegrationconfig.html#cfn-entityresolution-matchingworkflow-customerprofilesintegrationconfig-domainarn

ObjectTypeArn

string? ObjectTypeArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-customerprofilesintegrationconfig.html#cfn-entityresolution-matchingworkflow-customerprofilesintegrationconfig-objecttypearn

Back to top Generated by DocFX