aws-sdk-appflow 1.32.0 → 1.33.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-appflow/client.rb +14 -1
- data/lib/aws-sdk-appflow/client_api.rb +4 -0
- data/lib/aws-sdk-appflow/endpoint_provider.rb +54 -55
- data/lib/aws-sdk-appflow/types.rb +23 -3004
- data/lib/aws-sdk-appflow.rb +1 -1
- metadata +2 -2
@@ -26,14 +26,6 @@ module Aws::Appflow
|
|
26
26
|
# The aggregation settings that you can use to customize the output
|
27
27
|
# format of your flow data.
|
28
28
|
#
|
29
|
-
# @note When making an API call, you may pass AggregationConfig
|
30
|
-
# data as a hash:
|
31
|
-
#
|
32
|
-
# {
|
33
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
34
|
-
# target_file_size: 1,
|
35
|
-
# }
|
36
|
-
#
|
37
29
|
# @!attribute [rw] aggregation_type
|
38
30
|
# Specifies whether Amazon AppFlow aggregates the flow records into a
|
39
31
|
# single file, or leave them unaggregated.
|
@@ -58,14 +50,6 @@ module Aws::Appflow
|
|
58
50
|
|
59
51
|
# The connector-specific credentials required when using Amplitude.
|
60
52
|
#
|
61
|
-
# @note When making an API call, you may pass AmplitudeConnectorProfileCredentials
|
62
|
-
# data as a hash:
|
63
|
-
#
|
64
|
-
# {
|
65
|
-
# api_key: "ApiKey", # required
|
66
|
-
# secret_key: "SecretKey", # required
|
67
|
-
# }
|
68
|
-
#
|
69
53
|
# @!attribute [rw] api_key
|
70
54
|
# A unique alphanumeric identifier used to authenticate a user,
|
71
55
|
# developer, or calling program to your API.
|
@@ -102,13 +86,6 @@ module Aws::Appflow
|
|
102
86
|
# The properties that are applied when Amplitude is being used as a
|
103
87
|
# source.
|
104
88
|
#
|
105
|
-
# @note When making an API call, you may pass AmplitudeSourceProperties
|
106
|
-
# data as a hash:
|
107
|
-
#
|
108
|
-
# {
|
109
|
-
# object: "Object", # required
|
110
|
-
# }
|
111
|
-
#
|
112
89
|
# @!attribute [rw] object
|
113
90
|
# The object specified in the Amplitude flow source.
|
114
91
|
# @return [String]
|
@@ -123,14 +100,6 @@ module Aws::Appflow
|
|
123
100
|
|
124
101
|
# The API key credentials required for API key authentication.
|
125
102
|
#
|
126
|
-
# @note When making an API call, you may pass ApiKeyCredentials
|
127
|
-
# data as a hash:
|
128
|
-
#
|
129
|
-
# {
|
130
|
-
# api_key: "ApiKey", # required
|
131
|
-
# api_secret_key: "ApiSecretKey",
|
132
|
-
# }
|
133
|
-
#
|
134
103
|
# @!attribute [rw] api_key
|
135
104
|
# The API key required for API key authentication.
|
136
105
|
# @return [String]
|
@@ -235,14 +204,6 @@ module Aws::Appflow
|
|
235
204
|
|
236
205
|
# The basic auth credentials required for basic authentication.
|
237
206
|
#
|
238
|
-
# @note When making an API call, you may pass BasicAuthCredentials
|
239
|
-
# data as a hash:
|
240
|
-
#
|
241
|
-
# {
|
242
|
-
# username: "Username", # required
|
243
|
-
# password: "Password", # required
|
244
|
-
# }
|
245
|
-
#
|
246
207
|
# @!attribute [rw] username
|
247
208
|
# The username to use to connect to a resource.
|
248
209
|
# @return [String]
|
@@ -713,14 +674,6 @@ module Aws::Appflow
|
|
713
674
|
# Used by select connectors for which the OAuth workflow is supported,
|
714
675
|
# such as Salesforce, Google Analytics, Marketo, Zendesk, and Slack.
|
715
676
|
#
|
716
|
-
# @note When making an API call, you may pass ConnectorOAuthRequest
|
717
|
-
# data as a hash:
|
718
|
-
#
|
719
|
-
# {
|
720
|
-
# auth_code: "AuthCode",
|
721
|
-
# redirect_uri: "RedirectUri",
|
722
|
-
# }
|
723
|
-
#
|
724
677
|
# @!attribute [rw] auth_code
|
725
678
|
# The code provided by the connector when it has been authenticated
|
726
679
|
# via the connected app.
|
@@ -742,28 +695,6 @@ module Aws::Appflow
|
|
742
695
|
|
743
696
|
# The operation to be performed on the provided source fields.
|
744
697
|
#
|
745
|
-
# @note When making an API call, you may pass ConnectorOperator
|
746
|
-
# data as a hash:
|
747
|
-
#
|
748
|
-
# {
|
749
|
-
# amplitude: "BETWEEN", # accepts BETWEEN
|
750
|
-
# datadog: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
751
|
-
# dynatrace: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
752
|
-
# google_analytics: "PROJECTION", # accepts PROJECTION, BETWEEN
|
753
|
-
# infor_nexus: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
754
|
-
# marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
755
|
-
# s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
756
|
-
# salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
757
|
-
# service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
758
|
-
# singular: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
759
|
-
# slack: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
760
|
-
# trendmicro: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
761
|
-
# veeva: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
762
|
-
# zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
763
|
-
# sapo_data: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
764
|
-
# custom_connector: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
765
|
-
# }
|
766
|
-
#
|
767
698
|
# @!attribute [rw] amplitude
|
768
699
|
# The operation to be performed on the provided Amplitude source
|
769
700
|
# fields.
|
@@ -929,235 +860,6 @@ module Aws::Appflow
|
|
929
860
|
# Defines the connector-specific configuration and credentials for the
|
930
861
|
# connector profile.
|
931
862
|
#
|
932
|
-
# @note When making an API call, you may pass ConnectorProfileConfig
|
933
|
-
# data as a hash:
|
934
|
-
#
|
935
|
-
# {
|
936
|
-
# connector_profile_properties: { # required
|
937
|
-
# amplitude: {
|
938
|
-
# },
|
939
|
-
# datadog: {
|
940
|
-
# instance_url: "InstanceUrl", # required
|
941
|
-
# },
|
942
|
-
# dynatrace: {
|
943
|
-
# instance_url: "InstanceUrl", # required
|
944
|
-
# },
|
945
|
-
# google_analytics: {
|
946
|
-
# },
|
947
|
-
# honeycode: {
|
948
|
-
# },
|
949
|
-
# infor_nexus: {
|
950
|
-
# instance_url: "InstanceUrl", # required
|
951
|
-
# },
|
952
|
-
# marketo: {
|
953
|
-
# instance_url: "InstanceUrl", # required
|
954
|
-
# },
|
955
|
-
# redshift: {
|
956
|
-
# database_url: "DatabaseUrl",
|
957
|
-
# bucket_name: "BucketName", # required
|
958
|
-
# bucket_prefix: "BucketPrefix",
|
959
|
-
# role_arn: "RoleArn", # required
|
960
|
-
# data_api_role_arn: "DataApiRoleArn",
|
961
|
-
# is_redshift_serverless: false,
|
962
|
-
# cluster_identifier: "ClusterIdentifier",
|
963
|
-
# workgroup_name: "WorkgroupName",
|
964
|
-
# database_name: "DatabaseName",
|
965
|
-
# },
|
966
|
-
# salesforce: {
|
967
|
-
# instance_url: "InstanceUrl",
|
968
|
-
# is_sandbox_environment: false,
|
969
|
-
# },
|
970
|
-
# service_now: {
|
971
|
-
# instance_url: "InstanceUrl", # required
|
972
|
-
# },
|
973
|
-
# singular: {
|
974
|
-
# },
|
975
|
-
# slack: {
|
976
|
-
# instance_url: "InstanceUrl", # required
|
977
|
-
# },
|
978
|
-
# snowflake: {
|
979
|
-
# warehouse: "Warehouse", # required
|
980
|
-
# stage: "Stage", # required
|
981
|
-
# bucket_name: "BucketName", # required
|
982
|
-
# bucket_prefix: "BucketPrefix",
|
983
|
-
# private_link_service_name: "PrivateLinkServiceName",
|
984
|
-
# account_name: "AccountName",
|
985
|
-
# region: "Region",
|
986
|
-
# },
|
987
|
-
# trendmicro: {
|
988
|
-
# },
|
989
|
-
# veeva: {
|
990
|
-
# instance_url: "InstanceUrl", # required
|
991
|
-
# },
|
992
|
-
# zendesk: {
|
993
|
-
# instance_url: "InstanceUrl", # required
|
994
|
-
# },
|
995
|
-
# sapo_data: {
|
996
|
-
# application_host_url: "ApplicationHostUrl", # required
|
997
|
-
# application_service_path: "ApplicationServicePath", # required
|
998
|
-
# port_number: 1, # required
|
999
|
-
# client_number: "ClientNumber", # required
|
1000
|
-
# logon_language: "LogonLanguage",
|
1001
|
-
# private_link_service_name: "PrivateLinkServiceName",
|
1002
|
-
# o_auth_properties: {
|
1003
|
-
# token_url: "TokenUrl", # required
|
1004
|
-
# auth_code_url: "AuthCodeUrl", # required
|
1005
|
-
# o_auth_scopes: ["OAuthScope"], # required
|
1006
|
-
# },
|
1007
|
-
# },
|
1008
|
-
# custom_connector: {
|
1009
|
-
# profile_properties: {
|
1010
|
-
# "ProfilePropertyKey" => "ProfilePropertyValue",
|
1011
|
-
# },
|
1012
|
-
# o_auth_2_properties: {
|
1013
|
-
# token_url: "TokenUrl", # required
|
1014
|
-
# o_auth_2_grant_type: "CLIENT_CREDENTIALS", # required, accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
|
1015
|
-
# token_url_custom_properties: {
|
1016
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
1017
|
-
# },
|
1018
|
-
# },
|
1019
|
-
# },
|
1020
|
-
# },
|
1021
|
-
# connector_profile_credentials: {
|
1022
|
-
# amplitude: {
|
1023
|
-
# api_key: "ApiKey", # required
|
1024
|
-
# secret_key: "SecretKey", # required
|
1025
|
-
# },
|
1026
|
-
# datadog: {
|
1027
|
-
# api_key: "ApiKey", # required
|
1028
|
-
# application_key: "ApplicationKey", # required
|
1029
|
-
# },
|
1030
|
-
# dynatrace: {
|
1031
|
-
# api_token: "ApiToken", # required
|
1032
|
-
# },
|
1033
|
-
# google_analytics: {
|
1034
|
-
# client_id: "ClientId", # required
|
1035
|
-
# client_secret: "ClientSecret", # required
|
1036
|
-
# access_token: "AccessToken",
|
1037
|
-
# refresh_token: "RefreshToken",
|
1038
|
-
# o_auth_request: {
|
1039
|
-
# auth_code: "AuthCode",
|
1040
|
-
# redirect_uri: "RedirectUri",
|
1041
|
-
# },
|
1042
|
-
# },
|
1043
|
-
# honeycode: {
|
1044
|
-
# access_token: "AccessToken",
|
1045
|
-
# refresh_token: "RefreshToken",
|
1046
|
-
# o_auth_request: {
|
1047
|
-
# auth_code: "AuthCode",
|
1048
|
-
# redirect_uri: "RedirectUri",
|
1049
|
-
# },
|
1050
|
-
# },
|
1051
|
-
# infor_nexus: {
|
1052
|
-
# access_key_id: "AccessKeyId", # required
|
1053
|
-
# user_id: "Username", # required
|
1054
|
-
# secret_access_key: "Key", # required
|
1055
|
-
# datakey: "Key", # required
|
1056
|
-
# },
|
1057
|
-
# marketo: {
|
1058
|
-
# client_id: "ClientId", # required
|
1059
|
-
# client_secret: "ClientSecret", # required
|
1060
|
-
# access_token: "AccessToken",
|
1061
|
-
# o_auth_request: {
|
1062
|
-
# auth_code: "AuthCode",
|
1063
|
-
# redirect_uri: "RedirectUri",
|
1064
|
-
# },
|
1065
|
-
# },
|
1066
|
-
# redshift: {
|
1067
|
-
# username: "String",
|
1068
|
-
# password: "Password",
|
1069
|
-
# },
|
1070
|
-
# salesforce: {
|
1071
|
-
# access_token: "AccessToken",
|
1072
|
-
# refresh_token: "RefreshToken",
|
1073
|
-
# o_auth_request: {
|
1074
|
-
# auth_code: "AuthCode",
|
1075
|
-
# redirect_uri: "RedirectUri",
|
1076
|
-
# },
|
1077
|
-
# client_credentials_arn: "ClientCredentialsArn",
|
1078
|
-
# },
|
1079
|
-
# service_now: {
|
1080
|
-
# username: "Username", # required
|
1081
|
-
# password: "Password", # required
|
1082
|
-
# },
|
1083
|
-
# singular: {
|
1084
|
-
# api_key: "ApiKey", # required
|
1085
|
-
# },
|
1086
|
-
# slack: {
|
1087
|
-
# client_id: "ClientId", # required
|
1088
|
-
# client_secret: "ClientSecret", # required
|
1089
|
-
# access_token: "AccessToken",
|
1090
|
-
# o_auth_request: {
|
1091
|
-
# auth_code: "AuthCode",
|
1092
|
-
# redirect_uri: "RedirectUri",
|
1093
|
-
# },
|
1094
|
-
# },
|
1095
|
-
# snowflake: {
|
1096
|
-
# username: "Username", # required
|
1097
|
-
# password: "Password", # required
|
1098
|
-
# },
|
1099
|
-
# trendmicro: {
|
1100
|
-
# api_secret_key: "ApiSecretKey", # required
|
1101
|
-
# },
|
1102
|
-
# veeva: {
|
1103
|
-
# username: "Username", # required
|
1104
|
-
# password: "Password", # required
|
1105
|
-
# },
|
1106
|
-
# zendesk: {
|
1107
|
-
# client_id: "ClientId", # required
|
1108
|
-
# client_secret: "ClientSecret", # required
|
1109
|
-
# access_token: "AccessToken",
|
1110
|
-
# o_auth_request: {
|
1111
|
-
# auth_code: "AuthCode",
|
1112
|
-
# redirect_uri: "RedirectUri",
|
1113
|
-
# },
|
1114
|
-
# },
|
1115
|
-
# sapo_data: {
|
1116
|
-
# basic_auth_credentials: {
|
1117
|
-
# username: "Username", # required
|
1118
|
-
# password: "Password", # required
|
1119
|
-
# },
|
1120
|
-
# o_auth_credentials: {
|
1121
|
-
# client_id: "ClientId", # required
|
1122
|
-
# client_secret: "ClientSecret", # required
|
1123
|
-
# access_token: "AccessToken",
|
1124
|
-
# refresh_token: "RefreshToken",
|
1125
|
-
# o_auth_request: {
|
1126
|
-
# auth_code: "AuthCode",
|
1127
|
-
# redirect_uri: "RedirectUri",
|
1128
|
-
# },
|
1129
|
-
# },
|
1130
|
-
# },
|
1131
|
-
# custom_connector: {
|
1132
|
-
# authentication_type: "OAUTH2", # required, accepts OAUTH2, APIKEY, BASIC, CUSTOM
|
1133
|
-
# basic: {
|
1134
|
-
# username: "Username", # required
|
1135
|
-
# password: "Password", # required
|
1136
|
-
# },
|
1137
|
-
# oauth2: {
|
1138
|
-
# client_id: "ClientId",
|
1139
|
-
# client_secret: "ClientSecret",
|
1140
|
-
# access_token: "AccessToken",
|
1141
|
-
# refresh_token: "RefreshToken",
|
1142
|
-
# o_auth_request: {
|
1143
|
-
# auth_code: "AuthCode",
|
1144
|
-
# redirect_uri: "RedirectUri",
|
1145
|
-
# },
|
1146
|
-
# },
|
1147
|
-
# api_key: {
|
1148
|
-
# api_key: "ApiKey", # required
|
1149
|
-
# api_secret_key: "ApiSecretKey",
|
1150
|
-
# },
|
1151
|
-
# custom: {
|
1152
|
-
# custom_authentication_type: "CustomAuthenticationType", # required
|
1153
|
-
# credentials_map: {
|
1154
|
-
# "CredentialsMapKey" => "CredentialsMapValue",
|
1155
|
-
# },
|
1156
|
-
# },
|
1157
|
-
# },
|
1158
|
-
# },
|
1159
|
-
# }
|
1160
|
-
#
|
1161
863
|
# @!attribute [rw] connector_profile_properties
|
1162
864
|
# The connector-specific properties of the profile configuration.
|
1163
865
|
# @return [Types::ConnectorProfileProperties]
|
@@ -1177,148 +879,6 @@ module Aws::Appflow
|
|
1177
879
|
|
1178
880
|
# The connector-specific credentials required by a connector.
|
1179
881
|
#
|
1180
|
-
# @note When making an API call, you may pass ConnectorProfileCredentials
|
1181
|
-
# data as a hash:
|
1182
|
-
#
|
1183
|
-
# {
|
1184
|
-
# amplitude: {
|
1185
|
-
# api_key: "ApiKey", # required
|
1186
|
-
# secret_key: "SecretKey", # required
|
1187
|
-
# },
|
1188
|
-
# datadog: {
|
1189
|
-
# api_key: "ApiKey", # required
|
1190
|
-
# application_key: "ApplicationKey", # required
|
1191
|
-
# },
|
1192
|
-
# dynatrace: {
|
1193
|
-
# api_token: "ApiToken", # required
|
1194
|
-
# },
|
1195
|
-
# google_analytics: {
|
1196
|
-
# client_id: "ClientId", # required
|
1197
|
-
# client_secret: "ClientSecret", # required
|
1198
|
-
# access_token: "AccessToken",
|
1199
|
-
# refresh_token: "RefreshToken",
|
1200
|
-
# o_auth_request: {
|
1201
|
-
# auth_code: "AuthCode",
|
1202
|
-
# redirect_uri: "RedirectUri",
|
1203
|
-
# },
|
1204
|
-
# },
|
1205
|
-
# honeycode: {
|
1206
|
-
# access_token: "AccessToken",
|
1207
|
-
# refresh_token: "RefreshToken",
|
1208
|
-
# o_auth_request: {
|
1209
|
-
# auth_code: "AuthCode",
|
1210
|
-
# redirect_uri: "RedirectUri",
|
1211
|
-
# },
|
1212
|
-
# },
|
1213
|
-
# infor_nexus: {
|
1214
|
-
# access_key_id: "AccessKeyId", # required
|
1215
|
-
# user_id: "Username", # required
|
1216
|
-
# secret_access_key: "Key", # required
|
1217
|
-
# datakey: "Key", # required
|
1218
|
-
# },
|
1219
|
-
# marketo: {
|
1220
|
-
# client_id: "ClientId", # required
|
1221
|
-
# client_secret: "ClientSecret", # required
|
1222
|
-
# access_token: "AccessToken",
|
1223
|
-
# o_auth_request: {
|
1224
|
-
# auth_code: "AuthCode",
|
1225
|
-
# redirect_uri: "RedirectUri",
|
1226
|
-
# },
|
1227
|
-
# },
|
1228
|
-
# redshift: {
|
1229
|
-
# username: "String",
|
1230
|
-
# password: "Password",
|
1231
|
-
# },
|
1232
|
-
# salesforce: {
|
1233
|
-
# access_token: "AccessToken",
|
1234
|
-
# refresh_token: "RefreshToken",
|
1235
|
-
# o_auth_request: {
|
1236
|
-
# auth_code: "AuthCode",
|
1237
|
-
# redirect_uri: "RedirectUri",
|
1238
|
-
# },
|
1239
|
-
# client_credentials_arn: "ClientCredentialsArn",
|
1240
|
-
# },
|
1241
|
-
# service_now: {
|
1242
|
-
# username: "Username", # required
|
1243
|
-
# password: "Password", # required
|
1244
|
-
# },
|
1245
|
-
# singular: {
|
1246
|
-
# api_key: "ApiKey", # required
|
1247
|
-
# },
|
1248
|
-
# slack: {
|
1249
|
-
# client_id: "ClientId", # required
|
1250
|
-
# client_secret: "ClientSecret", # required
|
1251
|
-
# access_token: "AccessToken",
|
1252
|
-
# o_auth_request: {
|
1253
|
-
# auth_code: "AuthCode",
|
1254
|
-
# redirect_uri: "RedirectUri",
|
1255
|
-
# },
|
1256
|
-
# },
|
1257
|
-
# snowflake: {
|
1258
|
-
# username: "Username", # required
|
1259
|
-
# password: "Password", # required
|
1260
|
-
# },
|
1261
|
-
# trendmicro: {
|
1262
|
-
# api_secret_key: "ApiSecretKey", # required
|
1263
|
-
# },
|
1264
|
-
# veeva: {
|
1265
|
-
# username: "Username", # required
|
1266
|
-
# password: "Password", # required
|
1267
|
-
# },
|
1268
|
-
# zendesk: {
|
1269
|
-
# client_id: "ClientId", # required
|
1270
|
-
# client_secret: "ClientSecret", # required
|
1271
|
-
# access_token: "AccessToken",
|
1272
|
-
# o_auth_request: {
|
1273
|
-
# auth_code: "AuthCode",
|
1274
|
-
# redirect_uri: "RedirectUri",
|
1275
|
-
# },
|
1276
|
-
# },
|
1277
|
-
# sapo_data: {
|
1278
|
-
# basic_auth_credentials: {
|
1279
|
-
# username: "Username", # required
|
1280
|
-
# password: "Password", # required
|
1281
|
-
# },
|
1282
|
-
# o_auth_credentials: {
|
1283
|
-
# client_id: "ClientId", # required
|
1284
|
-
# client_secret: "ClientSecret", # required
|
1285
|
-
# access_token: "AccessToken",
|
1286
|
-
# refresh_token: "RefreshToken",
|
1287
|
-
# o_auth_request: {
|
1288
|
-
# auth_code: "AuthCode",
|
1289
|
-
# redirect_uri: "RedirectUri",
|
1290
|
-
# },
|
1291
|
-
# },
|
1292
|
-
# },
|
1293
|
-
# custom_connector: {
|
1294
|
-
# authentication_type: "OAUTH2", # required, accepts OAUTH2, APIKEY, BASIC, CUSTOM
|
1295
|
-
# basic: {
|
1296
|
-
# username: "Username", # required
|
1297
|
-
# password: "Password", # required
|
1298
|
-
# },
|
1299
|
-
# oauth2: {
|
1300
|
-
# client_id: "ClientId",
|
1301
|
-
# client_secret: "ClientSecret",
|
1302
|
-
# access_token: "AccessToken",
|
1303
|
-
# refresh_token: "RefreshToken",
|
1304
|
-
# o_auth_request: {
|
1305
|
-
# auth_code: "AuthCode",
|
1306
|
-
# redirect_uri: "RedirectUri",
|
1307
|
-
# },
|
1308
|
-
# },
|
1309
|
-
# api_key: {
|
1310
|
-
# api_key: "ApiKey", # required
|
1311
|
-
# api_secret_key: "ApiSecretKey",
|
1312
|
-
# },
|
1313
|
-
# custom: {
|
1314
|
-
# custom_authentication_type: "CustomAuthenticationType", # required
|
1315
|
-
# credentials_map: {
|
1316
|
-
# "CredentialsMapKey" => "CredentialsMapValue",
|
1317
|
-
# },
|
1318
|
-
# },
|
1319
|
-
# },
|
1320
|
-
# }
|
1321
|
-
#
|
1322
882
|
# @!attribute [rw] amplitude
|
1323
883
|
# The connector-specific credentials required when using Amplitude.
|
1324
884
|
# @return [Types::AmplitudeConnectorProfileCredentials]
|
@@ -1423,95 +983,6 @@ module Aws::Appflow
|
|
1423
983
|
|
1424
984
|
# The connector-specific profile properties required by each connector.
|
1425
985
|
#
|
1426
|
-
# @note When making an API call, you may pass ConnectorProfileProperties
|
1427
|
-
# data as a hash:
|
1428
|
-
#
|
1429
|
-
# {
|
1430
|
-
# amplitude: {
|
1431
|
-
# },
|
1432
|
-
# datadog: {
|
1433
|
-
# instance_url: "InstanceUrl", # required
|
1434
|
-
# },
|
1435
|
-
# dynatrace: {
|
1436
|
-
# instance_url: "InstanceUrl", # required
|
1437
|
-
# },
|
1438
|
-
# google_analytics: {
|
1439
|
-
# },
|
1440
|
-
# honeycode: {
|
1441
|
-
# },
|
1442
|
-
# infor_nexus: {
|
1443
|
-
# instance_url: "InstanceUrl", # required
|
1444
|
-
# },
|
1445
|
-
# marketo: {
|
1446
|
-
# instance_url: "InstanceUrl", # required
|
1447
|
-
# },
|
1448
|
-
# redshift: {
|
1449
|
-
# database_url: "DatabaseUrl",
|
1450
|
-
# bucket_name: "BucketName", # required
|
1451
|
-
# bucket_prefix: "BucketPrefix",
|
1452
|
-
# role_arn: "RoleArn", # required
|
1453
|
-
# data_api_role_arn: "DataApiRoleArn",
|
1454
|
-
# is_redshift_serverless: false,
|
1455
|
-
# cluster_identifier: "ClusterIdentifier",
|
1456
|
-
# workgroup_name: "WorkgroupName",
|
1457
|
-
# database_name: "DatabaseName",
|
1458
|
-
# },
|
1459
|
-
# salesforce: {
|
1460
|
-
# instance_url: "InstanceUrl",
|
1461
|
-
# is_sandbox_environment: false,
|
1462
|
-
# },
|
1463
|
-
# service_now: {
|
1464
|
-
# instance_url: "InstanceUrl", # required
|
1465
|
-
# },
|
1466
|
-
# singular: {
|
1467
|
-
# },
|
1468
|
-
# slack: {
|
1469
|
-
# instance_url: "InstanceUrl", # required
|
1470
|
-
# },
|
1471
|
-
# snowflake: {
|
1472
|
-
# warehouse: "Warehouse", # required
|
1473
|
-
# stage: "Stage", # required
|
1474
|
-
# bucket_name: "BucketName", # required
|
1475
|
-
# bucket_prefix: "BucketPrefix",
|
1476
|
-
# private_link_service_name: "PrivateLinkServiceName",
|
1477
|
-
# account_name: "AccountName",
|
1478
|
-
# region: "Region",
|
1479
|
-
# },
|
1480
|
-
# trendmicro: {
|
1481
|
-
# },
|
1482
|
-
# veeva: {
|
1483
|
-
# instance_url: "InstanceUrl", # required
|
1484
|
-
# },
|
1485
|
-
# zendesk: {
|
1486
|
-
# instance_url: "InstanceUrl", # required
|
1487
|
-
# },
|
1488
|
-
# sapo_data: {
|
1489
|
-
# application_host_url: "ApplicationHostUrl", # required
|
1490
|
-
# application_service_path: "ApplicationServicePath", # required
|
1491
|
-
# port_number: 1, # required
|
1492
|
-
# client_number: "ClientNumber", # required
|
1493
|
-
# logon_language: "LogonLanguage",
|
1494
|
-
# private_link_service_name: "PrivateLinkServiceName",
|
1495
|
-
# o_auth_properties: {
|
1496
|
-
# token_url: "TokenUrl", # required
|
1497
|
-
# auth_code_url: "AuthCodeUrl", # required
|
1498
|
-
# o_auth_scopes: ["OAuthScope"], # required
|
1499
|
-
# },
|
1500
|
-
# },
|
1501
|
-
# custom_connector: {
|
1502
|
-
# profile_properties: {
|
1503
|
-
# "ProfilePropertyKey" => "ProfilePropertyValue",
|
1504
|
-
# },
|
1505
|
-
# o_auth_2_properties: {
|
1506
|
-
# token_url: "TokenUrl", # required
|
1507
|
-
# o_auth_2_grant_type: "CLIENT_CREDENTIALS", # required, accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
|
1508
|
-
# token_url_custom_properties: {
|
1509
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
1510
|
-
# },
|
1511
|
-
# },
|
1512
|
-
# },
|
1513
|
-
# }
|
1514
|
-
#
|
1515
986
|
# @!attribute [rw] amplitude
|
1516
987
|
# The connector-specific properties required by Amplitude.
|
1517
988
|
# @return [Types::AmplitudeConnectorProfileProperties]
|
@@ -1613,15 +1084,6 @@ module Aws::Appflow
|
|
1613
1084
|
# Contains information about the configuration of the connector being
|
1614
1085
|
# registered.
|
1615
1086
|
#
|
1616
|
-
# @note When making an API call, you may pass ConnectorProvisioningConfig
|
1617
|
-
# data as a hash:
|
1618
|
-
#
|
1619
|
-
# {
|
1620
|
-
# lambda: {
|
1621
|
-
# lambda_arn: "ARN", # required
|
1622
|
-
# },
|
1623
|
-
# }
|
1624
|
-
#
|
1625
1087
|
# @!attribute [rw] lambda
|
1626
1088
|
# Contains information about the configuration of the lambda which is
|
1627
1089
|
# being registered as the connector.
|
@@ -1694,242 +1156,6 @@ module Aws::Appflow
|
|
1694
1156
|
include Aws::Structure
|
1695
1157
|
end
|
1696
1158
|
|
1697
|
-
# @note When making an API call, you may pass CreateConnectorProfileRequest
|
1698
|
-
# data as a hash:
|
1699
|
-
#
|
1700
|
-
# {
|
1701
|
-
# connector_profile_name: "ConnectorProfileName", # required
|
1702
|
-
# kms_arn: "KMSArn",
|
1703
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
|
1704
|
-
# connector_label: "ConnectorLabel",
|
1705
|
-
# connection_mode: "Public", # required, accepts Public, Private
|
1706
|
-
# connector_profile_config: { # required
|
1707
|
-
# connector_profile_properties: { # required
|
1708
|
-
# amplitude: {
|
1709
|
-
# },
|
1710
|
-
# datadog: {
|
1711
|
-
# instance_url: "InstanceUrl", # required
|
1712
|
-
# },
|
1713
|
-
# dynatrace: {
|
1714
|
-
# instance_url: "InstanceUrl", # required
|
1715
|
-
# },
|
1716
|
-
# google_analytics: {
|
1717
|
-
# },
|
1718
|
-
# honeycode: {
|
1719
|
-
# },
|
1720
|
-
# infor_nexus: {
|
1721
|
-
# instance_url: "InstanceUrl", # required
|
1722
|
-
# },
|
1723
|
-
# marketo: {
|
1724
|
-
# instance_url: "InstanceUrl", # required
|
1725
|
-
# },
|
1726
|
-
# redshift: {
|
1727
|
-
# database_url: "DatabaseUrl",
|
1728
|
-
# bucket_name: "BucketName", # required
|
1729
|
-
# bucket_prefix: "BucketPrefix",
|
1730
|
-
# role_arn: "RoleArn", # required
|
1731
|
-
# data_api_role_arn: "DataApiRoleArn",
|
1732
|
-
# is_redshift_serverless: false,
|
1733
|
-
# cluster_identifier: "ClusterIdentifier",
|
1734
|
-
# workgroup_name: "WorkgroupName",
|
1735
|
-
# database_name: "DatabaseName",
|
1736
|
-
# },
|
1737
|
-
# salesforce: {
|
1738
|
-
# instance_url: "InstanceUrl",
|
1739
|
-
# is_sandbox_environment: false,
|
1740
|
-
# },
|
1741
|
-
# service_now: {
|
1742
|
-
# instance_url: "InstanceUrl", # required
|
1743
|
-
# },
|
1744
|
-
# singular: {
|
1745
|
-
# },
|
1746
|
-
# slack: {
|
1747
|
-
# instance_url: "InstanceUrl", # required
|
1748
|
-
# },
|
1749
|
-
# snowflake: {
|
1750
|
-
# warehouse: "Warehouse", # required
|
1751
|
-
# stage: "Stage", # required
|
1752
|
-
# bucket_name: "BucketName", # required
|
1753
|
-
# bucket_prefix: "BucketPrefix",
|
1754
|
-
# private_link_service_name: "PrivateLinkServiceName",
|
1755
|
-
# account_name: "AccountName",
|
1756
|
-
# region: "Region",
|
1757
|
-
# },
|
1758
|
-
# trendmicro: {
|
1759
|
-
# },
|
1760
|
-
# veeva: {
|
1761
|
-
# instance_url: "InstanceUrl", # required
|
1762
|
-
# },
|
1763
|
-
# zendesk: {
|
1764
|
-
# instance_url: "InstanceUrl", # required
|
1765
|
-
# },
|
1766
|
-
# sapo_data: {
|
1767
|
-
# application_host_url: "ApplicationHostUrl", # required
|
1768
|
-
# application_service_path: "ApplicationServicePath", # required
|
1769
|
-
# port_number: 1, # required
|
1770
|
-
# client_number: "ClientNumber", # required
|
1771
|
-
# logon_language: "LogonLanguage",
|
1772
|
-
# private_link_service_name: "PrivateLinkServiceName",
|
1773
|
-
# o_auth_properties: {
|
1774
|
-
# token_url: "TokenUrl", # required
|
1775
|
-
# auth_code_url: "AuthCodeUrl", # required
|
1776
|
-
# o_auth_scopes: ["OAuthScope"], # required
|
1777
|
-
# },
|
1778
|
-
# },
|
1779
|
-
# custom_connector: {
|
1780
|
-
# profile_properties: {
|
1781
|
-
# "ProfilePropertyKey" => "ProfilePropertyValue",
|
1782
|
-
# },
|
1783
|
-
# o_auth_2_properties: {
|
1784
|
-
# token_url: "TokenUrl", # required
|
1785
|
-
# o_auth_2_grant_type: "CLIENT_CREDENTIALS", # required, accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
|
1786
|
-
# token_url_custom_properties: {
|
1787
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
1788
|
-
# },
|
1789
|
-
# },
|
1790
|
-
# },
|
1791
|
-
# },
|
1792
|
-
# connector_profile_credentials: {
|
1793
|
-
# amplitude: {
|
1794
|
-
# api_key: "ApiKey", # required
|
1795
|
-
# secret_key: "SecretKey", # required
|
1796
|
-
# },
|
1797
|
-
# datadog: {
|
1798
|
-
# api_key: "ApiKey", # required
|
1799
|
-
# application_key: "ApplicationKey", # required
|
1800
|
-
# },
|
1801
|
-
# dynatrace: {
|
1802
|
-
# api_token: "ApiToken", # required
|
1803
|
-
# },
|
1804
|
-
# google_analytics: {
|
1805
|
-
# client_id: "ClientId", # required
|
1806
|
-
# client_secret: "ClientSecret", # required
|
1807
|
-
# access_token: "AccessToken",
|
1808
|
-
# refresh_token: "RefreshToken",
|
1809
|
-
# o_auth_request: {
|
1810
|
-
# auth_code: "AuthCode",
|
1811
|
-
# redirect_uri: "RedirectUri",
|
1812
|
-
# },
|
1813
|
-
# },
|
1814
|
-
# honeycode: {
|
1815
|
-
# access_token: "AccessToken",
|
1816
|
-
# refresh_token: "RefreshToken",
|
1817
|
-
# o_auth_request: {
|
1818
|
-
# auth_code: "AuthCode",
|
1819
|
-
# redirect_uri: "RedirectUri",
|
1820
|
-
# },
|
1821
|
-
# },
|
1822
|
-
# infor_nexus: {
|
1823
|
-
# access_key_id: "AccessKeyId", # required
|
1824
|
-
# user_id: "Username", # required
|
1825
|
-
# secret_access_key: "Key", # required
|
1826
|
-
# datakey: "Key", # required
|
1827
|
-
# },
|
1828
|
-
# marketo: {
|
1829
|
-
# client_id: "ClientId", # required
|
1830
|
-
# client_secret: "ClientSecret", # required
|
1831
|
-
# access_token: "AccessToken",
|
1832
|
-
# o_auth_request: {
|
1833
|
-
# auth_code: "AuthCode",
|
1834
|
-
# redirect_uri: "RedirectUri",
|
1835
|
-
# },
|
1836
|
-
# },
|
1837
|
-
# redshift: {
|
1838
|
-
# username: "String",
|
1839
|
-
# password: "Password",
|
1840
|
-
# },
|
1841
|
-
# salesforce: {
|
1842
|
-
# access_token: "AccessToken",
|
1843
|
-
# refresh_token: "RefreshToken",
|
1844
|
-
# o_auth_request: {
|
1845
|
-
# auth_code: "AuthCode",
|
1846
|
-
# redirect_uri: "RedirectUri",
|
1847
|
-
# },
|
1848
|
-
# client_credentials_arn: "ClientCredentialsArn",
|
1849
|
-
# },
|
1850
|
-
# service_now: {
|
1851
|
-
# username: "Username", # required
|
1852
|
-
# password: "Password", # required
|
1853
|
-
# },
|
1854
|
-
# singular: {
|
1855
|
-
# api_key: "ApiKey", # required
|
1856
|
-
# },
|
1857
|
-
# slack: {
|
1858
|
-
# client_id: "ClientId", # required
|
1859
|
-
# client_secret: "ClientSecret", # required
|
1860
|
-
# access_token: "AccessToken",
|
1861
|
-
# o_auth_request: {
|
1862
|
-
# auth_code: "AuthCode",
|
1863
|
-
# redirect_uri: "RedirectUri",
|
1864
|
-
# },
|
1865
|
-
# },
|
1866
|
-
# snowflake: {
|
1867
|
-
# username: "Username", # required
|
1868
|
-
# password: "Password", # required
|
1869
|
-
# },
|
1870
|
-
# trendmicro: {
|
1871
|
-
# api_secret_key: "ApiSecretKey", # required
|
1872
|
-
# },
|
1873
|
-
# veeva: {
|
1874
|
-
# username: "Username", # required
|
1875
|
-
# password: "Password", # required
|
1876
|
-
# },
|
1877
|
-
# zendesk: {
|
1878
|
-
# client_id: "ClientId", # required
|
1879
|
-
# client_secret: "ClientSecret", # required
|
1880
|
-
# access_token: "AccessToken",
|
1881
|
-
# o_auth_request: {
|
1882
|
-
# auth_code: "AuthCode",
|
1883
|
-
# redirect_uri: "RedirectUri",
|
1884
|
-
# },
|
1885
|
-
# },
|
1886
|
-
# sapo_data: {
|
1887
|
-
# basic_auth_credentials: {
|
1888
|
-
# username: "Username", # required
|
1889
|
-
# password: "Password", # required
|
1890
|
-
# },
|
1891
|
-
# o_auth_credentials: {
|
1892
|
-
# client_id: "ClientId", # required
|
1893
|
-
# client_secret: "ClientSecret", # required
|
1894
|
-
# access_token: "AccessToken",
|
1895
|
-
# refresh_token: "RefreshToken",
|
1896
|
-
# o_auth_request: {
|
1897
|
-
# auth_code: "AuthCode",
|
1898
|
-
# redirect_uri: "RedirectUri",
|
1899
|
-
# },
|
1900
|
-
# },
|
1901
|
-
# },
|
1902
|
-
# custom_connector: {
|
1903
|
-
# authentication_type: "OAUTH2", # required, accepts OAUTH2, APIKEY, BASIC, CUSTOM
|
1904
|
-
# basic: {
|
1905
|
-
# username: "Username", # required
|
1906
|
-
# password: "Password", # required
|
1907
|
-
# },
|
1908
|
-
# oauth2: {
|
1909
|
-
# client_id: "ClientId",
|
1910
|
-
# client_secret: "ClientSecret",
|
1911
|
-
# access_token: "AccessToken",
|
1912
|
-
# refresh_token: "RefreshToken",
|
1913
|
-
# o_auth_request: {
|
1914
|
-
# auth_code: "AuthCode",
|
1915
|
-
# redirect_uri: "RedirectUri",
|
1916
|
-
# },
|
1917
|
-
# },
|
1918
|
-
# api_key: {
|
1919
|
-
# api_key: "ApiKey", # required
|
1920
|
-
# api_secret_key: "ApiSecretKey",
|
1921
|
-
# },
|
1922
|
-
# custom: {
|
1923
|
-
# custom_authentication_type: "CustomAuthenticationType", # required
|
1924
|
-
# credentials_map: {
|
1925
|
-
# "CredentialsMapKey" => "CredentialsMapValue",
|
1926
|
-
# },
|
1927
|
-
# },
|
1928
|
-
# },
|
1929
|
-
# },
|
1930
|
-
# },
|
1931
|
-
# }
|
1932
|
-
#
|
1933
1159
|
# @!attribute [rw] connector_profile_name
|
1934
1160
|
# The name of the connector profile. The name is unique for each
|
1935
1161
|
# `ConnectorProfile` in your Amazon Web Services account.
|
@@ -1989,280 +1215,6 @@ module Aws::Appflow
|
|
1989
1215
|
include Aws::Structure
|
1990
1216
|
end
|
1991
1217
|
|
1992
|
-
# @note When making an API call, you may pass CreateFlowRequest
|
1993
|
-
# data as a hash:
|
1994
|
-
#
|
1995
|
-
# {
|
1996
|
-
# flow_name: "FlowName", # required
|
1997
|
-
# description: "FlowDescription",
|
1998
|
-
# kms_arn: "KMSArn",
|
1999
|
-
# trigger_config: { # required
|
2000
|
-
# trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
|
2001
|
-
# trigger_properties: {
|
2002
|
-
# scheduled: {
|
2003
|
-
# schedule_expression: "ScheduleExpression", # required
|
2004
|
-
# data_pull_mode: "Incremental", # accepts Incremental, Complete
|
2005
|
-
# schedule_start_time: Time.now,
|
2006
|
-
# schedule_end_time: Time.now,
|
2007
|
-
# timezone: "Timezone",
|
2008
|
-
# schedule_offset: 1,
|
2009
|
-
# first_execution_from: Time.now,
|
2010
|
-
# flow_error_deactivation_threshold: 1,
|
2011
|
-
# },
|
2012
|
-
# },
|
2013
|
-
# },
|
2014
|
-
# source_flow_config: { # required
|
2015
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
|
2016
|
-
# api_version: "ApiVersion",
|
2017
|
-
# connector_profile_name: "ConnectorProfileName",
|
2018
|
-
# source_connector_properties: { # required
|
2019
|
-
# amplitude: {
|
2020
|
-
# object: "Object", # required
|
2021
|
-
# },
|
2022
|
-
# datadog: {
|
2023
|
-
# object: "Object", # required
|
2024
|
-
# },
|
2025
|
-
# dynatrace: {
|
2026
|
-
# object: "Object", # required
|
2027
|
-
# },
|
2028
|
-
# google_analytics: {
|
2029
|
-
# object: "Object", # required
|
2030
|
-
# },
|
2031
|
-
# infor_nexus: {
|
2032
|
-
# object: "Object", # required
|
2033
|
-
# },
|
2034
|
-
# marketo: {
|
2035
|
-
# object: "Object", # required
|
2036
|
-
# },
|
2037
|
-
# s3: {
|
2038
|
-
# bucket_name: "BucketName", # required
|
2039
|
-
# bucket_prefix: "BucketPrefix",
|
2040
|
-
# s3_input_format_config: {
|
2041
|
-
# s3_input_file_type: "CSV", # accepts CSV, JSON
|
2042
|
-
# },
|
2043
|
-
# },
|
2044
|
-
# salesforce: {
|
2045
|
-
# object: "Object", # required
|
2046
|
-
# enable_dynamic_field_update: false,
|
2047
|
-
# include_deleted_records: false,
|
2048
|
-
# data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
|
2049
|
-
# },
|
2050
|
-
# service_now: {
|
2051
|
-
# object: "Object", # required
|
2052
|
-
# },
|
2053
|
-
# singular: {
|
2054
|
-
# object: "Object", # required
|
2055
|
-
# },
|
2056
|
-
# slack: {
|
2057
|
-
# object: "Object", # required
|
2058
|
-
# },
|
2059
|
-
# trendmicro: {
|
2060
|
-
# object: "Object", # required
|
2061
|
-
# },
|
2062
|
-
# veeva: {
|
2063
|
-
# object: "Object", # required
|
2064
|
-
# document_type: "DocumentType",
|
2065
|
-
# include_source_files: false,
|
2066
|
-
# include_renditions: false,
|
2067
|
-
# include_all_versions: false,
|
2068
|
-
# },
|
2069
|
-
# zendesk: {
|
2070
|
-
# object: "Object", # required
|
2071
|
-
# },
|
2072
|
-
# sapo_data: {
|
2073
|
-
# object_path: "Object",
|
2074
|
-
# },
|
2075
|
-
# custom_connector: {
|
2076
|
-
# entity_name: "EntityName", # required
|
2077
|
-
# custom_properties: {
|
2078
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
2079
|
-
# },
|
2080
|
-
# },
|
2081
|
-
# },
|
2082
|
-
# incremental_pull_config: {
|
2083
|
-
# datetime_type_field_name: "DatetimeTypeFieldName",
|
2084
|
-
# },
|
2085
|
-
# },
|
2086
|
-
# destination_flow_config_list: [ # required
|
2087
|
-
# {
|
2088
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
|
2089
|
-
# api_version: "ApiVersion",
|
2090
|
-
# connector_profile_name: "ConnectorProfileName",
|
2091
|
-
# destination_connector_properties: { # required
|
2092
|
-
# redshift: {
|
2093
|
-
# object: "Object", # required
|
2094
|
-
# intermediate_bucket_name: "BucketName", # required
|
2095
|
-
# bucket_prefix: "BucketPrefix",
|
2096
|
-
# error_handling_config: {
|
2097
|
-
# fail_on_first_destination_error: false,
|
2098
|
-
# bucket_prefix: "BucketPrefix",
|
2099
|
-
# bucket_name: "BucketName",
|
2100
|
-
# },
|
2101
|
-
# },
|
2102
|
-
# s3: {
|
2103
|
-
# bucket_name: "BucketName", # required
|
2104
|
-
# bucket_prefix: "BucketPrefix",
|
2105
|
-
# s3_output_format_config: {
|
2106
|
-
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
2107
|
-
# prefix_config: {
|
2108
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
2109
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
2110
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
2111
|
-
# },
|
2112
|
-
# aggregation_config: {
|
2113
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
2114
|
-
# target_file_size: 1,
|
2115
|
-
# },
|
2116
|
-
# preserve_source_data_typing: false,
|
2117
|
-
# },
|
2118
|
-
# },
|
2119
|
-
# salesforce: {
|
2120
|
-
# object: "Object", # required
|
2121
|
-
# id_field_names: ["Name"],
|
2122
|
-
# error_handling_config: {
|
2123
|
-
# fail_on_first_destination_error: false,
|
2124
|
-
# bucket_prefix: "BucketPrefix",
|
2125
|
-
# bucket_name: "BucketName",
|
2126
|
-
# },
|
2127
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
2128
|
-
# data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
|
2129
|
-
# },
|
2130
|
-
# snowflake: {
|
2131
|
-
# object: "Object", # required
|
2132
|
-
# intermediate_bucket_name: "BucketName", # required
|
2133
|
-
# bucket_prefix: "BucketPrefix",
|
2134
|
-
# error_handling_config: {
|
2135
|
-
# fail_on_first_destination_error: false,
|
2136
|
-
# bucket_prefix: "BucketPrefix",
|
2137
|
-
# bucket_name: "BucketName",
|
2138
|
-
# },
|
2139
|
-
# },
|
2140
|
-
# event_bridge: {
|
2141
|
-
# object: "Object", # required
|
2142
|
-
# error_handling_config: {
|
2143
|
-
# fail_on_first_destination_error: false,
|
2144
|
-
# bucket_prefix: "BucketPrefix",
|
2145
|
-
# bucket_name: "BucketName",
|
2146
|
-
# },
|
2147
|
-
# },
|
2148
|
-
# lookout_metrics: {
|
2149
|
-
# },
|
2150
|
-
# upsolver: {
|
2151
|
-
# bucket_name: "UpsolverBucketName", # required
|
2152
|
-
# bucket_prefix: "BucketPrefix",
|
2153
|
-
# s3_output_format_config: { # required
|
2154
|
-
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
2155
|
-
# prefix_config: { # required
|
2156
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
2157
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
2158
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
2159
|
-
# },
|
2160
|
-
# aggregation_config: {
|
2161
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
2162
|
-
# target_file_size: 1,
|
2163
|
-
# },
|
2164
|
-
# },
|
2165
|
-
# },
|
2166
|
-
# honeycode: {
|
2167
|
-
# object: "Object", # required
|
2168
|
-
# error_handling_config: {
|
2169
|
-
# fail_on_first_destination_error: false,
|
2170
|
-
# bucket_prefix: "BucketPrefix",
|
2171
|
-
# bucket_name: "BucketName",
|
2172
|
-
# },
|
2173
|
-
# },
|
2174
|
-
# customer_profiles: {
|
2175
|
-
# domain_name: "DomainName", # required
|
2176
|
-
# object_type_name: "ObjectTypeName",
|
2177
|
-
# },
|
2178
|
-
# zendesk: {
|
2179
|
-
# object: "Object", # required
|
2180
|
-
# id_field_names: ["Name"],
|
2181
|
-
# error_handling_config: {
|
2182
|
-
# fail_on_first_destination_error: false,
|
2183
|
-
# bucket_prefix: "BucketPrefix",
|
2184
|
-
# bucket_name: "BucketName",
|
2185
|
-
# },
|
2186
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
2187
|
-
# },
|
2188
|
-
# marketo: {
|
2189
|
-
# object: "Object", # required
|
2190
|
-
# error_handling_config: {
|
2191
|
-
# fail_on_first_destination_error: false,
|
2192
|
-
# bucket_prefix: "BucketPrefix",
|
2193
|
-
# bucket_name: "BucketName",
|
2194
|
-
# },
|
2195
|
-
# },
|
2196
|
-
# custom_connector: {
|
2197
|
-
# entity_name: "EntityName", # required
|
2198
|
-
# error_handling_config: {
|
2199
|
-
# fail_on_first_destination_error: false,
|
2200
|
-
# bucket_prefix: "BucketPrefix",
|
2201
|
-
# bucket_name: "BucketName",
|
2202
|
-
# },
|
2203
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
2204
|
-
# id_field_names: ["Name"],
|
2205
|
-
# custom_properties: {
|
2206
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
2207
|
-
# },
|
2208
|
-
# },
|
2209
|
-
# sapo_data: {
|
2210
|
-
# object_path: "Object", # required
|
2211
|
-
# success_response_handling_config: {
|
2212
|
-
# bucket_prefix: "BucketPrefix",
|
2213
|
-
# bucket_name: "BucketName",
|
2214
|
-
# },
|
2215
|
-
# id_field_names: ["Name"],
|
2216
|
-
# error_handling_config: {
|
2217
|
-
# fail_on_first_destination_error: false,
|
2218
|
-
# bucket_prefix: "BucketPrefix",
|
2219
|
-
# bucket_name: "BucketName",
|
2220
|
-
# },
|
2221
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
2222
|
-
# },
|
2223
|
-
# },
|
2224
|
-
# },
|
2225
|
-
# ],
|
2226
|
-
# tasks: [ # required
|
2227
|
-
# {
|
2228
|
-
# source_fields: ["String"], # required
|
2229
|
-
# connector_operator: {
|
2230
|
-
# amplitude: "BETWEEN", # accepts BETWEEN
|
2231
|
-
# datadog: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2232
|
-
# dynatrace: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2233
|
-
# google_analytics: "PROJECTION", # accepts PROJECTION, BETWEEN
|
2234
|
-
# infor_nexus: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2235
|
-
# marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2236
|
-
# s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2237
|
-
# salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2238
|
-
# service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2239
|
-
# singular: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2240
|
-
# slack: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2241
|
-
# trendmicro: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2242
|
-
# veeva: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2243
|
-
# zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2244
|
-
# sapo_data: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2245
|
-
# custom_connector: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
2246
|
-
# },
|
2247
|
-
# destination_field: "DestinationField",
|
2248
|
-
# task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate, Partition
|
2249
|
-
# task_properties: {
|
2250
|
-
# "VALUE" => "Property",
|
2251
|
-
# },
|
2252
|
-
# },
|
2253
|
-
# ],
|
2254
|
-
# tags: {
|
2255
|
-
# "TagKey" => "TagValue",
|
2256
|
-
# },
|
2257
|
-
# metadata_catalog_config: {
|
2258
|
-
# glue_data_catalog: {
|
2259
|
-
# role_arn: "GlueDataCatalogIAMRole", # required
|
2260
|
-
# database_name: "GlueDataCatalogDatabaseName", # required
|
2261
|
-
# table_prefix: "GlueDataCatalogTablePrefix", # required
|
2262
|
-
# },
|
2263
|
-
# },
|
2264
|
-
# }
|
2265
|
-
#
|
2266
1218
|
# @!attribute [rw] flow_name
|
2267
1219
|
# The specified name of the flow. Spaces are not allowed. Use
|
2268
1220
|
# underscores (\_) or hyphens (-) only.
|
@@ -2365,16 +1317,6 @@ module Aws::Appflow
|
|
2365
1317
|
|
2366
1318
|
# The custom credentials required for custom authentication.
|
2367
1319
|
#
|
2368
|
-
# @note When making an API call, you may pass CustomAuthCredentials
|
2369
|
-
# data as a hash:
|
2370
|
-
#
|
2371
|
-
# {
|
2372
|
-
# custom_authentication_type: "CustomAuthenticationType", # required
|
2373
|
-
# credentials_map: {
|
2374
|
-
# "CredentialsMapKey" => "CredentialsMapValue",
|
2375
|
-
# },
|
2376
|
-
# }
|
2377
|
-
#
|
2378
1320
|
# @!attribute [rw] custom_authentication_type
|
2379
1321
|
# The custom authentication type that the connector uses.
|
2380
1322
|
# @return [String]
|
@@ -2395,23 +1337,6 @@ module Aws::Appflow
|
|
2395
1337
|
# The properties that are applied when the custom connector is being
|
2396
1338
|
# used as a destination.
|
2397
1339
|
#
|
2398
|
-
# @note When making an API call, you may pass CustomConnectorDestinationProperties
|
2399
|
-
# data as a hash:
|
2400
|
-
#
|
2401
|
-
# {
|
2402
|
-
# entity_name: "EntityName", # required
|
2403
|
-
# error_handling_config: {
|
2404
|
-
# fail_on_first_destination_error: false,
|
2405
|
-
# bucket_prefix: "BucketPrefix",
|
2406
|
-
# bucket_name: "BucketName",
|
2407
|
-
# },
|
2408
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
2409
|
-
# id_field_names: ["Name"],
|
2410
|
-
# custom_properties: {
|
2411
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
2412
|
-
# },
|
2413
|
-
# }
|
2414
|
-
#
|
2415
1340
|
# @!attribute [rw] entity_name
|
2416
1341
|
# The entity specified in the custom connector as a destination in the
|
2417
1342
|
# flow.
|
@@ -2452,37 +1377,6 @@ module Aws::Appflow
|
|
2452
1377
|
# The connector-specific profile credentials that are required when
|
2453
1378
|
# using the custom connector.
|
2454
1379
|
#
|
2455
|
-
# @note When making an API call, you may pass CustomConnectorProfileCredentials
|
2456
|
-
# data as a hash:
|
2457
|
-
#
|
2458
|
-
# {
|
2459
|
-
# authentication_type: "OAUTH2", # required, accepts OAUTH2, APIKEY, BASIC, CUSTOM
|
2460
|
-
# basic: {
|
2461
|
-
# username: "Username", # required
|
2462
|
-
# password: "Password", # required
|
2463
|
-
# },
|
2464
|
-
# oauth2: {
|
2465
|
-
# client_id: "ClientId",
|
2466
|
-
# client_secret: "ClientSecret",
|
2467
|
-
# access_token: "AccessToken",
|
2468
|
-
# refresh_token: "RefreshToken",
|
2469
|
-
# o_auth_request: {
|
2470
|
-
# auth_code: "AuthCode",
|
2471
|
-
# redirect_uri: "RedirectUri",
|
2472
|
-
# },
|
2473
|
-
# },
|
2474
|
-
# api_key: {
|
2475
|
-
# api_key: "ApiKey", # required
|
2476
|
-
# api_secret_key: "ApiSecretKey",
|
2477
|
-
# },
|
2478
|
-
# custom: {
|
2479
|
-
# custom_authentication_type: "CustomAuthenticationType", # required
|
2480
|
-
# credentials_map: {
|
2481
|
-
# "CredentialsMapKey" => "CredentialsMapValue",
|
2482
|
-
# },
|
2483
|
-
# },
|
2484
|
-
# }
|
2485
|
-
#
|
2486
1380
|
# @!attribute [rw] authentication_type
|
2487
1381
|
# The authentication type that the custom connector uses for
|
2488
1382
|
# authenticating while creating a connector profile.
|
@@ -2521,22 +1415,6 @@ module Aws::Appflow
|
|
2521
1415
|
|
2522
1416
|
# The profile properties required by the custom connector.
|
2523
1417
|
#
|
2524
|
-
# @note When making an API call, you may pass CustomConnectorProfileProperties
|
2525
|
-
# data as a hash:
|
2526
|
-
#
|
2527
|
-
# {
|
2528
|
-
# profile_properties: {
|
2529
|
-
# "ProfilePropertyKey" => "ProfilePropertyValue",
|
2530
|
-
# },
|
2531
|
-
# o_auth_2_properties: {
|
2532
|
-
# token_url: "TokenUrl", # required
|
2533
|
-
# o_auth_2_grant_type: "CLIENT_CREDENTIALS", # required, accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
|
2534
|
-
# token_url_custom_properties: {
|
2535
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
2536
|
-
# },
|
2537
|
-
# },
|
2538
|
-
# }
|
2539
|
-
#
|
2540
1418
|
# @!attribute [rw] profile_properties
|
2541
1419
|
# A map of properties that are required to create a profile for the
|
2542
1420
|
# custom connector.
|
@@ -2558,16 +1436,6 @@ module Aws::Appflow
|
|
2558
1436
|
# The properties that are applied when the custom connector is being
|
2559
1437
|
# used as a source.
|
2560
1438
|
#
|
2561
|
-
# @note When making an API call, you may pass CustomConnectorSourceProperties
|
2562
|
-
# data as a hash:
|
2563
|
-
#
|
2564
|
-
# {
|
2565
|
-
# entity_name: "EntityName", # required
|
2566
|
-
# custom_properties: {
|
2567
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
2568
|
-
# },
|
2569
|
-
# }
|
2570
|
-
#
|
2571
1439
|
# @!attribute [rw] entity_name
|
2572
1440
|
# The entity specified in the custom connector as a source in the
|
2573
1441
|
# flow.
|
@@ -2590,14 +1458,6 @@ module Aws::Appflow
|
|
2590
1458
|
# The properties that are applied when Amazon Connect Customer Profiles
|
2591
1459
|
# is used as a destination.
|
2592
1460
|
#
|
2593
|
-
# @note When making an API call, you may pass CustomerProfilesDestinationProperties
|
2594
|
-
# data as a hash:
|
2595
|
-
#
|
2596
|
-
# {
|
2597
|
-
# domain_name: "DomainName", # required
|
2598
|
-
# object_type_name: "ObjectTypeName",
|
2599
|
-
# }
|
2600
|
-
#
|
2601
1461
|
# @!attribute [rw] domain_name
|
2602
1462
|
# The unique name of the Amazon Connect Customer Profiles domain.
|
2603
1463
|
# @return [String]
|
@@ -2624,14 +1484,6 @@ module Aws::Appflow
|
|
2624
1484
|
|
2625
1485
|
# The connector-specific credentials required by Datadog.
|
2626
1486
|
#
|
2627
|
-
# @note When making an API call, you may pass DatadogConnectorProfileCredentials
|
2628
|
-
# data as a hash:
|
2629
|
-
#
|
2630
|
-
# {
|
2631
|
-
# api_key: "ApiKey", # required
|
2632
|
-
# application_key: "ApplicationKey", # required
|
2633
|
-
# }
|
2634
|
-
#
|
2635
1487
|
# @!attribute [rw] api_key
|
2636
1488
|
# A unique alphanumeric identifier used to authenticate a user,
|
2637
1489
|
# developer, or calling program to your API.
|
@@ -2655,13 +1507,6 @@ module Aws::Appflow
|
|
2655
1507
|
|
2656
1508
|
# The connector-specific profile properties required by Datadog.
|
2657
1509
|
#
|
2658
|
-
# @note When making an API call, you may pass DatadogConnectorProfileProperties
|
2659
|
-
# data as a hash:
|
2660
|
-
#
|
2661
|
-
# {
|
2662
|
-
# instance_url: "InstanceUrl", # required
|
2663
|
-
# }
|
2664
|
-
#
|
2665
1510
|
# @!attribute [rw] instance_url
|
2666
1511
|
# The location of the Datadog resource.
|
2667
1512
|
# @return [String]
|
@@ -2683,13 +1528,6 @@ module Aws::Appflow
|
|
2683
1528
|
# The properties that are applied when Datadog is being used as a
|
2684
1529
|
# source.
|
2685
1530
|
#
|
2686
|
-
# @note When making an API call, you may pass DatadogSourceProperties
|
2687
|
-
# data as a hash:
|
2688
|
-
#
|
2689
|
-
# {
|
2690
|
-
# object: "Object", # required
|
2691
|
-
# }
|
2692
|
-
#
|
2693
1531
|
# @!attribute [rw] object
|
2694
1532
|
# The object specified in the Datadog flow source.
|
2695
1533
|
# @return [String]
|
@@ -2702,14 +1540,6 @@ module Aws::Appflow
|
|
2702
1540
|
include Aws::Structure
|
2703
1541
|
end
|
2704
1542
|
|
2705
|
-
# @note When making an API call, you may pass DeleteConnectorProfileRequest
|
2706
|
-
# data as a hash:
|
2707
|
-
#
|
2708
|
-
# {
|
2709
|
-
# connector_profile_name: "ConnectorProfileName", # required
|
2710
|
-
# force_delete: false,
|
2711
|
-
# }
|
2712
|
-
#
|
2713
1543
|
# @!attribute [rw] connector_profile_name
|
2714
1544
|
# The name of the connector profile. The name is unique for each
|
2715
1545
|
# `ConnectorProfile` in your account.
|
@@ -2733,14 +1563,6 @@ module Aws::Appflow
|
|
2733
1563
|
#
|
2734
1564
|
class DeleteConnectorProfileResponse < Aws::EmptyStructure; end
|
2735
1565
|
|
2736
|
-
# @note When making an API call, you may pass DeleteFlowRequest
|
2737
|
-
# data as a hash:
|
2738
|
-
#
|
2739
|
-
# {
|
2740
|
-
# flow_name: "FlowName", # required
|
2741
|
-
# force_delete: false,
|
2742
|
-
# }
|
2743
|
-
#
|
2744
1566
|
# @!attribute [rw] flow_name
|
2745
1567
|
# The specified name of the flow. Spaces are not allowed. Use
|
2746
1568
|
# underscores (\_) or hyphens (-) only.
|
@@ -2764,16 +1586,6 @@ module Aws::Appflow
|
|
2764
1586
|
#
|
2765
1587
|
class DeleteFlowResponse < Aws::EmptyStructure; end
|
2766
1588
|
|
2767
|
-
# @note When making an API call, you may pass DescribeConnectorEntityRequest
|
2768
|
-
# data as a hash:
|
2769
|
-
#
|
2770
|
-
# {
|
2771
|
-
# connector_entity_name: "EntityName", # required
|
2772
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
|
2773
|
-
# connector_profile_name: "ConnectorProfileName",
|
2774
|
-
# api_version: "ApiVersion",
|
2775
|
-
# }
|
2776
|
-
#
|
2777
1589
|
# @!attribute [rw] connector_entity_name
|
2778
1590
|
# The entity name for that connector.
|
2779
1591
|
# @return [String]
|
@@ -2817,17 +1629,6 @@ module Aws::Appflow
|
|
2817
1629
|
include Aws::Structure
|
2818
1630
|
end
|
2819
1631
|
|
2820
|
-
# @note When making an API call, you may pass DescribeConnectorProfilesRequest
|
2821
|
-
# data as a hash:
|
2822
|
-
#
|
2823
|
-
# {
|
2824
|
-
# connector_profile_names: ["ConnectorProfileName"],
|
2825
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
|
2826
|
-
# connector_label: "ConnectorLabel",
|
2827
|
-
# max_results: 1,
|
2828
|
-
# next_token: "NextToken",
|
2829
|
-
# }
|
2830
|
-
#
|
2831
1632
|
# @!attribute [rw] connector_profile_names
|
2832
1633
|
# The name of the connector profile. The name is unique for each
|
2833
1634
|
# `ConnectorProfile` in the Amazon Web Services account.
|
@@ -2884,14 +1685,6 @@ module Aws::Appflow
|
|
2884
1685
|
include Aws::Structure
|
2885
1686
|
end
|
2886
1687
|
|
2887
|
-
# @note When making an API call, you may pass DescribeConnectorRequest
|
2888
|
-
# data as a hash:
|
2889
|
-
#
|
2890
|
-
# {
|
2891
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
|
2892
|
-
# connector_label: "ConnectorLabel",
|
2893
|
-
# }
|
2894
|
-
#
|
2895
1688
|
# @!attribute [rw] connector_type
|
2896
1689
|
# The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
|
2897
1690
|
# Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
|
@@ -2924,15 +1717,6 @@ module Aws::Appflow
|
|
2924
1717
|
include Aws::Structure
|
2925
1718
|
end
|
2926
1719
|
|
2927
|
-
# @note When making an API call, you may pass DescribeConnectorsRequest
|
2928
|
-
# data as a hash:
|
2929
|
-
#
|
2930
|
-
# {
|
2931
|
-
# connector_types: ["Salesforce"], # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
|
2932
|
-
# max_results: 1,
|
2933
|
-
# next_token: "NextToken",
|
2934
|
-
# }
|
2935
|
-
#
|
2936
1720
|
# @!attribute [rw] connector_types
|
2937
1721
|
# The type of connector, such as Salesforce, Amplitude, and so on.
|
2938
1722
|
# @return [Array<String>]
|
@@ -2979,15 +1763,6 @@ module Aws::Appflow
|
|
2979
1763
|
include Aws::Structure
|
2980
1764
|
end
|
2981
1765
|
|
2982
|
-
# @note When making an API call, you may pass DescribeFlowExecutionRecordsRequest
|
2983
|
-
# data as a hash:
|
2984
|
-
#
|
2985
|
-
# {
|
2986
|
-
# flow_name: "FlowName", # required
|
2987
|
-
# max_results: 1,
|
2988
|
-
# next_token: "NextToken",
|
2989
|
-
# }
|
2990
|
-
#
|
2991
1766
|
# @!attribute [rw] flow_name
|
2992
1767
|
# The specified name of the flow. Spaces are not allowed. Use
|
2993
1768
|
# underscores (\_) or hyphens (-) only.
|
@@ -3030,13 +1805,6 @@ module Aws::Appflow
|
|
3030
1805
|
include Aws::Structure
|
3031
1806
|
end
|
3032
1807
|
|
3033
|
-
# @note When making an API call, you may pass DescribeFlowRequest
|
3034
|
-
# data as a hash:
|
3035
|
-
#
|
3036
|
-
# {
|
3037
|
-
# flow_name: "FlowName", # required
|
3038
|
-
# }
|
3039
|
-
#
|
3040
1808
|
# @!attribute [rw] flow_name
|
3041
1809
|
# The specified name of the flow. Spaces are not allowed. Use
|
3042
1810
|
# underscores (\_) or hyphens (-) only.
|
@@ -3178,143 +1946,6 @@ module Aws::Appflow
|
|
3178
1946
|
# This stores the information that is required to query a particular
|
3179
1947
|
# connector.
|
3180
1948
|
#
|
3181
|
-
# @note When making an API call, you may pass DestinationConnectorProperties
|
3182
|
-
# data as a hash:
|
3183
|
-
#
|
3184
|
-
# {
|
3185
|
-
# redshift: {
|
3186
|
-
# object: "Object", # required
|
3187
|
-
# intermediate_bucket_name: "BucketName", # required
|
3188
|
-
# bucket_prefix: "BucketPrefix",
|
3189
|
-
# error_handling_config: {
|
3190
|
-
# fail_on_first_destination_error: false,
|
3191
|
-
# bucket_prefix: "BucketPrefix",
|
3192
|
-
# bucket_name: "BucketName",
|
3193
|
-
# },
|
3194
|
-
# },
|
3195
|
-
# s3: {
|
3196
|
-
# bucket_name: "BucketName", # required
|
3197
|
-
# bucket_prefix: "BucketPrefix",
|
3198
|
-
# s3_output_format_config: {
|
3199
|
-
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
3200
|
-
# prefix_config: {
|
3201
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
3202
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
3203
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
3204
|
-
# },
|
3205
|
-
# aggregation_config: {
|
3206
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
3207
|
-
# target_file_size: 1,
|
3208
|
-
# },
|
3209
|
-
# preserve_source_data_typing: false,
|
3210
|
-
# },
|
3211
|
-
# },
|
3212
|
-
# salesforce: {
|
3213
|
-
# object: "Object", # required
|
3214
|
-
# id_field_names: ["Name"],
|
3215
|
-
# error_handling_config: {
|
3216
|
-
# fail_on_first_destination_error: false,
|
3217
|
-
# bucket_prefix: "BucketPrefix",
|
3218
|
-
# bucket_name: "BucketName",
|
3219
|
-
# },
|
3220
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
3221
|
-
# data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
|
3222
|
-
# },
|
3223
|
-
# snowflake: {
|
3224
|
-
# object: "Object", # required
|
3225
|
-
# intermediate_bucket_name: "BucketName", # required
|
3226
|
-
# bucket_prefix: "BucketPrefix",
|
3227
|
-
# error_handling_config: {
|
3228
|
-
# fail_on_first_destination_error: false,
|
3229
|
-
# bucket_prefix: "BucketPrefix",
|
3230
|
-
# bucket_name: "BucketName",
|
3231
|
-
# },
|
3232
|
-
# },
|
3233
|
-
# event_bridge: {
|
3234
|
-
# object: "Object", # required
|
3235
|
-
# error_handling_config: {
|
3236
|
-
# fail_on_first_destination_error: false,
|
3237
|
-
# bucket_prefix: "BucketPrefix",
|
3238
|
-
# bucket_name: "BucketName",
|
3239
|
-
# },
|
3240
|
-
# },
|
3241
|
-
# lookout_metrics: {
|
3242
|
-
# },
|
3243
|
-
# upsolver: {
|
3244
|
-
# bucket_name: "UpsolverBucketName", # required
|
3245
|
-
# bucket_prefix: "BucketPrefix",
|
3246
|
-
# s3_output_format_config: { # required
|
3247
|
-
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
3248
|
-
# prefix_config: { # required
|
3249
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
3250
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
3251
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
3252
|
-
# },
|
3253
|
-
# aggregation_config: {
|
3254
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
3255
|
-
# target_file_size: 1,
|
3256
|
-
# },
|
3257
|
-
# },
|
3258
|
-
# },
|
3259
|
-
# honeycode: {
|
3260
|
-
# object: "Object", # required
|
3261
|
-
# error_handling_config: {
|
3262
|
-
# fail_on_first_destination_error: false,
|
3263
|
-
# bucket_prefix: "BucketPrefix",
|
3264
|
-
# bucket_name: "BucketName",
|
3265
|
-
# },
|
3266
|
-
# },
|
3267
|
-
# customer_profiles: {
|
3268
|
-
# domain_name: "DomainName", # required
|
3269
|
-
# object_type_name: "ObjectTypeName",
|
3270
|
-
# },
|
3271
|
-
# zendesk: {
|
3272
|
-
# object: "Object", # required
|
3273
|
-
# id_field_names: ["Name"],
|
3274
|
-
# error_handling_config: {
|
3275
|
-
# fail_on_first_destination_error: false,
|
3276
|
-
# bucket_prefix: "BucketPrefix",
|
3277
|
-
# bucket_name: "BucketName",
|
3278
|
-
# },
|
3279
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
3280
|
-
# },
|
3281
|
-
# marketo: {
|
3282
|
-
# object: "Object", # required
|
3283
|
-
# error_handling_config: {
|
3284
|
-
# fail_on_first_destination_error: false,
|
3285
|
-
# bucket_prefix: "BucketPrefix",
|
3286
|
-
# bucket_name: "BucketName",
|
3287
|
-
# },
|
3288
|
-
# },
|
3289
|
-
# custom_connector: {
|
3290
|
-
# entity_name: "EntityName", # required
|
3291
|
-
# error_handling_config: {
|
3292
|
-
# fail_on_first_destination_error: false,
|
3293
|
-
# bucket_prefix: "BucketPrefix",
|
3294
|
-
# bucket_name: "BucketName",
|
3295
|
-
# },
|
3296
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
3297
|
-
# id_field_names: ["Name"],
|
3298
|
-
# custom_properties: {
|
3299
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
3300
|
-
# },
|
3301
|
-
# },
|
3302
|
-
# sapo_data: {
|
3303
|
-
# object_path: "Object", # required
|
3304
|
-
# success_response_handling_config: {
|
3305
|
-
# bucket_prefix: "BucketPrefix",
|
3306
|
-
# bucket_name: "BucketName",
|
3307
|
-
# },
|
3308
|
-
# id_field_names: ["Name"],
|
3309
|
-
# error_handling_config: {
|
3310
|
-
# fail_on_first_destination_error: false,
|
3311
|
-
# bucket_prefix: "BucketPrefix",
|
3312
|
-
# bucket_name: "BucketName",
|
3313
|
-
# },
|
3314
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
3315
|
-
# },
|
3316
|
-
# }
|
3317
|
-
#
|
3318
1949
|
# @!attribute [rw] redshift
|
3319
1950
|
# The properties required to query Amazon Redshift.
|
3320
1951
|
# @return [Types::RedshiftDestinationProperties]
|
@@ -3437,148 +2068,6 @@ module Aws::Appflow
|
|
3437
2068
|
# Contains information about the configuration of destination connectors
|
3438
2069
|
# present in the flow.
|
3439
2070
|
#
|
3440
|
-
# @note When making an API call, you may pass DestinationFlowConfig
|
3441
|
-
# data as a hash:
|
3442
|
-
#
|
3443
|
-
# {
|
3444
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
|
3445
|
-
# api_version: "ApiVersion",
|
3446
|
-
# connector_profile_name: "ConnectorProfileName",
|
3447
|
-
# destination_connector_properties: { # required
|
3448
|
-
# redshift: {
|
3449
|
-
# object: "Object", # required
|
3450
|
-
# intermediate_bucket_name: "BucketName", # required
|
3451
|
-
# bucket_prefix: "BucketPrefix",
|
3452
|
-
# error_handling_config: {
|
3453
|
-
# fail_on_first_destination_error: false,
|
3454
|
-
# bucket_prefix: "BucketPrefix",
|
3455
|
-
# bucket_name: "BucketName",
|
3456
|
-
# },
|
3457
|
-
# },
|
3458
|
-
# s3: {
|
3459
|
-
# bucket_name: "BucketName", # required
|
3460
|
-
# bucket_prefix: "BucketPrefix",
|
3461
|
-
# s3_output_format_config: {
|
3462
|
-
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
3463
|
-
# prefix_config: {
|
3464
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
3465
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
3466
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
3467
|
-
# },
|
3468
|
-
# aggregation_config: {
|
3469
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
3470
|
-
# target_file_size: 1,
|
3471
|
-
# },
|
3472
|
-
# preserve_source_data_typing: false,
|
3473
|
-
# },
|
3474
|
-
# },
|
3475
|
-
# salesforce: {
|
3476
|
-
# object: "Object", # required
|
3477
|
-
# id_field_names: ["Name"],
|
3478
|
-
# error_handling_config: {
|
3479
|
-
# fail_on_first_destination_error: false,
|
3480
|
-
# bucket_prefix: "BucketPrefix",
|
3481
|
-
# bucket_name: "BucketName",
|
3482
|
-
# },
|
3483
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
3484
|
-
# data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
|
3485
|
-
# },
|
3486
|
-
# snowflake: {
|
3487
|
-
# object: "Object", # required
|
3488
|
-
# intermediate_bucket_name: "BucketName", # required
|
3489
|
-
# bucket_prefix: "BucketPrefix",
|
3490
|
-
# error_handling_config: {
|
3491
|
-
# fail_on_first_destination_error: false,
|
3492
|
-
# bucket_prefix: "BucketPrefix",
|
3493
|
-
# bucket_name: "BucketName",
|
3494
|
-
# },
|
3495
|
-
# },
|
3496
|
-
# event_bridge: {
|
3497
|
-
# object: "Object", # required
|
3498
|
-
# error_handling_config: {
|
3499
|
-
# fail_on_first_destination_error: false,
|
3500
|
-
# bucket_prefix: "BucketPrefix",
|
3501
|
-
# bucket_name: "BucketName",
|
3502
|
-
# },
|
3503
|
-
# },
|
3504
|
-
# lookout_metrics: {
|
3505
|
-
# },
|
3506
|
-
# upsolver: {
|
3507
|
-
# bucket_name: "UpsolverBucketName", # required
|
3508
|
-
# bucket_prefix: "BucketPrefix",
|
3509
|
-
# s3_output_format_config: { # required
|
3510
|
-
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
3511
|
-
# prefix_config: { # required
|
3512
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
3513
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
3514
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
3515
|
-
# },
|
3516
|
-
# aggregation_config: {
|
3517
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
3518
|
-
# target_file_size: 1,
|
3519
|
-
# },
|
3520
|
-
# },
|
3521
|
-
# },
|
3522
|
-
# honeycode: {
|
3523
|
-
# object: "Object", # required
|
3524
|
-
# error_handling_config: {
|
3525
|
-
# fail_on_first_destination_error: false,
|
3526
|
-
# bucket_prefix: "BucketPrefix",
|
3527
|
-
# bucket_name: "BucketName",
|
3528
|
-
# },
|
3529
|
-
# },
|
3530
|
-
# customer_profiles: {
|
3531
|
-
# domain_name: "DomainName", # required
|
3532
|
-
# object_type_name: "ObjectTypeName",
|
3533
|
-
# },
|
3534
|
-
# zendesk: {
|
3535
|
-
# object: "Object", # required
|
3536
|
-
# id_field_names: ["Name"],
|
3537
|
-
# error_handling_config: {
|
3538
|
-
# fail_on_first_destination_error: false,
|
3539
|
-
# bucket_prefix: "BucketPrefix",
|
3540
|
-
# bucket_name: "BucketName",
|
3541
|
-
# },
|
3542
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
3543
|
-
# },
|
3544
|
-
# marketo: {
|
3545
|
-
# object: "Object", # required
|
3546
|
-
# error_handling_config: {
|
3547
|
-
# fail_on_first_destination_error: false,
|
3548
|
-
# bucket_prefix: "BucketPrefix",
|
3549
|
-
# bucket_name: "BucketName",
|
3550
|
-
# },
|
3551
|
-
# },
|
3552
|
-
# custom_connector: {
|
3553
|
-
# entity_name: "EntityName", # required
|
3554
|
-
# error_handling_config: {
|
3555
|
-
# fail_on_first_destination_error: false,
|
3556
|
-
# bucket_prefix: "BucketPrefix",
|
3557
|
-
# bucket_name: "BucketName",
|
3558
|
-
# },
|
3559
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
3560
|
-
# id_field_names: ["Name"],
|
3561
|
-
# custom_properties: {
|
3562
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
3563
|
-
# },
|
3564
|
-
# },
|
3565
|
-
# sapo_data: {
|
3566
|
-
# object_path: "Object", # required
|
3567
|
-
# success_response_handling_config: {
|
3568
|
-
# bucket_prefix: "BucketPrefix",
|
3569
|
-
# bucket_name: "BucketName",
|
3570
|
-
# },
|
3571
|
-
# id_field_names: ["Name"],
|
3572
|
-
# error_handling_config: {
|
3573
|
-
# fail_on_first_destination_error: false,
|
3574
|
-
# bucket_prefix: "BucketPrefix",
|
3575
|
-
# bucket_name: "BucketName",
|
3576
|
-
# },
|
3577
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
3578
|
-
# },
|
3579
|
-
# },
|
3580
|
-
# }
|
3581
|
-
#
|
3582
2071
|
# @!attribute [rw] connector_type
|
3583
2072
|
# The type of connector, such as Salesforce, Amplitude, and so on.
|
3584
2073
|
# @return [String]
|
@@ -3610,13 +2099,6 @@ module Aws::Appflow
|
|
3610
2099
|
|
3611
2100
|
# The connector-specific profile credentials required by Dynatrace.
|
3612
2101
|
#
|
3613
|
-
# @note When making an API call, you may pass DynatraceConnectorProfileCredentials
|
3614
|
-
# data as a hash:
|
3615
|
-
#
|
3616
|
-
# {
|
3617
|
-
# api_token: "ApiToken", # required
|
3618
|
-
# }
|
3619
|
-
#
|
3620
2102
|
# @!attribute [rw] api_token
|
3621
2103
|
# The API tokens used by Dynatrace API to authenticate various API
|
3622
2104
|
# calls.
|
@@ -3632,13 +2114,6 @@ module Aws::Appflow
|
|
3632
2114
|
|
3633
2115
|
# The connector-specific profile properties required by Dynatrace.
|
3634
2116
|
#
|
3635
|
-
# @note When making an API call, you may pass DynatraceConnectorProfileProperties
|
3636
|
-
# data as a hash:
|
3637
|
-
#
|
3638
|
-
# {
|
3639
|
-
# instance_url: "InstanceUrl", # required
|
3640
|
-
# }
|
3641
|
-
#
|
3642
2117
|
# @!attribute [rw] instance_url
|
3643
2118
|
# The location of the Dynatrace resource.
|
3644
2119
|
# @return [String]
|
@@ -3660,13 +2135,6 @@ module Aws::Appflow
|
|
3660
2135
|
# The properties that are applied when Dynatrace is being used as a
|
3661
2136
|
# source.
|
3662
2137
|
#
|
3663
|
-
# @note When making an API call, you may pass DynatraceSourceProperties
|
3664
|
-
# data as a hash:
|
3665
|
-
#
|
3666
|
-
# {
|
3667
|
-
# object: "Object", # required
|
3668
|
-
# }
|
3669
|
-
#
|
3670
2138
|
# @!attribute [rw] object
|
3671
2139
|
# The object specified in the Dynatrace flow source.
|
3672
2140
|
# @return [String]
|
@@ -3686,15 +2154,6 @@ module Aws::Appflow
|
|
3686
2154
|
# failure. `ErrorHandlingConfig` is a part of the destination connector
|
3687
2155
|
# details.
|
3688
2156
|
#
|
3689
|
-
# @note When making an API call, you may pass ErrorHandlingConfig
|
3690
|
-
# data as a hash:
|
3691
|
-
#
|
3692
|
-
# {
|
3693
|
-
# fail_on_first_destination_error: false,
|
3694
|
-
# bucket_prefix: "BucketPrefix",
|
3695
|
-
# bucket_name: "BucketName",
|
3696
|
-
# }
|
3697
|
-
#
|
3698
2157
|
# @!attribute [rw] fail_on_first_destination_error
|
3699
2158
|
# Specifies if the flow should fail after the first instance of a
|
3700
2159
|
# failure when attempting to place data in the destination.
|
@@ -3741,18 +2200,6 @@ module Aws::Appflow
|
|
3741
2200
|
# The properties that are applied when Amazon EventBridge is being used
|
3742
2201
|
# as a destination.
|
3743
2202
|
#
|
3744
|
-
# @note When making an API call, you may pass EventBridgeDestinationProperties
|
3745
|
-
# data as a hash:
|
3746
|
-
#
|
3747
|
-
# {
|
3748
|
-
# object: "Object", # required
|
3749
|
-
# error_handling_config: {
|
3750
|
-
# fail_on_first_destination_error: false,
|
3751
|
-
# bucket_prefix: "BucketPrefix",
|
3752
|
-
# bucket_name: "BucketName",
|
3753
|
-
# },
|
3754
|
-
# }
|
3755
|
-
#
|
3756
2203
|
# @!attribute [rw] object
|
3757
2204
|
# The object specified in the Amazon EventBridge flow destination.
|
3758
2205
|
# @return [String]
|
@@ -4035,15 +2482,6 @@ module Aws::Appflow
|
|
4035
2482
|
#
|
4036
2483
|
# </note>
|
4037
2484
|
#
|
4038
|
-
# @note When making an API call, you may pass GlueDataCatalogConfig
|
4039
|
-
# data as a hash:
|
4040
|
-
#
|
4041
|
-
# {
|
4042
|
-
# role_arn: "GlueDataCatalogIAMRole", # required
|
4043
|
-
# database_name: "GlueDataCatalogDatabaseName", # required
|
4044
|
-
# table_prefix: "GlueDataCatalogTablePrefix", # required
|
4045
|
-
# }
|
4046
|
-
#
|
4047
2485
|
# @!attribute [rw] role_arn
|
4048
2486
|
# The Amazon Resource Name (ARN) of an IAM role that grants Amazon
|
4049
2487
|
# AppFlow the permissions it needs to create Data Catalog tables,
|
@@ -4088,20 +2526,6 @@ module Aws::Appflow
|
|
4088
2526
|
# The connector-specific profile credentials required by Google
|
4089
2527
|
# Analytics.
|
4090
2528
|
#
|
4091
|
-
# @note When making an API call, you may pass GoogleAnalyticsConnectorProfileCredentials
|
4092
|
-
# data as a hash:
|
4093
|
-
#
|
4094
|
-
# {
|
4095
|
-
# client_id: "ClientId", # required
|
4096
|
-
# client_secret: "ClientSecret", # required
|
4097
|
-
# access_token: "AccessToken",
|
4098
|
-
# refresh_token: "RefreshToken",
|
4099
|
-
# o_auth_request: {
|
4100
|
-
# auth_code: "AuthCode",
|
4101
|
-
# redirect_uri: "RedirectUri",
|
4102
|
-
# },
|
4103
|
-
# }
|
4104
|
-
#
|
4105
2529
|
# @!attribute [rw] client_id
|
4106
2530
|
# The identifier for the desired client.
|
4107
2531
|
# @return [String]
|
@@ -4164,13 +2588,6 @@ module Aws::Appflow
|
|
4164
2588
|
# The properties that are applied when Google Analytics is being used as
|
4165
2589
|
# a source.
|
4166
2590
|
#
|
4167
|
-
# @note When making an API call, you may pass GoogleAnalyticsSourceProperties
|
4168
|
-
# data as a hash:
|
4169
|
-
#
|
4170
|
-
# {
|
4171
|
-
# object: "Object", # required
|
4172
|
-
# }
|
4173
|
-
#
|
4174
2591
|
# @!attribute [rw] object
|
4175
2592
|
# The object specified in the Google Analytics flow source.
|
4176
2593
|
# @return [String]
|
@@ -4186,18 +2603,6 @@ module Aws::Appflow
|
|
4186
2603
|
# The connector-specific credentials required when using Amazon
|
4187
2604
|
# Honeycode.
|
4188
2605
|
#
|
4189
|
-
# @note When making an API call, you may pass HoneycodeConnectorProfileCredentials
|
4190
|
-
# data as a hash:
|
4191
|
-
#
|
4192
|
-
# {
|
4193
|
-
# access_token: "AccessToken",
|
4194
|
-
# refresh_token: "RefreshToken",
|
4195
|
-
# o_auth_request: {
|
4196
|
-
# auth_code: "AuthCode",
|
4197
|
-
# redirect_uri: "RedirectUri",
|
4198
|
-
# },
|
4199
|
-
# }
|
4200
|
-
#
|
4201
2606
|
# @!attribute [rw] access_token
|
4202
2607
|
# The credentials used to access protected Amazon Honeycode resources.
|
4203
2608
|
# @return [String]
|
@@ -4233,18 +2638,6 @@ module Aws::Appflow
|
|
4233
2638
|
# The properties that are applied when Amazon Honeycode is used as a
|
4234
2639
|
# destination.
|
4235
2640
|
#
|
4236
|
-
# @note When making an API call, you may pass HoneycodeDestinationProperties
|
4237
|
-
# data as a hash:
|
4238
|
-
#
|
4239
|
-
# {
|
4240
|
-
# object: "Object", # required
|
4241
|
-
# error_handling_config: {
|
4242
|
-
# fail_on_first_destination_error: false,
|
4243
|
-
# bucket_prefix: "BucketPrefix",
|
4244
|
-
# bucket_name: "BucketName",
|
4245
|
-
# },
|
4246
|
-
# }
|
4247
|
-
#
|
4248
2641
|
# @!attribute [rw] object
|
4249
2642
|
# The object specified in the Amazon Honeycode flow destination.
|
4250
2643
|
# @return [String]
|
@@ -4284,13 +2677,6 @@ module Aws::Appflow
|
|
4284
2677
|
# Specifies the configuration used when importing incremental records
|
4285
2678
|
# from the source.
|
4286
2679
|
#
|
4287
|
-
# @note When making an API call, you may pass IncrementalPullConfig
|
4288
|
-
# data as a hash:
|
4289
|
-
#
|
4290
|
-
# {
|
4291
|
-
# datetime_type_field_name: "DatetimeTypeFieldName",
|
4292
|
-
# }
|
4293
|
-
#
|
4294
2680
|
# @!attribute [rw] datetime_type_field_name
|
4295
2681
|
# A field that specifies the date time or timestamp field as the
|
4296
2682
|
# criteria to use when importing incremental records from the source.
|
@@ -4306,16 +2692,6 @@ module Aws::Appflow
|
|
4306
2692
|
|
4307
2693
|
# The connector-specific profile credentials required by Infor Nexus.
|
4308
2694
|
#
|
4309
|
-
# @note When making an API call, you may pass InforNexusConnectorProfileCredentials
|
4310
|
-
# data as a hash:
|
4311
|
-
#
|
4312
|
-
# {
|
4313
|
-
# access_key_id: "AccessKeyId", # required
|
4314
|
-
# user_id: "Username", # required
|
4315
|
-
# secret_access_key: "Key", # required
|
4316
|
-
# datakey: "Key", # required
|
4317
|
-
# }
|
4318
|
-
#
|
4319
2695
|
# @!attribute [rw] access_key_id
|
4320
2696
|
# The Access Key portion of the credentials.
|
4321
2697
|
# @return [String]
|
@@ -4345,13 +2721,6 @@ module Aws::Appflow
|
|
4345
2721
|
|
4346
2722
|
# The connector-specific profile properties required by Infor Nexus.
|
4347
2723
|
#
|
4348
|
-
# @note When making an API call, you may pass InforNexusConnectorProfileProperties
|
4349
|
-
# data as a hash:
|
4350
|
-
#
|
4351
|
-
# {
|
4352
|
-
# instance_url: "InstanceUrl", # required
|
4353
|
-
# }
|
4354
|
-
#
|
4355
2724
|
# @!attribute [rw] instance_url
|
4356
2725
|
# The location of the Infor Nexus resource.
|
4357
2726
|
# @return [String]
|
@@ -4373,13 +2742,6 @@ module Aws::Appflow
|
|
4373
2742
|
# The properties that are applied when Infor Nexus is being used as a
|
4374
2743
|
# source.
|
4375
2744
|
#
|
4376
|
-
# @note When making an API call, you may pass InforNexusSourceProperties
|
4377
|
-
# data as a hash:
|
4378
|
-
#
|
4379
|
-
# {
|
4380
|
-
# object: "Object", # required
|
4381
|
-
# }
|
4382
|
-
#
|
4383
2745
|
# @!attribute [rw] object
|
4384
2746
|
# The object specified in the Infor Nexus flow source.
|
4385
2747
|
# @return [String]
|
@@ -4409,13 +2771,6 @@ module Aws::Appflow
|
|
4409
2771
|
# Contains information about the configuration of the lambda which is
|
4410
2772
|
# being registered as the connector.
|
4411
2773
|
#
|
4412
|
-
# @note When making an API call, you may pass LambdaConnectorProvisioningConfig
|
4413
|
-
# data as a hash:
|
4414
|
-
#
|
4415
|
-
# {
|
4416
|
-
# lambda_arn: "ARN", # required
|
4417
|
-
# }
|
4418
|
-
#
|
4419
2774
|
# @!attribute [rw] lambda_arn
|
4420
2775
|
# Lambda ARN of the connector being registered.
|
4421
2776
|
# @return [String]
|
@@ -4428,16 +2783,6 @@ module Aws::Appflow
|
|
4428
2783
|
include Aws::Structure
|
4429
2784
|
end
|
4430
2785
|
|
4431
|
-
# @note When making an API call, you may pass ListConnectorEntitiesRequest
|
4432
|
-
# data as a hash:
|
4433
|
-
#
|
4434
|
-
# {
|
4435
|
-
# connector_profile_name: "ConnectorProfileName",
|
4436
|
-
# connector_type: "Salesforce", # accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
|
4437
|
-
# entities_path: "EntitiesPath",
|
4438
|
-
# api_version: "ApiVersion",
|
4439
|
-
# }
|
4440
|
-
#
|
4441
2786
|
# @!attribute [rw] connector_profile_name
|
4442
2787
|
# The name of the connector profile. The name is unique for each
|
4443
2788
|
# `ConnectorProfile` in the Amazon Web Services account, and is used
|
@@ -4462,13 +2807,26 @@ module Aws::Appflow
|
|
4462
2807
|
# The version of the API that's used by the connector.
|
4463
2808
|
# @return [String]
|
4464
2809
|
#
|
2810
|
+
# @!attribute [rw] max_results
|
2811
|
+
# The maximum number of items that the operation returns in the
|
2812
|
+
# response.
|
2813
|
+
# @return [Integer]
|
2814
|
+
#
|
2815
|
+
# @!attribute [rw] next_token
|
2816
|
+
# A token that was provided by your prior `ListConnectorEntities`
|
2817
|
+
# operation if the response was too big for the page size. You specify
|
2818
|
+
# this token to get the next page of results in paginated response.
|
2819
|
+
# @return [String]
|
2820
|
+
#
|
4465
2821
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ListConnectorEntitiesRequest AWS API Documentation
|
4466
2822
|
#
|
4467
2823
|
class ListConnectorEntitiesRequest < Struct.new(
|
4468
2824
|
:connector_profile_name,
|
4469
2825
|
:connector_type,
|
4470
2826
|
:entities_path,
|
4471
|
-
:api_version
|
2827
|
+
:api_version,
|
2828
|
+
:max_results,
|
2829
|
+
:next_token)
|
4472
2830
|
SENSITIVE = []
|
4473
2831
|
include Aws::Structure
|
4474
2832
|
end
|
@@ -4479,22 +2837,22 @@ module Aws::Appflow
|
|
4479
2837
|
# contains the list of entities belonging to that group.
|
4480
2838
|
# @return [Hash<String,Array<Types::ConnectorEntity>>]
|
4481
2839
|
#
|
2840
|
+
# @!attribute [rw] next_token
|
2841
|
+
# A token that you specify in your next `ListConnectorEntities`
|
2842
|
+
# operation to get the next page of results in paginated response. The
|
2843
|
+
# `ListConnectorEntities` operation provides this token if the
|
2844
|
+
# response is too big for the page size.
|
2845
|
+
# @return [String]
|
2846
|
+
#
|
4482
2847
|
# @see http://docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ListConnectorEntitiesResponse AWS API Documentation
|
4483
2848
|
#
|
4484
2849
|
class ListConnectorEntitiesResponse < Struct.new(
|
4485
|
-
:connector_entity_map
|
2850
|
+
:connector_entity_map,
|
2851
|
+
:next_token)
|
4486
2852
|
SENSITIVE = []
|
4487
2853
|
include Aws::Structure
|
4488
2854
|
end
|
4489
2855
|
|
4490
|
-
# @note When making an API call, you may pass ListConnectorsRequest
|
4491
|
-
# data as a hash:
|
4492
|
-
#
|
4493
|
-
# {
|
4494
|
-
# max_results: 1,
|
4495
|
-
# next_token: "NextToken",
|
4496
|
-
# }
|
4497
|
-
#
|
4498
2856
|
# @!attribute [rw] max_results
|
4499
2857
|
# Specifies the maximum number of items that should be returned in the
|
4500
2858
|
# result set. The default for `maxResults` is 20 (for all paginated
|
@@ -4533,14 +2891,6 @@ module Aws::Appflow
|
|
4533
2891
|
include Aws::Structure
|
4534
2892
|
end
|
4535
2893
|
|
4536
|
-
# @note When making an API call, you may pass ListFlowsRequest
|
4537
|
-
# data as a hash:
|
4538
|
-
#
|
4539
|
-
# {
|
4540
|
-
# max_results: 1,
|
4541
|
-
# next_token: "NextToken",
|
4542
|
-
# }
|
4543
|
-
#
|
4544
2894
|
# @!attribute [rw] max_results
|
4545
2895
|
# Specifies the maximum number of items that should be returned in the
|
4546
2896
|
# result set.
|
@@ -4576,13 +2926,6 @@ module Aws::Appflow
|
|
4576
2926
|
include Aws::Structure
|
4577
2927
|
end
|
4578
2928
|
|
4579
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
4580
|
-
# data as a hash:
|
4581
|
-
#
|
4582
|
-
# {
|
4583
|
-
# resource_arn: "ARN", # required
|
4584
|
-
# }
|
4585
|
-
#
|
4586
2929
|
# @!attribute [rw] resource_arn
|
4587
2930
|
# The Amazon Resource Name (ARN) of the specified flow.
|
4588
2931
|
# @return [String]
|
@@ -4618,19 +2961,6 @@ module Aws::Appflow
|
|
4618
2961
|
|
4619
2962
|
# The connector-specific profile credentials required by Marketo.
|
4620
2963
|
#
|
4621
|
-
# @note When making an API call, you may pass MarketoConnectorProfileCredentials
|
4622
|
-
# data as a hash:
|
4623
|
-
#
|
4624
|
-
# {
|
4625
|
-
# client_id: "ClientId", # required
|
4626
|
-
# client_secret: "ClientSecret", # required
|
4627
|
-
# access_token: "AccessToken",
|
4628
|
-
# o_auth_request: {
|
4629
|
-
# auth_code: "AuthCode",
|
4630
|
-
# redirect_uri: "RedirectUri",
|
4631
|
-
# },
|
4632
|
-
# }
|
4633
|
-
#
|
4634
2964
|
# @!attribute [rw] client_id
|
4635
2965
|
# The identifier for the desired client.
|
4636
2966
|
# @return [String]
|
@@ -4662,13 +2992,6 @@ module Aws::Appflow
|
|
4662
2992
|
|
4663
2993
|
# The connector-specific profile properties required when using Marketo.
|
4664
2994
|
#
|
4665
|
-
# @note When making an API call, you may pass MarketoConnectorProfileProperties
|
4666
|
-
# data as a hash:
|
4667
|
-
#
|
4668
|
-
# {
|
4669
|
-
# instance_url: "InstanceUrl", # required
|
4670
|
-
# }
|
4671
|
-
#
|
4672
2995
|
# @!attribute [rw] instance_url
|
4673
2996
|
# The location of the Marketo resource.
|
4674
2997
|
# @return [String]
|
@@ -4684,18 +3007,6 @@ module Aws::Appflow
|
|
4684
3007
|
# The properties that Amazon AppFlow applies when you use Marketo as a
|
4685
3008
|
# flow destination.
|
4686
3009
|
#
|
4687
|
-
# @note When making an API call, you may pass MarketoDestinationProperties
|
4688
|
-
# data as a hash:
|
4689
|
-
#
|
4690
|
-
# {
|
4691
|
-
# object: "Object", # required
|
4692
|
-
# error_handling_config: {
|
4693
|
-
# fail_on_first_destination_error: false,
|
4694
|
-
# bucket_prefix: "BucketPrefix",
|
4695
|
-
# bucket_name: "BucketName",
|
4696
|
-
# },
|
4697
|
-
# }
|
4698
|
-
#
|
4699
3010
|
# @!attribute [rw] object
|
4700
3011
|
# The object specified in the Marketo flow destination.
|
4701
3012
|
# @return [String]
|
@@ -4727,13 +3038,6 @@ module Aws::Appflow
|
|
4727
3038
|
# The properties that are applied when Marketo is being used as a
|
4728
3039
|
# source.
|
4729
3040
|
#
|
4730
|
-
# @note When making an API call, you may pass MarketoSourceProperties
|
4731
|
-
# data as a hash:
|
4732
|
-
#
|
4733
|
-
# {
|
4734
|
-
# object: "Object", # required
|
4735
|
-
# }
|
4736
|
-
#
|
4737
3041
|
# @!attribute [rw] object
|
4738
3042
|
# The object specified in the Marketo flow source.
|
4739
3043
|
# @return [String]
|
@@ -4750,17 +3054,6 @@ module Aws::Appflow
|
|
4750
3054
|
# your data. When Amazon AppFlow catalogs your data, it stores metadata
|
4751
3055
|
# in a data catalog.
|
4752
3056
|
#
|
4753
|
-
# @note When making an API call, you may pass MetadataCatalogConfig
|
4754
|
-
# data as a hash:
|
4755
|
-
#
|
4756
|
-
# {
|
4757
|
-
# glue_data_catalog: {
|
4758
|
-
# role_arn: "GlueDataCatalogIAMRole", # required
|
4759
|
-
# database_name: "GlueDataCatalogDatabaseName", # required
|
4760
|
-
# table_prefix: "GlueDataCatalogTablePrefix", # required
|
4761
|
-
# },
|
4762
|
-
# }
|
4763
|
-
#
|
4764
3057
|
# @!attribute [rw] glue_data_catalog
|
4765
3058
|
# Specifies the configuration that Amazon AppFlow uses when it
|
4766
3059
|
# catalogs your data with the Glue Data Catalog.
|
@@ -4821,20 +3114,6 @@ module Aws::Appflow
|
|
4821
3114
|
|
4822
3115
|
# The OAuth 2.0 credentials required for OAuth 2.0 authentication.
|
4823
3116
|
#
|
4824
|
-
# @note When making an API call, you may pass OAuth2Credentials
|
4825
|
-
# data as a hash:
|
4826
|
-
#
|
4827
|
-
# {
|
4828
|
-
# client_id: "ClientId",
|
4829
|
-
# client_secret: "ClientSecret",
|
4830
|
-
# access_token: "AccessToken",
|
4831
|
-
# refresh_token: "RefreshToken",
|
4832
|
-
# o_auth_request: {
|
4833
|
-
# auth_code: "AuthCode",
|
4834
|
-
# redirect_uri: "RedirectUri",
|
4835
|
-
# },
|
4836
|
-
# }
|
4837
|
-
#
|
4838
3117
|
# @!attribute [rw] client_id
|
4839
3118
|
# The identifier for the desired client.
|
4840
3119
|
# @return [String]
|
@@ -4954,17 +3233,6 @@ module Aws::Appflow
|
|
4954
3233
|
|
4955
3234
|
# The OAuth 2.0 properties required for OAuth 2.0 authentication.
|
4956
3235
|
#
|
4957
|
-
# @note When making an API call, you may pass OAuth2Properties
|
4958
|
-
# data as a hash:
|
4959
|
-
#
|
4960
|
-
# {
|
4961
|
-
# token_url: "TokenUrl", # required
|
4962
|
-
# o_auth_2_grant_type: "CLIENT_CREDENTIALS", # required, accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
|
4963
|
-
# token_url_custom_properties: {
|
4964
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
4965
|
-
# },
|
4966
|
-
# }
|
4967
|
-
#
|
4968
3236
|
# @!attribute [rw] token_url
|
4969
3237
|
# The token URL required for OAuth 2.0 authentication.
|
4970
3238
|
# @return [String]
|
@@ -4992,20 +3260,6 @@ module Aws::Appflow
|
|
4992
3260
|
|
4993
3261
|
# The OAuth credentials required for OAuth type authentication.
|
4994
3262
|
#
|
4995
|
-
# @note When making an API call, you may pass OAuthCredentials
|
4996
|
-
# data as a hash:
|
4997
|
-
#
|
4998
|
-
# {
|
4999
|
-
# client_id: "ClientId", # required
|
5000
|
-
# client_secret: "ClientSecret", # required
|
5001
|
-
# access_token: "AccessToken",
|
5002
|
-
# refresh_token: "RefreshToken",
|
5003
|
-
# o_auth_request: {
|
5004
|
-
# auth_code: "AuthCode",
|
5005
|
-
# redirect_uri: "RedirectUri",
|
5006
|
-
# },
|
5007
|
-
# }
|
5008
|
-
#
|
5009
3263
|
# @!attribute [rw] client_id
|
5010
3264
|
# The identifier for the desired client.
|
5011
3265
|
# @return [String]
|
@@ -5042,15 +3296,6 @@ module Aws::Appflow
|
|
5042
3296
|
|
5043
3297
|
# The OAuth properties required for OAuth type authentication.
|
5044
3298
|
#
|
5045
|
-
# @note When making an API call, you may pass OAuthProperties
|
5046
|
-
# data as a hash:
|
5047
|
-
#
|
5048
|
-
# {
|
5049
|
-
# token_url: "TokenUrl", # required
|
5050
|
-
# auth_code_url: "AuthCodeUrl", # required
|
5051
|
-
# o_auth_scopes: ["OAuthScope"], # required
|
5052
|
-
# }
|
5053
|
-
#
|
5054
3299
|
# @!attribute [rw] token_url
|
5055
3300
|
# The token url required to fetch access/refresh tokens using
|
5056
3301
|
# authorization code and also to refresh expired access token using
|
@@ -5079,15 +3324,6 @@ module Aws::Appflow
|
|
5079
3324
|
# Specifies elements that Amazon AppFlow includes in the file and folder
|
5080
3325
|
# names in the flow destination.
|
5081
3326
|
#
|
5082
|
-
# @note When making an API call, you may pass PrefixConfig
|
5083
|
-
# data as a hash:
|
5084
|
-
#
|
5085
|
-
# {
|
5086
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
5087
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
5088
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
5089
|
-
# }
|
5090
|
-
#
|
5091
3327
|
# @!attribute [rw] prefix_type
|
5092
3328
|
# Determines the format of the prefix, and whether it applies to the
|
5093
3329
|
# file name, file path, or both.
|
@@ -5175,14 +3411,6 @@ module Aws::Appflow
|
|
5175
3411
|
# The connector-specific profile credentials required when using Amazon
|
5176
3412
|
# Redshift.
|
5177
3413
|
#
|
5178
|
-
# @note When making an API call, you may pass RedshiftConnectorProfileCredentials
|
5179
|
-
# data as a hash:
|
5180
|
-
#
|
5181
|
-
# {
|
5182
|
-
# username: "String",
|
5183
|
-
# password: "Password",
|
5184
|
-
# }
|
5185
|
-
#
|
5186
3414
|
# @!attribute [rw] username
|
5187
3415
|
# The name of the user.
|
5188
3416
|
# @return [String]
|
@@ -5202,21 +3430,6 @@ module Aws::Appflow
|
|
5202
3430
|
|
5203
3431
|
# The connector-specific profile properties when using Amazon Redshift.
|
5204
3432
|
#
|
5205
|
-
# @note When making an API call, you may pass RedshiftConnectorProfileProperties
|
5206
|
-
# data as a hash:
|
5207
|
-
#
|
5208
|
-
# {
|
5209
|
-
# database_url: "DatabaseUrl",
|
5210
|
-
# bucket_name: "BucketName", # required
|
5211
|
-
# bucket_prefix: "BucketPrefix",
|
5212
|
-
# role_arn: "RoleArn", # required
|
5213
|
-
# data_api_role_arn: "DataApiRoleArn",
|
5214
|
-
# is_redshift_serverless: false,
|
5215
|
-
# cluster_identifier: "ClusterIdentifier",
|
5216
|
-
# workgroup_name: "WorkgroupName",
|
5217
|
-
# database_name: "DatabaseName",
|
5218
|
-
# }
|
5219
|
-
#
|
5220
3433
|
# @!attribute [rw] database_url
|
5221
3434
|
# The JDBC URL of the Amazon Redshift cluster.
|
5222
3435
|
# @return [String]
|
@@ -5289,20 +3502,6 @@ module Aws::Appflow
|
|
5289
3502
|
# The properties that are applied when Amazon Redshift is being used as
|
5290
3503
|
# a destination.
|
5291
3504
|
#
|
5292
|
-
# @note When making an API call, you may pass RedshiftDestinationProperties
|
5293
|
-
# data as a hash:
|
5294
|
-
#
|
5295
|
-
# {
|
5296
|
-
# object: "Object", # required
|
5297
|
-
# intermediate_bucket_name: "BucketName", # required
|
5298
|
-
# bucket_prefix: "BucketPrefix",
|
5299
|
-
# error_handling_config: {
|
5300
|
-
# fail_on_first_destination_error: false,
|
5301
|
-
# bucket_prefix: "BucketPrefix",
|
5302
|
-
# bucket_name: "BucketName",
|
5303
|
-
# },
|
5304
|
-
# }
|
5305
|
-
#
|
5306
3505
|
# @!attribute [rw] object
|
5307
3506
|
# The object specified in the Amazon Redshift flow destination.
|
5308
3507
|
# @return [String]
|
@@ -5343,20 +3542,6 @@ module Aws::Appflow
|
|
5343
3542
|
#
|
5344
3543
|
class RedshiftMetadata < Aws::EmptyStructure; end
|
5345
3544
|
|
5346
|
-
# @note When making an API call, you may pass RegisterConnectorRequest
|
5347
|
-
# data as a hash:
|
5348
|
-
#
|
5349
|
-
# {
|
5350
|
-
# connector_label: "ConnectorLabel",
|
5351
|
-
# description: "Description",
|
5352
|
-
# connector_provisioning_type: "LAMBDA", # accepts LAMBDA
|
5353
|
-
# connector_provisioning_config: {
|
5354
|
-
# lambda: {
|
5355
|
-
# lambda_arn: "ARN", # required
|
5356
|
-
# },
|
5357
|
-
# },
|
5358
|
-
# }
|
5359
|
-
#
|
5360
3545
|
# @!attribute [rw] connector_label
|
5361
3546
|
# The name of the connector. The name is unique for each
|
5362
3547
|
# `ConnectorRegistration` in your Amazon Web Services account.
|
@@ -5451,27 +3636,6 @@ module Aws::Appflow
|
|
5451
3636
|
# The properties that are applied when Amazon S3 is used as a
|
5452
3637
|
# destination.
|
5453
3638
|
#
|
5454
|
-
# @note When making an API call, you may pass S3DestinationProperties
|
5455
|
-
# data as a hash:
|
5456
|
-
#
|
5457
|
-
# {
|
5458
|
-
# bucket_name: "BucketName", # required
|
5459
|
-
# bucket_prefix: "BucketPrefix",
|
5460
|
-
# s3_output_format_config: {
|
5461
|
-
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
5462
|
-
# prefix_config: {
|
5463
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
5464
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
5465
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
5466
|
-
# },
|
5467
|
-
# aggregation_config: {
|
5468
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
5469
|
-
# target_file_size: 1,
|
5470
|
-
# },
|
5471
|
-
# preserve_source_data_typing: false,
|
5472
|
-
# },
|
5473
|
-
# }
|
5474
|
-
#
|
5475
3639
|
# @!attribute [rw] bucket_name
|
5476
3640
|
# The Amazon S3 bucket name in which Amazon AppFlow places the
|
5477
3641
|
# transferred data.
|
@@ -5500,13 +3664,6 @@ module Aws::Appflow
|
|
5500
3664
|
# When you use Amazon S3 as the source, the configuration format that
|
5501
3665
|
# you provide the flow input data.
|
5502
3666
|
#
|
5503
|
-
# @note When making an API call, you may pass S3InputFormatConfig
|
5504
|
-
# data as a hash:
|
5505
|
-
#
|
5506
|
-
# {
|
5507
|
-
# s3_input_file_type: "CSV", # accepts CSV, JSON
|
5508
|
-
# }
|
5509
|
-
#
|
5510
3667
|
# @!attribute [rw] s3_input_file_type
|
5511
3668
|
# The file type that Amazon AppFlow gets from your Amazon S3 bucket.
|
5512
3669
|
# @return [String]
|
@@ -5528,23 +3685,6 @@ module Aws::Appflow
|
|
5528
3685
|
# The configuration that determines how Amazon AppFlow should format the
|
5529
3686
|
# flow output data when Amazon S3 is used as the destination.
|
5530
3687
|
#
|
5531
|
-
# @note When making an API call, you may pass S3OutputFormatConfig
|
5532
|
-
# data as a hash:
|
5533
|
-
#
|
5534
|
-
# {
|
5535
|
-
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
5536
|
-
# prefix_config: {
|
5537
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
5538
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
5539
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
5540
|
-
# },
|
5541
|
-
# aggregation_config: {
|
5542
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
5543
|
-
# target_file_size: 1,
|
5544
|
-
# },
|
5545
|
-
# preserve_source_data_typing: false,
|
5546
|
-
# }
|
5547
|
-
#
|
5548
3688
|
# @!attribute [rw] file_type
|
5549
3689
|
# Indicates the file type that Amazon AppFlow places in the Amazon S3
|
5550
3690
|
# bucket.
|
@@ -5589,17 +3729,6 @@ module Aws::Appflow
|
|
5589
3729
|
# The properties that are applied when Amazon S3 is being used as the
|
5590
3730
|
# flow source.
|
5591
3731
|
#
|
5592
|
-
# @note When making an API call, you may pass S3SourceProperties
|
5593
|
-
# data as a hash:
|
5594
|
-
#
|
5595
|
-
# {
|
5596
|
-
# bucket_name: "BucketName", # required
|
5597
|
-
# bucket_prefix: "BucketPrefix",
|
5598
|
-
# s3_input_format_config: {
|
5599
|
-
# s3_input_file_type: "CSV", # accepts CSV, JSON
|
5600
|
-
# },
|
5601
|
-
# }
|
5602
|
-
#
|
5603
3732
|
# @!attribute [rw] bucket_name
|
5604
3733
|
# The Amazon S3 bucket name where the source files are stored.
|
5605
3734
|
# @return [String]
|
@@ -5627,26 +3756,6 @@ module Aws::Appflow
|
|
5627
3756
|
# The connector-specific profile credentials required when using
|
5628
3757
|
# SAPOData.
|
5629
3758
|
#
|
5630
|
-
# @note When making an API call, you may pass SAPODataConnectorProfileCredentials
|
5631
|
-
# data as a hash:
|
5632
|
-
#
|
5633
|
-
# {
|
5634
|
-
# basic_auth_credentials: {
|
5635
|
-
# username: "Username", # required
|
5636
|
-
# password: "Password", # required
|
5637
|
-
# },
|
5638
|
-
# o_auth_credentials: {
|
5639
|
-
# client_id: "ClientId", # required
|
5640
|
-
# client_secret: "ClientSecret", # required
|
5641
|
-
# access_token: "AccessToken",
|
5642
|
-
# refresh_token: "RefreshToken",
|
5643
|
-
# o_auth_request: {
|
5644
|
-
# auth_code: "AuthCode",
|
5645
|
-
# redirect_uri: "RedirectUri",
|
5646
|
-
# },
|
5647
|
-
# },
|
5648
|
-
# }
|
5649
|
-
#
|
5650
3759
|
# @!attribute [rw] basic_auth_credentials
|
5651
3760
|
# The SAPOData basic authentication credentials.
|
5652
3761
|
# @return [Types::BasicAuthCredentials]
|
@@ -5667,23 +3776,6 @@ module Aws::Appflow
|
|
5667
3776
|
# The connector-specific profile properties required when using
|
5668
3777
|
# SAPOData.
|
5669
3778
|
#
|
5670
|
-
# @note When making an API call, you may pass SAPODataConnectorProfileProperties
|
5671
|
-
# data as a hash:
|
5672
|
-
#
|
5673
|
-
# {
|
5674
|
-
# application_host_url: "ApplicationHostUrl", # required
|
5675
|
-
# application_service_path: "ApplicationServicePath", # required
|
5676
|
-
# port_number: 1, # required
|
5677
|
-
# client_number: "ClientNumber", # required
|
5678
|
-
# logon_language: "LogonLanguage",
|
5679
|
-
# private_link_service_name: "PrivateLinkServiceName",
|
5680
|
-
# o_auth_properties: {
|
5681
|
-
# token_url: "TokenUrl", # required
|
5682
|
-
# auth_code_url: "AuthCodeUrl", # required
|
5683
|
-
# o_auth_scopes: ["OAuthScope"], # required
|
5684
|
-
# },
|
5685
|
-
# }
|
5686
|
-
#
|
5687
3779
|
# @!attribute [rw] application_host_url
|
5688
3780
|
# The location of the SAPOData resource.
|
5689
3781
|
# @return [String]
|
@@ -5731,24 +3823,6 @@ module Aws::Appflow
|
|
5731
3823
|
# The properties that are applied when using SAPOData as a flow
|
5732
3824
|
# destination
|
5733
3825
|
#
|
5734
|
-
# @note When making an API call, you may pass SAPODataDestinationProperties
|
5735
|
-
# data as a hash:
|
5736
|
-
#
|
5737
|
-
# {
|
5738
|
-
# object_path: "Object", # required
|
5739
|
-
# success_response_handling_config: {
|
5740
|
-
# bucket_prefix: "BucketPrefix",
|
5741
|
-
# bucket_name: "BucketName",
|
5742
|
-
# },
|
5743
|
-
# id_field_names: ["Name"],
|
5744
|
-
# error_handling_config: {
|
5745
|
-
# fail_on_first_destination_error: false,
|
5746
|
-
# bucket_prefix: "BucketPrefix",
|
5747
|
-
# bucket_name: "BucketName",
|
5748
|
-
# },
|
5749
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
5750
|
-
# }
|
5751
|
-
#
|
5752
3826
|
# @!attribute [rw] object_path
|
5753
3827
|
# The object path specified in the SAPOData flow destination.
|
5754
3828
|
# @return [String]
|
@@ -5801,13 +3875,6 @@ module Aws::Appflow
|
|
5801
3875
|
|
5802
3876
|
# The properties that are applied when using SAPOData as a flow source.
|
5803
3877
|
#
|
5804
|
-
# @note When making an API call, you may pass SAPODataSourceProperties
|
5805
|
-
# data as a hash:
|
5806
|
-
#
|
5807
|
-
# {
|
5808
|
-
# object_path: "Object",
|
5809
|
-
# }
|
5810
|
-
#
|
5811
3878
|
# @!attribute [rw] object_path
|
5812
3879
|
# The object path specified in the SAPOData flow source.
|
5813
3880
|
# @return [String]
|
@@ -5823,19 +3890,6 @@ module Aws::Appflow
|
|
5823
3890
|
# The connector-specific profile credentials required when using
|
5824
3891
|
# Salesforce.
|
5825
3892
|
#
|
5826
|
-
# @note When making an API call, you may pass SalesforceConnectorProfileCredentials
|
5827
|
-
# data as a hash:
|
5828
|
-
#
|
5829
|
-
# {
|
5830
|
-
# access_token: "AccessToken",
|
5831
|
-
# refresh_token: "RefreshToken",
|
5832
|
-
# o_auth_request: {
|
5833
|
-
# auth_code: "AuthCode",
|
5834
|
-
# redirect_uri: "RedirectUri",
|
5835
|
-
# },
|
5836
|
-
# client_credentials_arn: "ClientCredentialsArn",
|
5837
|
-
# }
|
5838
|
-
#
|
5839
3893
|
# @!attribute [rw] access_token
|
5840
3894
|
# The credentials used to access protected Salesforce resources.
|
5841
3895
|
# @return [String]
|
@@ -5868,14 +3922,6 @@ module Aws::Appflow
|
|
5868
3922
|
# The connector-specific profile properties required when using
|
5869
3923
|
# Salesforce.
|
5870
3924
|
#
|
5871
|
-
# @note When making an API call, you may pass SalesforceConnectorProfileProperties
|
5872
|
-
# data as a hash:
|
5873
|
-
#
|
5874
|
-
# {
|
5875
|
-
# instance_url: "InstanceUrl",
|
5876
|
-
# is_sandbox_environment: false,
|
5877
|
-
# }
|
5878
|
-
#
|
5879
3925
|
# @!attribute [rw] instance_url
|
5880
3926
|
# The location of the Salesforce resource.
|
5881
3927
|
# @return [String]
|
@@ -5897,21 +3943,6 @@ module Aws::Appflow
|
|
5897
3943
|
# The properties that are applied when Salesforce is being used as a
|
5898
3944
|
# destination.
|
5899
3945
|
#
|
5900
|
-
# @note When making an API call, you may pass SalesforceDestinationProperties
|
5901
|
-
# data as a hash:
|
5902
|
-
#
|
5903
|
-
# {
|
5904
|
-
# object: "Object", # required
|
5905
|
-
# id_field_names: ["Name"],
|
5906
|
-
# error_handling_config: {
|
5907
|
-
# fail_on_first_destination_error: false,
|
5908
|
-
# bucket_prefix: "BucketPrefix",
|
5909
|
-
# bucket_name: "BucketName",
|
5910
|
-
# },
|
5911
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
5912
|
-
# data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
|
5913
|
-
# }
|
5914
|
-
#
|
5915
3946
|
# @!attribute [rw] object
|
5916
3947
|
# The object specified in the Salesforce flow destination.
|
5917
3948
|
# @return [String]
|
@@ -6019,16 +4050,6 @@ module Aws::Appflow
|
|
6019
4050
|
# The properties that are applied when Salesforce is being used as a
|
6020
4051
|
# source.
|
6021
4052
|
#
|
6022
|
-
# @note When making an API call, you may pass SalesforceSourceProperties
|
6023
|
-
# data as a hash:
|
6024
|
-
#
|
6025
|
-
# {
|
6026
|
-
# object: "Object", # required
|
6027
|
-
# enable_dynamic_field_update: false,
|
6028
|
-
# include_deleted_records: false,
|
6029
|
-
# data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
|
6030
|
-
# }
|
6031
|
-
#
|
6032
4053
|
# @!attribute [rw] object
|
6033
4054
|
# The object specified in the Salesforce flow source.
|
6034
4055
|
# @return [String]
|
@@ -6106,20 +4127,6 @@ module Aws::Appflow
|
|
6106
4127
|
# defined by the user. Currently, these settings only apply to the
|
6107
4128
|
# `Scheduled` trigger type.
|
6108
4129
|
#
|
6109
|
-
# @note When making an API call, you may pass ScheduledTriggerProperties
|
6110
|
-
# data as a hash:
|
6111
|
-
#
|
6112
|
-
# {
|
6113
|
-
# schedule_expression: "ScheduleExpression", # required
|
6114
|
-
# data_pull_mode: "Incremental", # accepts Incremental, Complete
|
6115
|
-
# schedule_start_time: Time.now,
|
6116
|
-
# schedule_end_time: Time.now,
|
6117
|
-
# timezone: "Timezone",
|
6118
|
-
# schedule_offset: 1,
|
6119
|
-
# first_execution_from: Time.now,
|
6120
|
-
# flow_error_deactivation_threshold: 1,
|
6121
|
-
# }
|
6122
|
-
#
|
6123
4130
|
# @!attribute [rw] schedule_expression
|
6124
4131
|
# The scheduling expression that determines the rate at which the
|
6125
4132
|
# schedule will run, for example `rate(5minutes)`.
|
@@ -6187,14 +4194,6 @@ module Aws::Appflow
|
|
6187
4194
|
# The connector-specific profile credentials required when using
|
6188
4195
|
# ServiceNow.
|
6189
4196
|
#
|
6190
|
-
# @note When making an API call, you may pass ServiceNowConnectorProfileCredentials
|
6191
|
-
# data as a hash:
|
6192
|
-
#
|
6193
|
-
# {
|
6194
|
-
# username: "Username", # required
|
6195
|
-
# password: "Password", # required
|
6196
|
-
# }
|
6197
|
-
#
|
6198
4197
|
# @!attribute [rw] username
|
6199
4198
|
# The name of the user.
|
6200
4199
|
# @return [String]
|
@@ -6215,13 +4214,6 @@ module Aws::Appflow
|
|
6215
4214
|
# The connector-specific profile properties required when using
|
6216
4215
|
# ServiceNow.
|
6217
4216
|
#
|
6218
|
-
# @note When making an API call, you may pass ServiceNowConnectorProfileProperties
|
6219
|
-
# data as a hash:
|
6220
|
-
#
|
6221
|
-
# {
|
6222
|
-
# instance_url: "InstanceUrl", # required
|
6223
|
-
# }
|
6224
|
-
#
|
6225
4217
|
# @!attribute [rw] instance_url
|
6226
4218
|
# The location of the ServiceNow resource.
|
6227
4219
|
# @return [String]
|
@@ -6243,13 +4235,6 @@ module Aws::Appflow
|
|
6243
4235
|
# The properties that are applied when ServiceNow is being used as a
|
6244
4236
|
# source.
|
6245
4237
|
#
|
6246
|
-
# @note When making an API call, you may pass ServiceNowSourceProperties
|
6247
|
-
# data as a hash:
|
6248
|
-
#
|
6249
|
-
# {
|
6250
|
-
# object: "Object", # required
|
6251
|
-
# }
|
6252
|
-
#
|
6253
4238
|
# @!attribute [rw] object
|
6254
4239
|
# The object specified in the ServiceNow flow source.
|
6255
4240
|
# @return [String]
|
@@ -6279,13 +4264,6 @@ module Aws::Appflow
|
|
6279
4264
|
# The connector-specific profile credentials required when using
|
6280
4265
|
# Singular.
|
6281
4266
|
#
|
6282
|
-
# @note When making an API call, you may pass SingularConnectorProfileCredentials
|
6283
|
-
# data as a hash:
|
6284
|
-
#
|
6285
|
-
# {
|
6286
|
-
# api_key: "ApiKey", # required
|
6287
|
-
# }
|
6288
|
-
#
|
6289
4267
|
# @!attribute [rw] api_key
|
6290
4268
|
# A unique alphanumeric identifier used to authenticate a user,
|
6291
4269
|
# developer, or calling program to your API.
|
@@ -6317,13 +4295,6 @@ module Aws::Appflow
|
|
6317
4295
|
# The properties that are applied when Singular is being used as a
|
6318
4296
|
# source.
|
6319
4297
|
#
|
6320
|
-
# @note When making an API call, you may pass SingularSourceProperties
|
6321
|
-
# data as a hash:
|
6322
|
-
#
|
6323
|
-
# {
|
6324
|
-
# object: "Object", # required
|
6325
|
-
# }
|
6326
|
-
#
|
6327
4298
|
# @!attribute [rw] object
|
6328
4299
|
# The object specified in the Singular flow source.
|
6329
4300
|
# @return [String]
|
@@ -6338,19 +4309,6 @@ module Aws::Appflow
|
|
6338
4309
|
|
6339
4310
|
# The connector-specific profile credentials required when using Slack.
|
6340
4311
|
#
|
6341
|
-
# @note When making an API call, you may pass SlackConnectorProfileCredentials
|
6342
|
-
# data as a hash:
|
6343
|
-
#
|
6344
|
-
# {
|
6345
|
-
# client_id: "ClientId", # required
|
6346
|
-
# client_secret: "ClientSecret", # required
|
6347
|
-
# access_token: "AccessToken",
|
6348
|
-
# o_auth_request: {
|
6349
|
-
# auth_code: "AuthCode",
|
6350
|
-
# redirect_uri: "RedirectUri",
|
6351
|
-
# },
|
6352
|
-
# }
|
6353
|
-
#
|
6354
4312
|
# @!attribute [rw] client_id
|
6355
4313
|
# The identifier for the client.
|
6356
4314
|
# @return [String]
|
@@ -6382,13 +4340,6 @@ module Aws::Appflow
|
|
6382
4340
|
|
6383
4341
|
# The connector-specific profile properties required when using Slack.
|
6384
4342
|
#
|
6385
|
-
# @note When making an API call, you may pass SlackConnectorProfileProperties
|
6386
|
-
# data as a hash:
|
6387
|
-
#
|
6388
|
-
# {
|
6389
|
-
# instance_url: "InstanceUrl", # required
|
6390
|
-
# }
|
6391
|
-
#
|
6392
4343
|
# @!attribute [rw] instance_url
|
6393
4344
|
# The location of the Slack resource.
|
6394
4345
|
# @return [String]
|
@@ -6417,13 +4368,6 @@ module Aws::Appflow
|
|
6417
4368
|
|
6418
4369
|
# The properties that are applied when Slack is being used as a source.
|
6419
4370
|
#
|
6420
|
-
# @note When making an API call, you may pass SlackSourceProperties
|
6421
|
-
# data as a hash:
|
6422
|
-
#
|
6423
|
-
# {
|
6424
|
-
# object: "Object", # required
|
6425
|
-
# }
|
6426
|
-
#
|
6427
4371
|
# @!attribute [rw] object
|
6428
4372
|
# The object specified in the Slack flow source.
|
6429
4373
|
# @return [String]
|
@@ -6439,14 +4383,6 @@ module Aws::Appflow
|
|
6439
4383
|
# The connector-specific profile credentials required when using
|
6440
4384
|
# Snowflake.
|
6441
4385
|
#
|
6442
|
-
# @note When making an API call, you may pass SnowflakeConnectorProfileCredentials
|
6443
|
-
# data as a hash:
|
6444
|
-
#
|
6445
|
-
# {
|
6446
|
-
# username: "Username", # required
|
6447
|
-
# password: "Password", # required
|
6448
|
-
# }
|
6449
|
-
#
|
6450
4386
|
# @!attribute [rw] username
|
6451
4387
|
# The name of the user.
|
6452
4388
|
# @return [String]
|
@@ -6467,19 +4403,6 @@ module Aws::Appflow
|
|
6467
4403
|
# The connector-specific profile properties required when using
|
6468
4404
|
# Snowflake.
|
6469
4405
|
#
|
6470
|
-
# @note When making an API call, you may pass SnowflakeConnectorProfileProperties
|
6471
|
-
# data as a hash:
|
6472
|
-
#
|
6473
|
-
# {
|
6474
|
-
# warehouse: "Warehouse", # required
|
6475
|
-
# stage: "Stage", # required
|
6476
|
-
# bucket_name: "BucketName", # required
|
6477
|
-
# bucket_prefix: "BucketPrefix",
|
6478
|
-
# private_link_service_name: "PrivateLinkServiceName",
|
6479
|
-
# account_name: "AccountName",
|
6480
|
-
# region: "Region",
|
6481
|
-
# }
|
6482
|
-
#
|
6483
4406
|
# @!attribute [rw] warehouse
|
6484
4407
|
# The name of the Snowflake warehouse.
|
6485
4408
|
# @return [String]
|
@@ -6530,20 +4453,6 @@ module Aws::Appflow
|
|
6530
4453
|
# The properties that are applied when Snowflake is being used as a
|
6531
4454
|
# destination.
|
6532
4455
|
#
|
6533
|
-
# @note When making an API call, you may pass SnowflakeDestinationProperties
|
6534
|
-
# data as a hash:
|
6535
|
-
#
|
6536
|
-
# {
|
6537
|
-
# object: "Object", # required
|
6538
|
-
# intermediate_bucket_name: "BucketName", # required
|
6539
|
-
# bucket_prefix: "BucketPrefix",
|
6540
|
-
# error_handling_config: {
|
6541
|
-
# fail_on_first_destination_error: false,
|
6542
|
-
# bucket_prefix: "BucketPrefix",
|
6543
|
-
# bucket_name: "BucketName",
|
6544
|
-
# },
|
6545
|
-
# }
|
6546
|
-
#
|
6547
4456
|
# @!attribute [rw] object
|
6548
4457
|
# The object specified in the Snowflake flow destination.
|
6549
4458
|
# @return [String]
|
@@ -6596,74 +4505,6 @@ module Aws::Appflow
|
|
6596
4505
|
# Specifies the information that is required to query a particular
|
6597
4506
|
# connector.
|
6598
4507
|
#
|
6599
|
-
# @note When making an API call, you may pass SourceConnectorProperties
|
6600
|
-
# data as a hash:
|
6601
|
-
#
|
6602
|
-
# {
|
6603
|
-
# amplitude: {
|
6604
|
-
# object: "Object", # required
|
6605
|
-
# },
|
6606
|
-
# datadog: {
|
6607
|
-
# object: "Object", # required
|
6608
|
-
# },
|
6609
|
-
# dynatrace: {
|
6610
|
-
# object: "Object", # required
|
6611
|
-
# },
|
6612
|
-
# google_analytics: {
|
6613
|
-
# object: "Object", # required
|
6614
|
-
# },
|
6615
|
-
# infor_nexus: {
|
6616
|
-
# object: "Object", # required
|
6617
|
-
# },
|
6618
|
-
# marketo: {
|
6619
|
-
# object: "Object", # required
|
6620
|
-
# },
|
6621
|
-
# s3: {
|
6622
|
-
# bucket_name: "BucketName", # required
|
6623
|
-
# bucket_prefix: "BucketPrefix",
|
6624
|
-
# s3_input_format_config: {
|
6625
|
-
# s3_input_file_type: "CSV", # accepts CSV, JSON
|
6626
|
-
# },
|
6627
|
-
# },
|
6628
|
-
# salesforce: {
|
6629
|
-
# object: "Object", # required
|
6630
|
-
# enable_dynamic_field_update: false,
|
6631
|
-
# include_deleted_records: false,
|
6632
|
-
# data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
|
6633
|
-
# },
|
6634
|
-
# service_now: {
|
6635
|
-
# object: "Object", # required
|
6636
|
-
# },
|
6637
|
-
# singular: {
|
6638
|
-
# object: "Object", # required
|
6639
|
-
# },
|
6640
|
-
# slack: {
|
6641
|
-
# object: "Object", # required
|
6642
|
-
# },
|
6643
|
-
# trendmicro: {
|
6644
|
-
# object: "Object", # required
|
6645
|
-
# },
|
6646
|
-
# veeva: {
|
6647
|
-
# object: "Object", # required
|
6648
|
-
# document_type: "DocumentType",
|
6649
|
-
# include_source_files: false,
|
6650
|
-
# include_renditions: false,
|
6651
|
-
# include_all_versions: false,
|
6652
|
-
# },
|
6653
|
-
# zendesk: {
|
6654
|
-
# object: "Object", # required
|
6655
|
-
# },
|
6656
|
-
# sapo_data: {
|
6657
|
-
# object_path: "Object",
|
6658
|
-
# },
|
6659
|
-
# custom_connector: {
|
6660
|
-
# entity_name: "EntityName", # required
|
6661
|
-
# custom_properties: {
|
6662
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
6663
|
-
# },
|
6664
|
-
# },
|
6665
|
-
# }
|
6666
|
-
#
|
6667
4508
|
# @!attribute [rw] amplitude
|
6668
4509
|
# Specifies the information that is required for querying Amplitude.
|
6669
4510
|
# @return [Types::AmplitudeSourceProperties]
|
@@ -6783,82 +4624,6 @@ module Aws::Appflow
|
|
6783
4624
|
# Contains information about the configuration of the source connector
|
6784
4625
|
# used in the flow.
|
6785
4626
|
#
|
6786
|
-
# @note When making an API call, you may pass SourceFlowConfig
|
6787
|
-
# data as a hash:
|
6788
|
-
#
|
6789
|
-
# {
|
6790
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
|
6791
|
-
# api_version: "ApiVersion",
|
6792
|
-
# connector_profile_name: "ConnectorProfileName",
|
6793
|
-
# source_connector_properties: { # required
|
6794
|
-
# amplitude: {
|
6795
|
-
# object: "Object", # required
|
6796
|
-
# },
|
6797
|
-
# datadog: {
|
6798
|
-
# object: "Object", # required
|
6799
|
-
# },
|
6800
|
-
# dynatrace: {
|
6801
|
-
# object: "Object", # required
|
6802
|
-
# },
|
6803
|
-
# google_analytics: {
|
6804
|
-
# object: "Object", # required
|
6805
|
-
# },
|
6806
|
-
# infor_nexus: {
|
6807
|
-
# object: "Object", # required
|
6808
|
-
# },
|
6809
|
-
# marketo: {
|
6810
|
-
# object: "Object", # required
|
6811
|
-
# },
|
6812
|
-
# s3: {
|
6813
|
-
# bucket_name: "BucketName", # required
|
6814
|
-
# bucket_prefix: "BucketPrefix",
|
6815
|
-
# s3_input_format_config: {
|
6816
|
-
# s3_input_file_type: "CSV", # accepts CSV, JSON
|
6817
|
-
# },
|
6818
|
-
# },
|
6819
|
-
# salesforce: {
|
6820
|
-
# object: "Object", # required
|
6821
|
-
# enable_dynamic_field_update: false,
|
6822
|
-
# include_deleted_records: false,
|
6823
|
-
# data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
|
6824
|
-
# },
|
6825
|
-
# service_now: {
|
6826
|
-
# object: "Object", # required
|
6827
|
-
# },
|
6828
|
-
# singular: {
|
6829
|
-
# object: "Object", # required
|
6830
|
-
# },
|
6831
|
-
# slack: {
|
6832
|
-
# object: "Object", # required
|
6833
|
-
# },
|
6834
|
-
# trendmicro: {
|
6835
|
-
# object: "Object", # required
|
6836
|
-
# },
|
6837
|
-
# veeva: {
|
6838
|
-
# object: "Object", # required
|
6839
|
-
# document_type: "DocumentType",
|
6840
|
-
# include_source_files: false,
|
6841
|
-
# include_renditions: false,
|
6842
|
-
# include_all_versions: false,
|
6843
|
-
# },
|
6844
|
-
# zendesk: {
|
6845
|
-
# object: "Object", # required
|
6846
|
-
# },
|
6847
|
-
# sapo_data: {
|
6848
|
-
# object_path: "Object",
|
6849
|
-
# },
|
6850
|
-
# custom_connector: {
|
6851
|
-
# entity_name: "EntityName", # required
|
6852
|
-
# custom_properties: {
|
6853
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
6854
|
-
# },
|
6855
|
-
# },
|
6856
|
-
# },
|
6857
|
-
# incremental_pull_config: {
|
6858
|
-
# datetime_type_field_name: "DatetimeTypeFieldName",
|
6859
|
-
# },
|
6860
|
-
# }
|
6861
|
-
#
|
6862
4627
|
# @!attribute [rw] connector_type
|
6863
4628
|
# The type of connector, such as Salesforce, Amplitude, and so on.
|
6864
4629
|
# @return [String]
|
@@ -6896,13 +4661,6 @@ module Aws::Appflow
|
|
6896
4661
|
include Aws::Structure
|
6897
4662
|
end
|
6898
4663
|
|
6899
|
-
# @note When making an API call, you may pass StartFlowRequest
|
6900
|
-
# data as a hash:
|
6901
|
-
#
|
6902
|
-
# {
|
6903
|
-
# flow_name: "FlowName", # required
|
6904
|
-
# }
|
6905
|
-
#
|
6906
4664
|
# @!attribute [rw] flow_name
|
6907
4665
|
# The specified name of the flow. Spaces are not allowed. Use
|
6908
4666
|
# underscores (\_) or hyphens (-) only.
|
@@ -6940,13 +4698,6 @@ module Aws::Appflow
|
|
6940
4698
|
include Aws::Structure
|
6941
4699
|
end
|
6942
4700
|
|
6943
|
-
# @note When making an API call, you may pass StopFlowRequest
|
6944
|
-
# data as a hash:
|
6945
|
-
#
|
6946
|
-
# {
|
6947
|
-
# flow_name: "FlowName", # required
|
6948
|
-
# }
|
6949
|
-
#
|
6950
4701
|
# @!attribute [rw] flow_name
|
6951
4702
|
# The specified name of the flow. Spaces are not allowed. Use
|
6952
4703
|
# underscores (\_) or hyphens (-) only.
|
@@ -6983,14 +4734,6 @@ module Aws::Appflow
|
|
6983
4734
|
# For example, this setting would determine where to write the response
|
6984
4735
|
# from the destination connector upon a successful insert operation.
|
6985
4736
|
#
|
6986
|
-
# @note When making an API call, you may pass SuccessResponseHandlingConfig
|
6987
|
-
# data as a hash:
|
6988
|
-
#
|
6989
|
-
# {
|
6990
|
-
# bucket_prefix: "BucketPrefix",
|
6991
|
-
# bucket_name: "BucketName",
|
6992
|
-
# }
|
6993
|
-
#
|
6994
4737
|
# @!attribute [rw] bucket_prefix
|
6995
4738
|
# The Amazon S3 bucket prefix.
|
6996
4739
|
# @return [String]
|
@@ -7024,16 +4767,6 @@ module Aws::Appflow
|
|
7024
4767
|
include Aws::Structure
|
7025
4768
|
end
|
7026
4769
|
|
7027
|
-
# @note When making an API call, you may pass TagResourceRequest
|
7028
|
-
# data as a hash:
|
7029
|
-
#
|
7030
|
-
# {
|
7031
|
-
# resource_arn: "ARN", # required
|
7032
|
-
# tags: { # required
|
7033
|
-
# "TagKey" => "TagValue",
|
7034
|
-
# },
|
7035
|
-
# }
|
7036
|
-
#
|
7037
4770
|
# @!attribute [rw] resource_arn
|
7038
4771
|
# The Amazon Resource Name (ARN) of the flow that you want to tag.
|
7039
4772
|
# @return [String]
|
@@ -7058,36 +4791,6 @@ module Aws::Appflow
|
|
7058
4791
|
# A class for modeling different type of tasks. Task implementation
|
7059
4792
|
# varies based on the `TaskType`.
|
7060
4793
|
#
|
7061
|
-
# @note When making an API call, you may pass Task
|
7062
|
-
# data as a hash:
|
7063
|
-
#
|
7064
|
-
# {
|
7065
|
-
# source_fields: ["String"], # required
|
7066
|
-
# connector_operator: {
|
7067
|
-
# amplitude: "BETWEEN", # accepts BETWEEN
|
7068
|
-
# datadog: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7069
|
-
# dynatrace: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7070
|
-
# google_analytics: "PROJECTION", # accepts PROJECTION, BETWEEN
|
7071
|
-
# infor_nexus: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7072
|
-
# marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7073
|
-
# s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7074
|
-
# salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7075
|
-
# service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7076
|
-
# singular: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7077
|
-
# slack: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7078
|
-
# trendmicro: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7079
|
-
# veeva: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7080
|
-
# zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7081
|
-
# sapo_data: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7082
|
-
# custom_connector: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7083
|
-
# },
|
7084
|
-
# destination_field: "DestinationField",
|
7085
|
-
# task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate, Partition
|
7086
|
-
# task_properties: {
|
7087
|
-
# "VALUE" => "Property",
|
7088
|
-
# },
|
7089
|
-
# }
|
7090
|
-
#
|
7091
4794
|
# @!attribute [rw] source_fields
|
7092
4795
|
# The source fields to which a particular task is applied.
|
7093
4796
|
# @return [Array<String>]
|
@@ -7140,13 +4843,6 @@ module Aws::Appflow
|
|
7140
4843
|
# The connector-specific profile credentials required when using Trend
|
7141
4844
|
# Micro.
|
7142
4845
|
#
|
7143
|
-
# @note When making an API call, you may pass TrendmicroConnectorProfileCredentials
|
7144
|
-
# data as a hash:
|
7145
|
-
#
|
7146
|
-
# {
|
7147
|
-
# api_secret_key: "ApiSecretKey", # required
|
7148
|
-
# }
|
7149
|
-
#
|
7150
4846
|
# @!attribute [rw] api_secret_key
|
7151
4847
|
# The Secret Access Key portion of the credentials.
|
7152
4848
|
# @return [String]
|
@@ -7177,13 +4873,6 @@ module Aws::Appflow
|
|
7177
4873
|
# The properties that are applied when using Trend Micro as a flow
|
7178
4874
|
# source.
|
7179
4875
|
#
|
7180
|
-
# @note When making an API call, you may pass TrendmicroSourceProperties
|
7181
|
-
# data as a hash:
|
7182
|
-
#
|
7183
|
-
# {
|
7184
|
-
# object: "Object", # required
|
7185
|
-
# }
|
7186
|
-
#
|
7187
4876
|
# @!attribute [rw] object
|
7188
4877
|
# The object specified in the Trend Micro flow source.
|
7189
4878
|
# @return [String]
|
@@ -7199,25 +4888,6 @@ module Aws::Appflow
|
|
7199
4888
|
# The trigger settings that determine how and when Amazon AppFlow runs
|
7200
4889
|
# the specified flow.
|
7201
4890
|
#
|
7202
|
-
# @note When making an API call, you may pass TriggerConfig
|
7203
|
-
# data as a hash:
|
7204
|
-
#
|
7205
|
-
# {
|
7206
|
-
# trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
|
7207
|
-
# trigger_properties: {
|
7208
|
-
# scheduled: {
|
7209
|
-
# schedule_expression: "ScheduleExpression", # required
|
7210
|
-
# data_pull_mode: "Incremental", # accepts Incremental, Complete
|
7211
|
-
# schedule_start_time: Time.now,
|
7212
|
-
# schedule_end_time: Time.now,
|
7213
|
-
# timezone: "Timezone",
|
7214
|
-
# schedule_offset: 1,
|
7215
|
-
# first_execution_from: Time.now,
|
7216
|
-
# flow_error_deactivation_threshold: 1,
|
7217
|
-
# },
|
7218
|
-
# },
|
7219
|
-
# }
|
7220
|
-
#
|
7221
4891
|
# @!attribute [rw] trigger_type
|
7222
4892
|
# Specifies the type of flow trigger. This can be `OnDemand`,
|
7223
4893
|
# `Scheduled`, or `Event`.
|
@@ -7242,22 +4912,6 @@ module Aws::Appflow
|
|
7242
4912
|
# flow. Currently, these settings only apply to the `Scheduled` trigger
|
7243
4913
|
# type.
|
7244
4914
|
#
|
7245
|
-
# @note When making an API call, you may pass TriggerProperties
|
7246
|
-
# data as a hash:
|
7247
|
-
#
|
7248
|
-
# {
|
7249
|
-
# scheduled: {
|
7250
|
-
# schedule_expression: "ScheduleExpression", # required
|
7251
|
-
# data_pull_mode: "Incremental", # accepts Incremental, Complete
|
7252
|
-
# schedule_start_time: Time.now,
|
7253
|
-
# schedule_end_time: Time.now,
|
7254
|
-
# timezone: "Timezone",
|
7255
|
-
# schedule_offset: 1,
|
7256
|
-
# first_execution_from: Time.now,
|
7257
|
-
# flow_error_deactivation_threshold: 1,
|
7258
|
-
# },
|
7259
|
-
# }
|
7260
|
-
#
|
7261
4915
|
# @!attribute [rw] scheduled
|
7262
4916
|
# Specifies the configuration details of a schedule-triggered flow as
|
7263
4917
|
# defined by the user.
|
@@ -7271,14 +4925,6 @@ module Aws::Appflow
|
|
7271
4925
|
include Aws::Structure
|
7272
4926
|
end
|
7273
4927
|
|
7274
|
-
# @note When making an API call, you may pass UnregisterConnectorRequest
|
7275
|
-
# data as a hash:
|
7276
|
-
#
|
7277
|
-
# {
|
7278
|
-
# connector_label: "ConnectorLabel", # required
|
7279
|
-
# force_delete: false,
|
7280
|
-
# }
|
7281
|
-
#
|
7282
4928
|
# @!attribute [rw] connector_label
|
7283
4929
|
# The label of the connector. The label is unique for each
|
7284
4930
|
# `ConnectorRegistration` in your Amazon Web Services account.
|
@@ -7316,14 +4962,6 @@ module Aws::Appflow
|
|
7316
4962
|
include Aws::Structure
|
7317
4963
|
end
|
7318
4964
|
|
7319
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
7320
|
-
# data as a hash:
|
7321
|
-
#
|
7322
|
-
# {
|
7323
|
-
# resource_arn: "ARN", # required
|
7324
|
-
# tag_keys: ["TagKey"], # required
|
7325
|
-
# }
|
7326
|
-
#
|
7327
4965
|
# @!attribute [rw] resource_arn
|
7328
4966
|
# The Amazon Resource Name (ARN) of the flow that you want to untag.
|
7329
4967
|
# @return [String]
|
@@ -7346,239 +4984,6 @@ module Aws::Appflow
|
|
7346
4984
|
#
|
7347
4985
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
7348
4986
|
|
7349
|
-
# @note When making an API call, you may pass UpdateConnectorProfileRequest
|
7350
|
-
# data as a hash:
|
7351
|
-
#
|
7352
|
-
# {
|
7353
|
-
# connector_profile_name: "ConnectorProfileName", # required
|
7354
|
-
# connection_mode: "Public", # required, accepts Public, Private
|
7355
|
-
# connector_profile_config: { # required
|
7356
|
-
# connector_profile_properties: { # required
|
7357
|
-
# amplitude: {
|
7358
|
-
# },
|
7359
|
-
# datadog: {
|
7360
|
-
# instance_url: "InstanceUrl", # required
|
7361
|
-
# },
|
7362
|
-
# dynatrace: {
|
7363
|
-
# instance_url: "InstanceUrl", # required
|
7364
|
-
# },
|
7365
|
-
# google_analytics: {
|
7366
|
-
# },
|
7367
|
-
# honeycode: {
|
7368
|
-
# },
|
7369
|
-
# infor_nexus: {
|
7370
|
-
# instance_url: "InstanceUrl", # required
|
7371
|
-
# },
|
7372
|
-
# marketo: {
|
7373
|
-
# instance_url: "InstanceUrl", # required
|
7374
|
-
# },
|
7375
|
-
# redshift: {
|
7376
|
-
# database_url: "DatabaseUrl",
|
7377
|
-
# bucket_name: "BucketName", # required
|
7378
|
-
# bucket_prefix: "BucketPrefix",
|
7379
|
-
# role_arn: "RoleArn", # required
|
7380
|
-
# data_api_role_arn: "DataApiRoleArn",
|
7381
|
-
# is_redshift_serverless: false,
|
7382
|
-
# cluster_identifier: "ClusterIdentifier",
|
7383
|
-
# workgroup_name: "WorkgroupName",
|
7384
|
-
# database_name: "DatabaseName",
|
7385
|
-
# },
|
7386
|
-
# salesforce: {
|
7387
|
-
# instance_url: "InstanceUrl",
|
7388
|
-
# is_sandbox_environment: false,
|
7389
|
-
# },
|
7390
|
-
# service_now: {
|
7391
|
-
# instance_url: "InstanceUrl", # required
|
7392
|
-
# },
|
7393
|
-
# singular: {
|
7394
|
-
# },
|
7395
|
-
# slack: {
|
7396
|
-
# instance_url: "InstanceUrl", # required
|
7397
|
-
# },
|
7398
|
-
# snowflake: {
|
7399
|
-
# warehouse: "Warehouse", # required
|
7400
|
-
# stage: "Stage", # required
|
7401
|
-
# bucket_name: "BucketName", # required
|
7402
|
-
# bucket_prefix: "BucketPrefix",
|
7403
|
-
# private_link_service_name: "PrivateLinkServiceName",
|
7404
|
-
# account_name: "AccountName",
|
7405
|
-
# region: "Region",
|
7406
|
-
# },
|
7407
|
-
# trendmicro: {
|
7408
|
-
# },
|
7409
|
-
# veeva: {
|
7410
|
-
# instance_url: "InstanceUrl", # required
|
7411
|
-
# },
|
7412
|
-
# zendesk: {
|
7413
|
-
# instance_url: "InstanceUrl", # required
|
7414
|
-
# },
|
7415
|
-
# sapo_data: {
|
7416
|
-
# application_host_url: "ApplicationHostUrl", # required
|
7417
|
-
# application_service_path: "ApplicationServicePath", # required
|
7418
|
-
# port_number: 1, # required
|
7419
|
-
# client_number: "ClientNumber", # required
|
7420
|
-
# logon_language: "LogonLanguage",
|
7421
|
-
# private_link_service_name: "PrivateLinkServiceName",
|
7422
|
-
# o_auth_properties: {
|
7423
|
-
# token_url: "TokenUrl", # required
|
7424
|
-
# auth_code_url: "AuthCodeUrl", # required
|
7425
|
-
# o_auth_scopes: ["OAuthScope"], # required
|
7426
|
-
# },
|
7427
|
-
# },
|
7428
|
-
# custom_connector: {
|
7429
|
-
# profile_properties: {
|
7430
|
-
# "ProfilePropertyKey" => "ProfilePropertyValue",
|
7431
|
-
# },
|
7432
|
-
# o_auth_2_properties: {
|
7433
|
-
# token_url: "TokenUrl", # required
|
7434
|
-
# o_auth_2_grant_type: "CLIENT_CREDENTIALS", # required, accepts CLIENT_CREDENTIALS, AUTHORIZATION_CODE
|
7435
|
-
# token_url_custom_properties: {
|
7436
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
7437
|
-
# },
|
7438
|
-
# },
|
7439
|
-
# },
|
7440
|
-
# },
|
7441
|
-
# connector_profile_credentials: {
|
7442
|
-
# amplitude: {
|
7443
|
-
# api_key: "ApiKey", # required
|
7444
|
-
# secret_key: "SecretKey", # required
|
7445
|
-
# },
|
7446
|
-
# datadog: {
|
7447
|
-
# api_key: "ApiKey", # required
|
7448
|
-
# application_key: "ApplicationKey", # required
|
7449
|
-
# },
|
7450
|
-
# dynatrace: {
|
7451
|
-
# api_token: "ApiToken", # required
|
7452
|
-
# },
|
7453
|
-
# google_analytics: {
|
7454
|
-
# client_id: "ClientId", # required
|
7455
|
-
# client_secret: "ClientSecret", # required
|
7456
|
-
# access_token: "AccessToken",
|
7457
|
-
# refresh_token: "RefreshToken",
|
7458
|
-
# o_auth_request: {
|
7459
|
-
# auth_code: "AuthCode",
|
7460
|
-
# redirect_uri: "RedirectUri",
|
7461
|
-
# },
|
7462
|
-
# },
|
7463
|
-
# honeycode: {
|
7464
|
-
# access_token: "AccessToken",
|
7465
|
-
# refresh_token: "RefreshToken",
|
7466
|
-
# o_auth_request: {
|
7467
|
-
# auth_code: "AuthCode",
|
7468
|
-
# redirect_uri: "RedirectUri",
|
7469
|
-
# },
|
7470
|
-
# },
|
7471
|
-
# infor_nexus: {
|
7472
|
-
# access_key_id: "AccessKeyId", # required
|
7473
|
-
# user_id: "Username", # required
|
7474
|
-
# secret_access_key: "Key", # required
|
7475
|
-
# datakey: "Key", # required
|
7476
|
-
# },
|
7477
|
-
# marketo: {
|
7478
|
-
# client_id: "ClientId", # required
|
7479
|
-
# client_secret: "ClientSecret", # required
|
7480
|
-
# access_token: "AccessToken",
|
7481
|
-
# o_auth_request: {
|
7482
|
-
# auth_code: "AuthCode",
|
7483
|
-
# redirect_uri: "RedirectUri",
|
7484
|
-
# },
|
7485
|
-
# },
|
7486
|
-
# redshift: {
|
7487
|
-
# username: "String",
|
7488
|
-
# password: "Password",
|
7489
|
-
# },
|
7490
|
-
# salesforce: {
|
7491
|
-
# access_token: "AccessToken",
|
7492
|
-
# refresh_token: "RefreshToken",
|
7493
|
-
# o_auth_request: {
|
7494
|
-
# auth_code: "AuthCode",
|
7495
|
-
# redirect_uri: "RedirectUri",
|
7496
|
-
# },
|
7497
|
-
# client_credentials_arn: "ClientCredentialsArn",
|
7498
|
-
# },
|
7499
|
-
# service_now: {
|
7500
|
-
# username: "Username", # required
|
7501
|
-
# password: "Password", # required
|
7502
|
-
# },
|
7503
|
-
# singular: {
|
7504
|
-
# api_key: "ApiKey", # required
|
7505
|
-
# },
|
7506
|
-
# slack: {
|
7507
|
-
# client_id: "ClientId", # required
|
7508
|
-
# client_secret: "ClientSecret", # required
|
7509
|
-
# access_token: "AccessToken",
|
7510
|
-
# o_auth_request: {
|
7511
|
-
# auth_code: "AuthCode",
|
7512
|
-
# redirect_uri: "RedirectUri",
|
7513
|
-
# },
|
7514
|
-
# },
|
7515
|
-
# snowflake: {
|
7516
|
-
# username: "Username", # required
|
7517
|
-
# password: "Password", # required
|
7518
|
-
# },
|
7519
|
-
# trendmicro: {
|
7520
|
-
# api_secret_key: "ApiSecretKey", # required
|
7521
|
-
# },
|
7522
|
-
# veeva: {
|
7523
|
-
# username: "Username", # required
|
7524
|
-
# password: "Password", # required
|
7525
|
-
# },
|
7526
|
-
# zendesk: {
|
7527
|
-
# client_id: "ClientId", # required
|
7528
|
-
# client_secret: "ClientSecret", # required
|
7529
|
-
# access_token: "AccessToken",
|
7530
|
-
# o_auth_request: {
|
7531
|
-
# auth_code: "AuthCode",
|
7532
|
-
# redirect_uri: "RedirectUri",
|
7533
|
-
# },
|
7534
|
-
# },
|
7535
|
-
# sapo_data: {
|
7536
|
-
# basic_auth_credentials: {
|
7537
|
-
# username: "Username", # required
|
7538
|
-
# password: "Password", # required
|
7539
|
-
# },
|
7540
|
-
# o_auth_credentials: {
|
7541
|
-
# client_id: "ClientId", # required
|
7542
|
-
# client_secret: "ClientSecret", # required
|
7543
|
-
# access_token: "AccessToken",
|
7544
|
-
# refresh_token: "RefreshToken",
|
7545
|
-
# o_auth_request: {
|
7546
|
-
# auth_code: "AuthCode",
|
7547
|
-
# redirect_uri: "RedirectUri",
|
7548
|
-
# },
|
7549
|
-
# },
|
7550
|
-
# },
|
7551
|
-
# custom_connector: {
|
7552
|
-
# authentication_type: "OAUTH2", # required, accepts OAUTH2, APIKEY, BASIC, CUSTOM
|
7553
|
-
# basic: {
|
7554
|
-
# username: "Username", # required
|
7555
|
-
# password: "Password", # required
|
7556
|
-
# },
|
7557
|
-
# oauth2: {
|
7558
|
-
# client_id: "ClientId",
|
7559
|
-
# client_secret: "ClientSecret",
|
7560
|
-
# access_token: "AccessToken",
|
7561
|
-
# refresh_token: "RefreshToken",
|
7562
|
-
# o_auth_request: {
|
7563
|
-
# auth_code: "AuthCode",
|
7564
|
-
# redirect_uri: "RedirectUri",
|
7565
|
-
# },
|
7566
|
-
# },
|
7567
|
-
# api_key: {
|
7568
|
-
# api_key: "ApiKey", # required
|
7569
|
-
# api_secret_key: "ApiSecretKey",
|
7570
|
-
# },
|
7571
|
-
# custom: {
|
7572
|
-
# custom_authentication_type: "CustomAuthenticationType", # required
|
7573
|
-
# credentials_map: {
|
7574
|
-
# "CredentialsMapKey" => "CredentialsMapValue",
|
7575
|
-
# },
|
7576
|
-
# },
|
7577
|
-
# },
|
7578
|
-
# },
|
7579
|
-
# },
|
7580
|
-
# }
|
7581
|
-
#
|
7582
4987
|
# @!attribute [rw] connector_profile_name
|
7583
4988
|
# The name of the connector profile and is unique for each
|
7584
4989
|
# `ConnectorProfile` in the Amazon Web Services account.
|
@@ -7615,19 +5020,6 @@ module Aws::Appflow
|
|
7615
5020
|
include Aws::Structure
|
7616
5021
|
end
|
7617
5022
|
|
7618
|
-
# @note When making an API call, you may pass UpdateConnectorRegistrationRequest
|
7619
|
-
# data as a hash:
|
7620
|
-
#
|
7621
|
-
# {
|
7622
|
-
# connector_label: "ConnectorLabel", # required
|
7623
|
-
# description: "Description",
|
7624
|
-
# connector_provisioning_config: {
|
7625
|
-
# lambda: {
|
7626
|
-
# lambda_arn: "ARN", # required
|
7627
|
-
# },
|
7628
|
-
# },
|
7629
|
-
# }
|
7630
|
-
#
|
7631
5023
|
# @!attribute [rw] connector_label
|
7632
5024
|
# The name of the connector. The name is unique for each connector
|
7633
5025
|
# registration in your AWS account.
|
@@ -7665,276 +5057,6 @@ module Aws::Appflow
|
|
7665
5057
|
include Aws::Structure
|
7666
5058
|
end
|
7667
5059
|
|
7668
|
-
# @note When making an API call, you may pass UpdateFlowRequest
|
7669
|
-
# data as a hash:
|
7670
|
-
#
|
7671
|
-
# {
|
7672
|
-
# flow_name: "FlowName", # required
|
7673
|
-
# description: "FlowDescription",
|
7674
|
-
# trigger_config: { # required
|
7675
|
-
# trigger_type: "Scheduled", # required, accepts Scheduled, Event, OnDemand
|
7676
|
-
# trigger_properties: {
|
7677
|
-
# scheduled: {
|
7678
|
-
# schedule_expression: "ScheduleExpression", # required
|
7679
|
-
# data_pull_mode: "Incremental", # accepts Incremental, Complete
|
7680
|
-
# schedule_start_time: Time.now,
|
7681
|
-
# schedule_end_time: Time.now,
|
7682
|
-
# timezone: "Timezone",
|
7683
|
-
# schedule_offset: 1,
|
7684
|
-
# first_execution_from: Time.now,
|
7685
|
-
# flow_error_deactivation_threshold: 1,
|
7686
|
-
# },
|
7687
|
-
# },
|
7688
|
-
# },
|
7689
|
-
# source_flow_config: { # required
|
7690
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
|
7691
|
-
# api_version: "ApiVersion",
|
7692
|
-
# connector_profile_name: "ConnectorProfileName",
|
7693
|
-
# source_connector_properties: { # required
|
7694
|
-
# amplitude: {
|
7695
|
-
# object: "Object", # required
|
7696
|
-
# },
|
7697
|
-
# datadog: {
|
7698
|
-
# object: "Object", # required
|
7699
|
-
# },
|
7700
|
-
# dynatrace: {
|
7701
|
-
# object: "Object", # required
|
7702
|
-
# },
|
7703
|
-
# google_analytics: {
|
7704
|
-
# object: "Object", # required
|
7705
|
-
# },
|
7706
|
-
# infor_nexus: {
|
7707
|
-
# object: "Object", # required
|
7708
|
-
# },
|
7709
|
-
# marketo: {
|
7710
|
-
# object: "Object", # required
|
7711
|
-
# },
|
7712
|
-
# s3: {
|
7713
|
-
# bucket_name: "BucketName", # required
|
7714
|
-
# bucket_prefix: "BucketPrefix",
|
7715
|
-
# s3_input_format_config: {
|
7716
|
-
# s3_input_file_type: "CSV", # accepts CSV, JSON
|
7717
|
-
# },
|
7718
|
-
# },
|
7719
|
-
# salesforce: {
|
7720
|
-
# object: "Object", # required
|
7721
|
-
# enable_dynamic_field_update: false,
|
7722
|
-
# include_deleted_records: false,
|
7723
|
-
# data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
|
7724
|
-
# },
|
7725
|
-
# service_now: {
|
7726
|
-
# object: "Object", # required
|
7727
|
-
# },
|
7728
|
-
# singular: {
|
7729
|
-
# object: "Object", # required
|
7730
|
-
# },
|
7731
|
-
# slack: {
|
7732
|
-
# object: "Object", # required
|
7733
|
-
# },
|
7734
|
-
# trendmicro: {
|
7735
|
-
# object: "Object", # required
|
7736
|
-
# },
|
7737
|
-
# veeva: {
|
7738
|
-
# object: "Object", # required
|
7739
|
-
# document_type: "DocumentType",
|
7740
|
-
# include_source_files: false,
|
7741
|
-
# include_renditions: false,
|
7742
|
-
# include_all_versions: false,
|
7743
|
-
# },
|
7744
|
-
# zendesk: {
|
7745
|
-
# object: "Object", # required
|
7746
|
-
# },
|
7747
|
-
# sapo_data: {
|
7748
|
-
# object_path: "Object",
|
7749
|
-
# },
|
7750
|
-
# custom_connector: {
|
7751
|
-
# entity_name: "EntityName", # required
|
7752
|
-
# custom_properties: {
|
7753
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
7754
|
-
# },
|
7755
|
-
# },
|
7756
|
-
# },
|
7757
|
-
# incremental_pull_config: {
|
7758
|
-
# datetime_type_field_name: "DatetimeTypeFieldName",
|
7759
|
-
# },
|
7760
|
-
# },
|
7761
|
-
# destination_flow_config_list: [ # required
|
7762
|
-
# {
|
7763
|
-
# connector_type: "Salesforce", # required, accepts Salesforce, Singular, Slack, Redshift, S3, Marketo, Googleanalytics, Zendesk, Servicenow, Datadog, Trendmicro, Snowflake, Dynatrace, Infornexus, Amplitude, Veeva, EventBridge, LookoutMetrics, Upsolver, Honeycode, CustomerProfiles, SAPOData, CustomConnector
|
7764
|
-
# api_version: "ApiVersion",
|
7765
|
-
# connector_profile_name: "ConnectorProfileName",
|
7766
|
-
# destination_connector_properties: { # required
|
7767
|
-
# redshift: {
|
7768
|
-
# object: "Object", # required
|
7769
|
-
# intermediate_bucket_name: "BucketName", # required
|
7770
|
-
# bucket_prefix: "BucketPrefix",
|
7771
|
-
# error_handling_config: {
|
7772
|
-
# fail_on_first_destination_error: false,
|
7773
|
-
# bucket_prefix: "BucketPrefix",
|
7774
|
-
# bucket_name: "BucketName",
|
7775
|
-
# },
|
7776
|
-
# },
|
7777
|
-
# s3: {
|
7778
|
-
# bucket_name: "BucketName", # required
|
7779
|
-
# bucket_prefix: "BucketPrefix",
|
7780
|
-
# s3_output_format_config: {
|
7781
|
-
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
7782
|
-
# prefix_config: {
|
7783
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
7784
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
7785
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
7786
|
-
# },
|
7787
|
-
# aggregation_config: {
|
7788
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
7789
|
-
# target_file_size: 1,
|
7790
|
-
# },
|
7791
|
-
# preserve_source_data_typing: false,
|
7792
|
-
# },
|
7793
|
-
# },
|
7794
|
-
# salesforce: {
|
7795
|
-
# object: "Object", # required
|
7796
|
-
# id_field_names: ["Name"],
|
7797
|
-
# error_handling_config: {
|
7798
|
-
# fail_on_first_destination_error: false,
|
7799
|
-
# bucket_prefix: "BucketPrefix",
|
7800
|
-
# bucket_name: "BucketName",
|
7801
|
-
# },
|
7802
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
7803
|
-
# data_transfer_api: "AUTOMATIC", # accepts AUTOMATIC, BULKV2, REST_SYNC
|
7804
|
-
# },
|
7805
|
-
# snowflake: {
|
7806
|
-
# object: "Object", # required
|
7807
|
-
# intermediate_bucket_name: "BucketName", # required
|
7808
|
-
# bucket_prefix: "BucketPrefix",
|
7809
|
-
# error_handling_config: {
|
7810
|
-
# fail_on_first_destination_error: false,
|
7811
|
-
# bucket_prefix: "BucketPrefix",
|
7812
|
-
# bucket_name: "BucketName",
|
7813
|
-
# },
|
7814
|
-
# },
|
7815
|
-
# event_bridge: {
|
7816
|
-
# object: "Object", # required
|
7817
|
-
# error_handling_config: {
|
7818
|
-
# fail_on_first_destination_error: false,
|
7819
|
-
# bucket_prefix: "BucketPrefix",
|
7820
|
-
# bucket_name: "BucketName",
|
7821
|
-
# },
|
7822
|
-
# },
|
7823
|
-
# lookout_metrics: {
|
7824
|
-
# },
|
7825
|
-
# upsolver: {
|
7826
|
-
# bucket_name: "UpsolverBucketName", # required
|
7827
|
-
# bucket_prefix: "BucketPrefix",
|
7828
|
-
# s3_output_format_config: { # required
|
7829
|
-
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
7830
|
-
# prefix_config: { # required
|
7831
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
7832
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
7833
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
7834
|
-
# },
|
7835
|
-
# aggregation_config: {
|
7836
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
7837
|
-
# target_file_size: 1,
|
7838
|
-
# },
|
7839
|
-
# },
|
7840
|
-
# },
|
7841
|
-
# honeycode: {
|
7842
|
-
# object: "Object", # required
|
7843
|
-
# error_handling_config: {
|
7844
|
-
# fail_on_first_destination_error: false,
|
7845
|
-
# bucket_prefix: "BucketPrefix",
|
7846
|
-
# bucket_name: "BucketName",
|
7847
|
-
# },
|
7848
|
-
# },
|
7849
|
-
# customer_profiles: {
|
7850
|
-
# domain_name: "DomainName", # required
|
7851
|
-
# object_type_name: "ObjectTypeName",
|
7852
|
-
# },
|
7853
|
-
# zendesk: {
|
7854
|
-
# object: "Object", # required
|
7855
|
-
# id_field_names: ["Name"],
|
7856
|
-
# error_handling_config: {
|
7857
|
-
# fail_on_first_destination_error: false,
|
7858
|
-
# bucket_prefix: "BucketPrefix",
|
7859
|
-
# bucket_name: "BucketName",
|
7860
|
-
# },
|
7861
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
7862
|
-
# },
|
7863
|
-
# marketo: {
|
7864
|
-
# object: "Object", # required
|
7865
|
-
# error_handling_config: {
|
7866
|
-
# fail_on_first_destination_error: false,
|
7867
|
-
# bucket_prefix: "BucketPrefix",
|
7868
|
-
# bucket_name: "BucketName",
|
7869
|
-
# },
|
7870
|
-
# },
|
7871
|
-
# custom_connector: {
|
7872
|
-
# entity_name: "EntityName", # required
|
7873
|
-
# error_handling_config: {
|
7874
|
-
# fail_on_first_destination_error: false,
|
7875
|
-
# bucket_prefix: "BucketPrefix",
|
7876
|
-
# bucket_name: "BucketName",
|
7877
|
-
# },
|
7878
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
7879
|
-
# id_field_names: ["Name"],
|
7880
|
-
# custom_properties: {
|
7881
|
-
# "CustomPropertyKey" => "CustomPropertyValue",
|
7882
|
-
# },
|
7883
|
-
# },
|
7884
|
-
# sapo_data: {
|
7885
|
-
# object_path: "Object", # required
|
7886
|
-
# success_response_handling_config: {
|
7887
|
-
# bucket_prefix: "BucketPrefix",
|
7888
|
-
# bucket_name: "BucketName",
|
7889
|
-
# },
|
7890
|
-
# id_field_names: ["Name"],
|
7891
|
-
# error_handling_config: {
|
7892
|
-
# fail_on_first_destination_error: false,
|
7893
|
-
# bucket_prefix: "BucketPrefix",
|
7894
|
-
# bucket_name: "BucketName",
|
7895
|
-
# },
|
7896
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
7897
|
-
# },
|
7898
|
-
# },
|
7899
|
-
# },
|
7900
|
-
# ],
|
7901
|
-
# tasks: [ # required
|
7902
|
-
# {
|
7903
|
-
# source_fields: ["String"], # required
|
7904
|
-
# connector_operator: {
|
7905
|
-
# amplitude: "BETWEEN", # accepts BETWEEN
|
7906
|
-
# datadog: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7907
|
-
# dynatrace: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7908
|
-
# google_analytics: "PROJECTION", # accepts PROJECTION, BETWEEN
|
7909
|
-
# infor_nexus: "PROJECTION", # accepts PROJECTION, BETWEEN, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7910
|
-
# marketo: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7911
|
-
# s3: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7912
|
-
# salesforce: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7913
|
-
# service_now: "PROJECTION", # accepts PROJECTION, CONTAINS, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7914
|
-
# singular: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7915
|
-
# slack: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7916
|
-
# trendmicro: "PROJECTION", # accepts PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7917
|
-
# veeva: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7918
|
-
# zendesk: "PROJECTION", # accepts PROJECTION, GREATER_THAN, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7919
|
-
# sapo_data: "PROJECTION", # accepts PROJECTION, LESS_THAN, CONTAINS, GREATER_THAN, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7920
|
-
# custom_connector: "PROJECTION", # accepts PROJECTION, LESS_THAN, GREATER_THAN, CONTAINS, BETWEEN, LESS_THAN_OR_EQUAL_TO, GREATER_THAN_OR_EQUAL_TO, EQUAL_TO, NOT_EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP
|
7921
|
-
# },
|
7922
|
-
# destination_field: "DestinationField",
|
7923
|
-
# task_type: "Arithmetic", # required, accepts Arithmetic, Filter, Map, Map_all, Mask, Merge, Passthrough, Truncate, Validate, Partition
|
7924
|
-
# task_properties: {
|
7925
|
-
# "VALUE" => "Property",
|
7926
|
-
# },
|
7927
|
-
# },
|
7928
|
-
# ],
|
7929
|
-
# metadata_catalog_config: {
|
7930
|
-
# glue_data_catalog: {
|
7931
|
-
# role_arn: "GlueDataCatalogIAMRole", # required
|
7932
|
-
# database_name: "GlueDataCatalogDatabaseName", # required
|
7933
|
-
# table_prefix: "GlueDataCatalogTablePrefix", # required
|
7934
|
-
# },
|
7935
|
-
# },
|
7936
|
-
# }
|
7937
|
-
#
|
7938
5060
|
# @!attribute [rw] flow_name
|
7939
5061
|
# The specified name of the flow. Spaces are not allowed. Use
|
7940
5062
|
# underscores (\_) or hyphens (-) only.
|
@@ -7999,26 +5121,6 @@ module Aws::Appflow
|
|
7999
5121
|
# The properties that are applied when Upsolver is used as a
|
8000
5122
|
# destination.
|
8001
5123
|
#
|
8002
|
-
# @note When making an API call, you may pass UpsolverDestinationProperties
|
8003
|
-
# data as a hash:
|
8004
|
-
#
|
8005
|
-
# {
|
8006
|
-
# bucket_name: "UpsolverBucketName", # required
|
8007
|
-
# bucket_prefix: "BucketPrefix",
|
8008
|
-
# s3_output_format_config: { # required
|
8009
|
-
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
8010
|
-
# prefix_config: { # required
|
8011
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
8012
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
8013
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
8014
|
-
# },
|
8015
|
-
# aggregation_config: {
|
8016
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
8017
|
-
# target_file_size: 1,
|
8018
|
-
# },
|
8019
|
-
# },
|
8020
|
-
# }
|
8021
|
-
#
|
8022
5124
|
# @!attribute [rw] bucket_name
|
8023
5125
|
# The Upsolver Amazon S3 bucket name in which Amazon AppFlow places
|
8024
5126
|
# the transferred data.
|
@@ -8053,22 +5155,6 @@ module Aws::Appflow
|
|
8053
5155
|
# The configuration that determines how Amazon AppFlow formats the flow
|
8054
5156
|
# output data when Upsolver is used as the destination.
|
8055
5157
|
#
|
8056
|
-
# @note When making an API call, you may pass UpsolverS3OutputFormatConfig
|
8057
|
-
# data as a hash:
|
8058
|
-
#
|
8059
|
-
# {
|
8060
|
-
# file_type: "CSV", # accepts CSV, JSON, PARQUET
|
8061
|
-
# prefix_config: { # required
|
8062
|
-
# prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
|
8063
|
-
# prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
|
8064
|
-
# path_prefix_hierarchy: ["EXECUTION_ID"], # accepts EXECUTION_ID, SCHEMA_VERSION
|
8065
|
-
# },
|
8066
|
-
# aggregation_config: {
|
8067
|
-
# aggregation_type: "None", # accepts None, SingleFile
|
8068
|
-
# target_file_size: 1,
|
8069
|
-
# },
|
8070
|
-
# }
|
8071
|
-
#
|
8072
5158
|
# @!attribute [rw] file_type
|
8073
5159
|
# Indicates the file type that Amazon AppFlow places in the Upsolver
|
8074
5160
|
# Amazon S3 bucket.
|
@@ -8109,14 +5195,6 @@ module Aws::Appflow
|
|
8109
5195
|
|
8110
5196
|
# The connector-specific profile credentials required when using Veeva.
|
8111
5197
|
#
|
8112
|
-
# @note When making an API call, you may pass VeevaConnectorProfileCredentials
|
8113
|
-
# data as a hash:
|
8114
|
-
#
|
8115
|
-
# {
|
8116
|
-
# username: "Username", # required
|
8117
|
-
# password: "Password", # required
|
8118
|
-
# }
|
8119
|
-
#
|
8120
5198
|
# @!attribute [rw] username
|
8121
5199
|
# The name of the user.
|
8122
5200
|
# @return [String]
|
@@ -8136,13 +5214,6 @@ module Aws::Appflow
|
|
8136
5214
|
|
8137
5215
|
# The connector-specific profile properties required when using Veeva.
|
8138
5216
|
#
|
8139
|
-
# @note When making an API call, you may pass VeevaConnectorProfileProperties
|
8140
|
-
# data as a hash:
|
8141
|
-
#
|
8142
|
-
# {
|
8143
|
-
# instance_url: "InstanceUrl", # required
|
8144
|
-
# }
|
8145
|
-
#
|
8146
5217
|
# @!attribute [rw] instance_url
|
8147
5218
|
# The location of the Veeva resource.
|
8148
5219
|
# @return [String]
|
@@ -8163,17 +5234,6 @@ module Aws::Appflow
|
|
8163
5234
|
|
8164
5235
|
# The properties that are applied when using Veeva as a flow source.
|
8165
5236
|
#
|
8166
|
-
# @note When making an API call, you may pass VeevaSourceProperties
|
8167
|
-
# data as a hash:
|
8168
|
-
#
|
8169
|
-
# {
|
8170
|
-
# object: "Object", # required
|
8171
|
-
# document_type: "DocumentType",
|
8172
|
-
# include_source_files: false,
|
8173
|
-
# include_renditions: false,
|
8174
|
-
# include_all_versions: false,
|
8175
|
-
# }
|
8176
|
-
#
|
8177
5237
|
# @!attribute [rw] object
|
8178
5238
|
# The object specified in the Veeva flow source.
|
8179
5239
|
# @return [String]
|
@@ -8212,19 +5272,6 @@ module Aws::Appflow
|
|
8212
5272
|
# The connector-specific profile credentials required when using
|
8213
5273
|
# Zendesk.
|
8214
5274
|
#
|
8215
|
-
# @note When making an API call, you may pass ZendeskConnectorProfileCredentials
|
8216
|
-
# data as a hash:
|
8217
|
-
#
|
8218
|
-
# {
|
8219
|
-
# client_id: "ClientId", # required
|
8220
|
-
# client_secret: "ClientSecret", # required
|
8221
|
-
# access_token: "AccessToken",
|
8222
|
-
# o_auth_request: {
|
8223
|
-
# auth_code: "AuthCode",
|
8224
|
-
# redirect_uri: "RedirectUri",
|
8225
|
-
# },
|
8226
|
-
# }
|
8227
|
-
#
|
8228
5275
|
# @!attribute [rw] client_id
|
8229
5276
|
# The identifier for the desired client.
|
8230
5277
|
# @return [String]
|
@@ -8256,13 +5303,6 @@ module Aws::Appflow
|
|
8256
5303
|
|
8257
5304
|
# The connector-specific profile properties required when using Zendesk.
|
8258
5305
|
#
|
8259
|
-
# @note When making an API call, you may pass ZendeskConnectorProfileProperties
|
8260
|
-
# data as a hash:
|
8261
|
-
#
|
8262
|
-
# {
|
8263
|
-
# instance_url: "InstanceUrl", # required
|
8264
|
-
# }
|
8265
|
-
#
|
8266
5306
|
# @!attribute [rw] instance_url
|
8267
5307
|
# The location of the Zendesk resource.
|
8268
5308
|
# @return [String]
|
@@ -8277,20 +5317,6 @@ module Aws::Appflow
|
|
8277
5317
|
|
8278
5318
|
# The properties that are applied when Zendesk is used as a destination.
|
8279
5319
|
#
|
8280
|
-
# @note When making an API call, you may pass ZendeskDestinationProperties
|
8281
|
-
# data as a hash:
|
8282
|
-
#
|
8283
|
-
# {
|
8284
|
-
# object: "Object", # required
|
8285
|
-
# id_field_names: ["Name"],
|
8286
|
-
# error_handling_config: {
|
8287
|
-
# fail_on_first_destination_error: false,
|
8288
|
-
# bucket_prefix: "BucketPrefix",
|
8289
|
-
# bucket_name: "BucketName",
|
8290
|
-
# },
|
8291
|
-
# write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE, DELETE
|
8292
|
-
# }
|
8293
|
-
#
|
8294
5320
|
# @!attribute [rw] object
|
8295
5321
|
# The object specified in the Zendesk flow destination.
|
8296
5322
|
# @return [String]
|
@@ -8341,13 +5367,6 @@ module Aws::Appflow
|
|
8341
5367
|
|
8342
5368
|
# The properties that are applied when using Zendesk as a flow source.
|
8343
5369
|
#
|
8344
|
-
# @note When making an API call, you may pass ZendeskSourceProperties
|
8345
|
-
# data as a hash:
|
8346
|
-
#
|
8347
|
-
# {
|
8348
|
-
# object: "Object", # required
|
8349
|
-
# }
|
8350
|
-
#
|
8351
5370
|
# @!attribute [rw] object
|
8352
5371
|
# The object specified in the Zendesk flow source.
|
8353
5372
|
# @return [String]
|