FlowDestinationFlowConfig class

Constructors

FlowDestinationFlowConfig({Input<String?>? apiVersion, Input<String?>? connectorProfileName, required Input<String> connectorType, required Input<FlowDestinationFlowConfigDestinationConnectorProperties> destinationConnectorProperties})
Creates a new FlowDestinationFlowConfig. apiVersion API version that the destination connector uses. connectorProfileName Name of the connector profile. Must be unique for each connector profile in the AWS account. connectorType Type of connector, such as Salesforce, Amplitude, and so on. Valid values are Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, and CustomConnector. destinationConnectorProperties Information required to query a particular connector. See the destination_flow_config.destination_connector_properties Block for details.
const
FlowDestinationFlowConfig.fromMap(Map<String, dynamic> map)
factory

Properties

apiVersion → Input<String?>?
API version that the destination connector uses.
final
connectorProfileName → Input<String?>?
Name of the connector profile. Must be unique for each connector profile in the AWS account.
final
connectorType → Input<String>
Type of connector, such as Salesforce, Amplitude, and so on. Valid values are Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, and CustomConnector.
final
destinationConnectorProperties → Input<FlowDestinationFlowConfigDestinationConnectorProperties>
Information required to query a particular connector. See the destination_flow_config.destination_connector_properties Block for details.
final
hashCode int
The hash code for this object.
no setterinherited
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