class Aws::CognitoIdentityProvider::Types::CreateUserImportJobRequest

Represents the request to create the user import job.

@note When making an API call, you may pass CreateUserImportJobRequest

data as a hash:

    {
      job_name: "UserImportJobNameType", # required
      user_pool_id: "UserPoolIdType", # required
      cloud_watch_logs_role_arn: "ArnType", # required
    }

@!attribute [rw] job_name

The job name for the user import job.
@return [String]

@!attribute [rw] user_pool_id

The user pool ID for the user pool that the users are being imported
into.
@return [String]

@!attribute [rw] cloud_watch_logs_role_arn

The role ARN for the Amazon CloudWatch Logging role for the user
import job.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/CreateUserImportJobRequest AWS API Documentation

Constants

SENSITIVE