FlowDestinationFlowConfigDestinationConnectorProperties class
Constructors
-
FlowDestinationFlowConfigDestinationConnectorProperties({Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector?> ? customConnector, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles?> ? customerProfiles, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge?> ? eventBridge, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode?> ? honeycode, Input<Map< ? lookoutMetrics, Input<String, dynamic> ?>FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo?> ? marketo, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift?> ? redshift, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesS3?> ? s3, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce?> ? salesforce, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData?> ? sapoData, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake?> ? snowflake, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver?> ? upsolver, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk?> ? zendesk}) -
Creates a new FlowDestinationFlowConfigDestinationConnectorProperties.
customConnectorOptional.customerProfilesProperties required to query Amazon Connect Customer Profiles. See thedestination_flow_config.destination_connector_properties.customer_profilesBlock for details.eventBridgeProperties required to query Amazon EventBridge. See thedestination_flow_config.destination_connector_properties.event_bridgeBlock for details.honeycodeProperties required to query Amazon Honeycode. See thedestination_flow_config.destination_connector_properties.honeycodeBlock for details.lookoutMetricsOptional.marketoOptional.redshiftProperties required to query Amazon Redshift. See thedestination_flow_config.destination_connector_properties.redshiftBlock for details.s3Optional.salesforceOptional.sapoDataOptional.snowflakeProperties required to query Snowflake. See thedestination_flow_config.destination_connector_properties.snowflakeBlock for details.upsolverProperties required to query Upsolver. See thedestination_flow_config.destination_connector_properties.upsolverBlock for details.zendeskOptional.const -
FlowDestinationFlowConfigDestinationConnectorProperties.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
customConnector
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnector?> ? -
final
-
customerProfiles
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesCustomerProfiles?> ? -
Properties required to query Amazon Connect Customer Profiles. See the
destination_flow_config.destination_connector_properties.customer_profilesBlock for details.final -
eventBridge
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge?> ? -
Properties required to query Amazon EventBridge. See the
destination_flow_config.destination_connector_properties.event_bridgeBlock for details.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
honeycode
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode?> ? -
Properties required to query Amazon Honeycode. See the
destination_flow_config.destination_connector_properties.honeycodeBlock for details.final -
lookoutMetrics
→ Input<
Map< ?String, dynamic> ?> -
final
-
marketo
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo?> ? -
final
-
redshift
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesRedshift?> ? -
Properties required to query Amazon Redshift. See the
destination_flow_config.destination_connector_properties.redshiftBlock for details.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesS3?> ? -
final
-
salesforce
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesSalesforce?> ? -
final
-
sapoData
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesSapoData?> ? -
final
-
snowflake
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake?> ? -
Properties required to query Snowflake. See the
destination_flow_config.destination_connector_properties.snowflakeBlock for details.final -
upsolver
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolver?> ? -
Properties required to query Upsolver. See the
destination_flow_config.destination_connector_properties.upsolverBlock for details.final -
zendesk
→ Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesZendesk?> ? -
final
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