Class: Aws::Connect::Types::UpdateAuthenticationProfileRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_ipsArray<String>

A list of IP address range strings that are allowed to access the instance. For more information on how to configure IP addresses, see[Configure session timeouts] in the *Amazon Connect Administrator Guide*.

[1]: docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts

Returns:

  • (Array<String>)


23737
23738
23739
23740
23741
23742
23743
23744
23745
23746
23747
# File 'lib/aws-sdk-connect/types.rb', line 23737

class UpdateAuthenticationProfileRequest < Struct.new(
  :authentication_profile_id,
  :instance_id,
  :name,
  :description,
  :allowed_ips,
  :blocked_ips,
  :periodic_session_duration)
  SENSITIVE = []
  include Aws::Structure
end

#authentication_profile_idString

A unique identifier for the authentication profile.

Returns:

  • (String)


23737
23738
23739
23740
23741
23742
23743
23744
23745
23746
23747
# File 'lib/aws-sdk-connect/types.rb', line 23737

class UpdateAuthenticationProfileRequest < Struct.new(
  :authentication_profile_id,
  :instance_id,
  :name,
  :description,
  :allowed_ips,
  :blocked_ips,
  :periodic_session_duration)
  SENSITIVE = []
  include Aws::Structure
end

#blocked_ipsArray<String>

A list of IP address range strings that are blocked from accessing the instance. For more information on how to configure IP addresses, For more information on how to configure IP addresses, see

Configure IP-based access control][1

in the *Amazon Connect

Administrator Guide*.

[1]: docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-ip-based-ac

Returns:

  • (Array<String>)


23737
23738
23739
23740
23741
23742
23743
23744
23745
23746
23747
# File 'lib/aws-sdk-connect/types.rb', line 23737

class UpdateAuthenticationProfileRequest < Struct.new(
  :authentication_profile_id,
  :instance_id,
  :name,
  :description,
  :allowed_ips,
  :blocked_ips,
  :periodic_session_duration)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the authentication profile.

Returns:

  • (String)


23737
23738
23739
23740
23741
23742
23743
23744
23745
23746
23747
# File 'lib/aws-sdk-connect/types.rb', line 23737

class UpdateAuthenticationProfileRequest < Struct.new(
  :authentication_profile_id,
  :instance_id,
  :name,
  :description,
  :allowed_ips,
  :blocked_ips,
  :periodic_session_duration)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


23737
23738
23739
23740
23741
23742
23743
23744
23745
23746
23747
# File 'lib/aws-sdk-connect/types.rb', line 23737

class UpdateAuthenticationProfileRequest < Struct.new(
  :authentication_profile_id,
  :instance_id,
  :name,
  :description,
  :allowed_ips,
  :blocked_ips,
  :periodic_session_duration)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the authentication profile.

Returns:

  • (String)


23737
23738
23739
23740
23741
23742
23743
23744
23745
23746
23747
# File 'lib/aws-sdk-connect/types.rb', line 23737

class UpdateAuthenticationProfileRequest < Struct.new(
  :authentication_profile_id,
  :instance_id,
  :name,
  :description,
  :allowed_ips,
  :blocked_ips,
  :periodic_session_duration)
  SENSITIVE = []
  include Aws::Structure
end

#periodic_session_durationInteger

The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, For more information on how to configure IP addresses, see [Configure session timeouts] in the *Amazon Connect Administrator Guide*.

[1]: docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts

Returns:

  • (Integer)


23737
23738
23739
23740
23741
23742
23743
23744
23745
23746
23747
# File 'lib/aws-sdk-connect/types.rb', line 23737

class UpdateAuthenticationProfileRequest < Struct.new(
  :authentication_profile_id,
  :instance_id,
  :name,
  :description,
  :allowed_ips,
  :blocked_ips,
  :periodic_session_duration)
  SENSITIVE = []
  include Aws::Structure
end