Method: Aws::Appflow::Types::ConnectorProfileProperties#snowflake
- Defined in:
- lib/aws-sdk-appflow/types.rb
#snowflake ⇒ Types::SnowflakeConnectorProfileProperties
The connector-specific properties required by Snowflake.
1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-appflow/types.rb', line 1149 class ConnectorProfileProperties < Struct.new( :amplitude, :datadog, :dynatrace, :google_analytics, :honeycode, :infor_nexus, :marketo, :redshift, :salesforce, :service_now, :singular, :slack, :snowflake, :trendmicro, :veeva, :zendesk, :sapo_data, :custom_connector, :pardot) SENSITIVE = [] include Aws::Structure end |