FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles class

Constructors

FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles({required Input<String> domainName, 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.
const
FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles.fromMap(Map<String, dynamic> map)
factory

Properties

domainName → Input<String>
Unique name of the Amazon Connect Customer Profiles domain.
final
hashCode int
The hash code for this object.
no setterinherited
objectTypeName → Input<String?>?
Object specified in the Amazon Connect Customer Profiles flow destination.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited