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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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

You must specify an IAM role that has permission to log import-job results to Amazon CloudWatch Logs. This parameter is the ARN of that role.

Returns:

  • (String)


3850
3851
3852
3853
3854
3855
3856
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3850

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

#job_nameString

A friendly name for the user import job.

Returns:

  • (String)


3850
3851
3852
3853
3854
3855
3856
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3850

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

#user_pool_idString

The ID of the user pool that you want to import users into.

Returns:

  • (String)


3850
3851
3852
3853
3854
3855
3856
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 3850

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