FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles constructor

const FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles({
  1. required Input<String> domainName,
  2. Input<String?>? objectTypeName,
})

Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles. domainName Unique name of the Amazon Connect Customer Profiles domain. objectTypeName Object specified in the Amazon Connect Customer Profiles flow destination.

Implementation

const FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles({
  required this.domainName,
  this.objectTypeName,
});