ConnectorProfile
public struct ConnectorProfile : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates the connection mode and if it is public or private.
Declaration
Swift
public let connectionMode: ConnectionMode?
-
The Amazon Resource Name (ARN) of the connector profile.
Declaration
Swift
public let connectorProfileArn: String?
-
The name of the connector profile. The name is unique for each ConnectorProfile in the AWS account.
Declaration
Swift
public let connectorProfileName: String?
-
The connector-specific properties of the profile configuration.
Declaration
Swift
public let connectorProfileProperties: ConnectorProfileProperties?
-
The type of connector, such as Salesforce, Amplitude, and so on.
Declaration
Swift
public let connectorType: ConnectorType?
-
Specifies when the connector profile was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The Amazon Resource Name (ARN) of the connector profile credentials.
Declaration
Swift
public let credentialsArn: String?
-
Specifies when the connector profile was last updated.
Declaration
Swift
public let lastUpdatedAt: TimeStamp?
-
init(connectionMode:connectorProfileArn:connectorProfileName:connectorProfileProperties:connectorType:createdAt:credentialsArn:lastUpdatedAt:)
Undocumented
Declaration
Swift
public init(connectionMode: ConnectionMode? = nil, connectorProfileArn: String? = nil, connectorProfileName: String? = nil, connectorProfileProperties: ConnectorProfileProperties? = nil, connectorType: ConnectorType? = nil, createdAt: TimeStamp? = nil, credentialsArn: String? = nil, lastUpdatedAt: TimeStamp? = nil)