ConnectorProfileConfig
public struct ConnectorProfileConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The connector-specific credentials required by each connector.
Declaration
Swift
public let connectorProfileCredentials: ConnectorProfileCredentials -
The connector-specific properties of the profile configuration.
Declaration
Swift
public let connectorProfileProperties: ConnectorProfileProperties -
Undocumented
Declaration
Swift
public init(connectorProfileCredentials: ConnectorProfileCredentials, connectorProfileProperties: ConnectorProfileProperties) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ConnectorProfileConfig Structure Reference