CreateUserImportJobRequest

public struct CreateUserImportJobRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The role ARN for the Amazon CloudWatch Logging role for the user import job.

    Declaration

    Swift

    public let cloudWatchLogsRoleArn: String
  • The job name for the user import job.

    Declaration

    Swift

    public let jobName: String
  • The user pool ID for the user pool that the users are being imported into.

    Declaration

    Swift

    public let userPoolId: String
  • Undocumented

    Declaration

    Swift

    public init(cloudWatchLogsRoleArn: String, jobName: String, userPoolId: String)
  • Declaration

    Swift

    public func validate(name: String) throws