Class: Aws::CognitoIdentityProvider::Types::CreateUserImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CreateUserImportJobRequest
- 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
-
#cloud_watch_logs_role_arn ⇒ String
The role ARN for the Amazon CloudWatch Logs Logging role for the user import job.
-
#job_name ⇒ String
The job name for the user import job.
-
#user_pool_id ⇒ String
The user pool ID for the user pool that the users are being imported into.
Instance Attribute Details
#cloud_watch_logs_role_arn ⇒ String
The role ARN for the Amazon CloudWatch Logs Logging role for the user import job.
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_name ⇒ String
The job name for the user import job.
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_id ⇒ String
The user pool ID for the user pool that the users are being imported into.
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 |