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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Represents the request to create the user import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_role_arnString

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

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3048

class CreateUserImportJobRequest < Struct.new(
  :job_name,
  :user_pool_id,
  :cloud_watch_logs_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The job name for the user import job.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3048

class CreateUserImportJobRequest < Struct.new(
  :job_name,
  :user_pool_id,
  :cloud_watch_logs_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

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

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
3054
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3048

class CreateUserImportJobRequest < Struct.new(
  :job_name,
  :user_pool_id,
  :cloud_watch_logs_role_arn)
  SENSITIVE = []
  include Aws::Structure
end