UpdateConnectorProfileRequest
public struct UpdateConnectorProfileRequest : 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 -
Defines the connector-specific profile configuration and credentials.
Declaration
Swift
public let connectorProfileConfig: ConnectorProfileConfig -
The name of the connector profile and is unique for each ConnectorProfile in the AWS Account.
Declaration
Swift
public let connectorProfileName: String -
Undocumented
Declaration
Swift
public init(connectionMode: ConnectionMode, connectorProfileConfig: ConnectorProfileConfig, connectorProfileName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateConnectorProfileRequest Structure Reference