You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CognitoIdentityProvider::Types::CreateUserImportJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateUserImportJobRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the request to create the user import job.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_role_arnString

The role ARN for the Amazon CloudWatch Logging role for the user import job.

Returns:

  • (String)

    The role ARN for the Amazon CloudWatch Logging role for the user import job.

#job_nameString

The job name for the user import job.

Returns:

  • (String)

    The job name for the user import job.

#user_pool_idString

The user pool ID for the user pool that the users are being imported into.

Returns:

  • (String)

    The user pool ID for the user pool that the users are being imported into.