Class: Aws::Types::ConnectorConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_config ⇒ Types::AuthenticationConfig
Returns the value of attribute authentication_config.
-
#can_use_as_destination ⇒ Boolean
Returns the value of attribute can_use_as_destination.
-
#can_use_as_source ⇒ Boolean
Returns the value of attribute can_use_as_source.
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#connector_description ⇒ ::String
Returns the value of attribute connector_description.
-
#connector_label ⇒ ::String
Returns the value of attribute connector_label.
-
#connector_metadata ⇒ Types::ConnectorMetadata
Returns the value of attribute connector_metadata.
-
#connector_modes ⇒ ::Array[::String]
Returns the value of attribute connector_modes.
-
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
-
#connector_owner ⇒ ::String
Returns the value of attribute connector_owner.
-
#connector_provisioning_config ⇒ Types::ConnectorProvisioningConfig
Returns the value of attribute connector_provisioning_config.
-
#connector_provisioning_type ⇒ "LAMBDA"
Returns the value of attribute connector_provisioning_type.
-
#connector_runtime_settings ⇒ ::Array[Types::ConnectorRuntimeSetting]
Returns the value of attribute connector_runtime_settings.
-
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
-
#connector_version ⇒ ::String
Returns the value of attribute connector_version.
-
#is_private_link_enabled ⇒ Boolean
Returns the value of attribute is_private_link_enabled.
-
#is_private_link_endpoint_url_required ⇒ Boolean
Returns the value of attribute is_private_link_endpoint_url_required.
-
#logo_url ⇒ ::String
Returns the value of attribute logo_url.
-
#registered_at ⇒ ::Time
Returns the value of attribute registered_at.
-
#registered_by ⇒ ::String
Returns the value of attribute registered_by.
-
#supported_api_versions ⇒ ::Array[::String]
Returns the value of attribute supported_api_versions.
-
#supported_data_transfer_apis ⇒ ::Array[Types::DataTransferApi]
Returns the value of attribute supported_data_transfer_apis.
-
#supported_data_transfer_types ⇒ ::Array[("RECORD" | "FILE")]
Returns the value of attribute supported_data_transfer_types.
-
#supported_destination_connectors ⇒ ::Array[("Salesforce" | "Singular" | "Slack" | "Redshift" | "S3" | "Marketo" | "Googleanalytics" | "Zendesk" | "Servicenow" | "Datadog" | "Trendmicro" | "Snowflake" | "Dynatrace" | "Infornexus" | "Amplitude" | "Veeva" | "EventBridge" | "LookoutMetrics" | "Upsolver" | "Honeycode" | "CustomerProfiles" | "SAPOData" | "CustomConnector" | "Pardot")]
Returns the value of attribute supported_destination_connectors.
-
#supported_operators ⇒ ::Array[("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")]
Returns the value of attribute supported_operators.
-
#supported_scheduling_frequencies ⇒ ::Array[("BYMINUTE" | "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "ONCE")]
Returns the value of attribute supported_scheduling_frequencies.
-
#supported_trigger_types ⇒ ::Array[("Scheduled" | "Event" | "OnDemand")]
Returns the value of attribute supported_trigger_types.
-
#supported_write_operations ⇒ ::Array[("INSERT" | "UPSERT" | "UPDATE" | "DELETE")]
Returns the value of attribute supported_write_operations.
Instance Attribute Details
#authentication_config ⇒ Types::AuthenticationConfig
Returns the value of attribute authentication_config.
109 110 111 |
# File 'sig/types.rbs', line 109 def authentication_config @authentication_config end |
#can_use_as_destination ⇒ Boolean
Returns the value of attribute can_use_as_destination.
94 95 96 |
# File 'sig/types.rbs', line 94 def can_use_as_destination @can_use_as_destination end |
#can_use_as_source ⇒ Boolean
Returns the value of attribute can_use_as_source.
93 94 95 |
# File 'sig/types.rbs', line 93 def can_use_as_source @can_use_as_source end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
107 108 109 |
# File 'sig/types.rbs', line 107 def connector_arn @connector_arn end |
#connector_description ⇒ ::String
Returns the value of attribute connector_description.
103 104 105 |
# File 'sig/types.rbs', line 103 def connector_description @connector_description end |
#connector_label ⇒ ::String
Returns the value of attribute connector_label.
102 103 104 |
# File 'sig/types.rbs', line 102 def connector_label @connector_label end |
#connector_metadata ⇒ Types::ConnectorMetadata
Returns the value of attribute connector_metadata.
100 101 102 |
# File 'sig/types.rbs', line 100 def @connector_metadata end |
#connector_modes ⇒ ::Array[::String]
Returns the value of attribute connector_modes.
108 109 110 |
# File 'sig/types.rbs', line 108 def connector_modes @connector_modes end |
#connector_name ⇒ ::String
Returns the value of attribute connector_name.
105 106 107 |
# File 'sig/types.rbs', line 105 def connector_name @connector_name end |
#connector_owner ⇒ ::String
Returns the value of attribute connector_owner.
104 105 106 |
# File 'sig/types.rbs', line 104 def connector_owner @connector_owner end |
#connector_provisioning_config ⇒ Types::ConnectorProvisioningConfig
Returns the value of attribute connector_provisioning_config.
115 116 117 |
# File 'sig/types.rbs', line 115 def connector_provisioning_config @connector_provisioning_config end |
#connector_provisioning_type ⇒ "LAMBDA"
Returns the value of attribute connector_provisioning_type.
114 115 116 |
# File 'sig/types.rbs', line 114 def connector_provisioning_type @connector_provisioning_type end |
#connector_runtime_settings ⇒ ::Array[Types::ConnectorRuntimeSetting]
Returns the value of attribute connector_runtime_settings.
110 111 112 |
# File 'sig/types.rbs', line 110 def connector_runtime_settings @connector_runtime_settings end |
#connector_type ⇒ "Salesforce", ...
Returns the value of attribute connector_type.
101 102 103 |
# File 'sig/types.rbs', line 101 def connector_type @connector_type end |
#connector_version ⇒ ::String
Returns the value of attribute connector_version.
106 107 108 |
# File 'sig/types.rbs', line 106 def connector_version @connector_version end |
#is_private_link_enabled ⇒ Boolean
Returns the value of attribute is_private_link_enabled.
97 98 99 |
# File 'sig/types.rbs', line 97 def is_private_link_enabled @is_private_link_enabled end |
#is_private_link_endpoint_url_required ⇒ Boolean
Returns the value of attribute is_private_link_endpoint_url_required.
98 99 100 |
# File 'sig/types.rbs', line 98 def is_private_link_endpoint_url_required @is_private_link_endpoint_url_required end |
#logo_url ⇒ ::String
Returns the value of attribute logo_url.
116 117 118 |
# File 'sig/types.rbs', line 116 def logo_url @logo_url end |
#registered_at ⇒ ::Time
Returns the value of attribute registered_at.
117 118 119 |
# File 'sig/types.rbs', line 117 def registered_at @registered_at end |
#registered_by ⇒ ::String
Returns the value of attribute registered_by.
118 119 120 |
# File 'sig/types.rbs', line 118 def registered_by @registered_by end |
#supported_api_versions ⇒ ::Array[::String]
Returns the value of attribute supported_api_versions.
111 112 113 |
# File 'sig/types.rbs', line 111 def supported_api_versions @supported_api_versions end |
#supported_data_transfer_apis ⇒ ::Array[Types::DataTransferApi]
Returns the value of attribute supported_data_transfer_apis.
120 121 122 |
# File 'sig/types.rbs', line 120 def supported_data_transfer_apis @supported_data_transfer_apis end |
#supported_data_transfer_types ⇒ ::Array[("RECORD" | "FILE")]
Returns the value of attribute supported_data_transfer_types.
119 120 121 |
# File 'sig/types.rbs', line 119 def supported_data_transfer_types @supported_data_transfer_types end |
#supported_destination_connectors ⇒ ::Array[("Salesforce" | "Singular" | "Slack" | "Redshift" | "S3" | "Marketo" | "Googleanalytics" | "Zendesk" | "Servicenow" | "Datadog" | "Trendmicro" | "Snowflake" | "Dynatrace" | "Infornexus" | "Amplitude" | "Veeva" | "EventBridge" | "LookoutMetrics" | "Upsolver" | "Honeycode" | "CustomerProfiles" | "SAPOData" | "CustomConnector" | "Pardot")]
Returns the value of attribute supported_destination_connectors.
95 96 97 |
# File 'sig/types.rbs', line 95 def supported_destination_connectors @supported_destination_connectors end |
#supported_operators ⇒ ::Array[("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")]
Returns the value of attribute supported_operators.
112 113 114 |
# File 'sig/types.rbs', line 112 def supported_operators @supported_operators end |
#supported_scheduling_frequencies ⇒ ::Array[("BYMINUTE" | "HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "ONCE")]
Returns the value of attribute supported_scheduling_frequencies.
96 97 98 |
# File 'sig/types.rbs', line 96 def supported_scheduling_frequencies @supported_scheduling_frequencies end |
#supported_trigger_types ⇒ ::Array[("Scheduled" | "Event" | "OnDemand")]
Returns the value of attribute supported_trigger_types.
99 100 101 |
# File 'sig/types.rbs', line 99 def supported_trigger_types @supported_trigger_types end |
#supported_write_operations ⇒ ::Array[("INSERT" | "UPSERT" | "UPDATE" | "DELETE")]
Returns the value of attribute supported_write_operations.
113 114 115 |
# File 'sig/types.rbs', line 113 def supported_write_operations @supported_write_operations end |