#[non_exhaustive]
pub struct ConnectorMetadata {
Show 21 fields pub amplitude: Option<AmplitudeMetadata>, pub datadog: Option<DatadogMetadata>, pub dynatrace: Option<DynatraceMetadata>, pub google_analytics: Option<GoogleAnalyticsMetadata>, pub infor_nexus: Option<InforNexusMetadata>, pub marketo: Option<MarketoMetadata>, pub redshift: Option<RedshiftMetadata>, pub s3: Option<S3Metadata>, pub salesforce: Option<SalesforceMetadata>, pub service_now: Option<ServiceNowMetadata>, pub singular: Option<SingularMetadata>, pub slack: Option<SlackMetadata>, pub snowflake: Option<SnowflakeMetadata>, pub trendmicro: Option<TrendmicroMetadata>, pub veeva: Option<VeevaMetadata>, pub zendesk: Option<ZendeskMetadata>, pub event_bridge: Option<EventBridgeMetadata>, pub upsolver: Option<UpsolverMetadata>, pub customer_profiles: Option<CustomerProfilesMetadata>, pub honeycode: Option<HoneycodeMetadata>, pub sapo_data: Option<SapoDataMetadata>,
}
Expand description

A structure to specify connector-specific metadata such as oAuthScopes, supportedRegions, privateLinkServiceUrl, and so on.

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
amplitude: Option<AmplitudeMetadata>

The connector metadata specific to Amplitude.

datadog: Option<DatadogMetadata>

The connector metadata specific to Datadog.

dynatrace: Option<DynatraceMetadata>

The connector metadata specific to Dynatrace.

google_analytics: Option<GoogleAnalyticsMetadata>

The connector metadata specific to Google Analytics.

infor_nexus: Option<InforNexusMetadata>

The connector metadata specific to Infor Nexus.

marketo: Option<MarketoMetadata>

The connector metadata specific to Marketo.

redshift: Option<RedshiftMetadata>

The connector metadata specific to Amazon Redshift.

s3: Option<S3Metadata>

The connector metadata specific to Amazon S3.

salesforce: Option<SalesforceMetadata>

The connector metadata specific to Salesforce.

service_now: Option<ServiceNowMetadata>

The connector metadata specific to ServiceNow.

singular: Option<SingularMetadata>

The connector metadata specific to Singular.

slack: Option<SlackMetadata>

The connector metadata specific to Slack.

snowflake: Option<SnowflakeMetadata>

The connector metadata specific to Snowflake.

trendmicro: Option<TrendmicroMetadata>

The connector metadata specific to Trend Micro.

veeva: Option<VeevaMetadata>

The connector metadata specific to Veeva.

zendesk: Option<ZendeskMetadata>

The connector metadata specific to Zendesk.

event_bridge: Option<EventBridgeMetadata>

The connector metadata specific to Amazon EventBridge.

upsolver: Option<UpsolverMetadata>

The connector metadata specific to Upsolver.

customer_profiles: Option<CustomerProfilesMetadata>

The connector metadata specific to Amazon Connect Customer Profiles.

honeycode: Option<HoneycodeMetadata>

The connector metadata specific to Amazon Honeycode.

sapo_data: Option<SapoDataMetadata>

The connector metadata specific to SAPOData.

Implementations

The connector metadata specific to Amplitude.

The connector metadata specific to Datadog.

The connector metadata specific to Dynatrace.

The connector metadata specific to Google Analytics.

The connector metadata specific to Infor Nexus.

The connector metadata specific to Marketo.

The connector metadata specific to Amazon Redshift.

The connector metadata specific to Amazon S3.

The connector metadata specific to Salesforce.

The connector metadata specific to ServiceNow.

The connector metadata specific to Singular.

The connector metadata specific to Slack.

The connector metadata specific to Snowflake.

The connector metadata specific to Trend Micro.

The connector metadata specific to Veeva.

The connector metadata specific to Zendesk.

The connector metadata specific to Amazon EventBridge.

The connector metadata specific to Upsolver.

The connector metadata specific to Amazon Connect Customer Profiles.

The connector metadata specific to Amazon Honeycode.

The connector metadata specific to SAPOData.

Creates a new builder-style object to manufacture ConnectorMetadata

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more