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

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

Returns:

  • (String)


2995
2996
2997
2998
2999
3000
3001
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 2995

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)


2995
2996
2997
2998
2999
3000
3001
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 2995

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)


2995
2996
2997
2998
2999
3000
3001
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 2995

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