DeleteConnectorProfileRequest

public struct DeleteConnectorProfileRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the connector profile. The name is unique for each ConnectorProfile in your account.

    Declaration

    Swift

    public let connectorProfileName: String
  • Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.

    Declaration

    Swift

    public let forceDelete: Bool?
  • Undocumented

    Declaration

    Swift

    public init(connectorProfileName: String, forceDelete: Bool? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws