ConnectorConfiguration
public struct ConnectorConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies whether the connector can be used as a destination.
Declaration
Swift
public let canUseAsDestination: Bool? -
Specifies whether the connector can be used as a source.
Declaration
Swift
public let canUseAsSource: Bool? -
Specifies connector-specific metadata such as oAuthScopes, supportedRegions, privateLinkServiceUrl, and so on.
Declaration
Swift
public let connectorMetadata: ConnectorMetadata? -
Specifies if PrivateLink is enabled for that connector.
Declaration
Swift
public let isPrivateLinkEnabled: Bool? -
Specifies if a PrivateLink endpoint URL is required.
Declaration
Swift
public let isPrivateLinkEndpointUrlRequired: Bool? -
Lists the connectors that are available for use as destinations.
Declaration
Swift
public let supportedDestinationConnectors: [ConnectorType]? -
Specifies the supported flow frequency for that connector.
Declaration
Swift
public let supportedSchedulingFrequencies: [ScheduleFrequencyType]? -
Specifies the supported trigger types for the flow.
Declaration
Swift
public let supportedTriggerTypes: [TriggerType]? -
init(canUseAsDestination:canUseAsSource:connectorMetadata:isPrivateLinkEnabled:isPrivateLinkEndpointUrlRequired:supportedDestinationConnectors:supportedSchedulingFrequencies:supportedTriggerTypes:)Undocumented
Declaration
Swift
public init(canUseAsDestination: Bool? = nil, canUseAsSource: Bool? = nil, connectorMetadata: ConnectorMetadata? = nil, isPrivateLinkEnabled: Bool? = nil, isPrivateLinkEndpointUrlRequired: Bool? = nil, supportedDestinationConnectors: [ConnectorType]? = nil, supportedSchedulingFrequencies: [ScheduleFrequencyType]? = nil, supportedTriggerTypes: [TriggerType]? = nil)
View on GitHub
ConnectorConfiguration Structure Reference