Class: Aws::Connect::Types::UpdateAuthenticationProfileRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Connect::Types::UpdateAuthenticationProfileRequest
 
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #allowed_ips  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of IP address range strings that are allowed to access the instance. 
- 
  
    
      #authentication_profile_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the authentication profile. 
- 
  
    
      #blocked_ips  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of IP address range strings that are blocked from accessing the instance. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description for the authentication profile. 
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the Amazon Connect instance. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name for the authentication profile. 
- 
  
    
      #periodic_session_duration  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The short lived session duration configuration for users logged in to Amazon Connect, in minutes. 
Instance Attribute Details
#allowed_ips ⇒ Array<String>
A list of IP address range strings that are allowed to access the instance. For more information on how to configure IP addresses, seeConfigure session timeouts in the Amazon Connect Administrator Guide.
| 26016 26017 26018 26019 26020 26021 26022 26023 26024 26025 26026 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26016 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_id ⇒ String
A unique identifier for the authentication profile.
| 26016 26017 26018 26019 26020 26021 26022 26023 26024 26025 26026 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26016 class UpdateAuthenticationProfileRequest < Struct.new( :authentication_profile_id, :instance_id, :name, :description, :allowed_ips, :blocked_ips, :periodic_session_duration) SENSITIVE = [] include Aws::Structure end | 
#blocked_ips ⇒ Array<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 in the Amazon Connect Administrator Guide.
| 26016 26017 26018 26019 26020 26021 26022 26023 26024 26025 26026 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26016 class UpdateAuthenticationProfileRequest < Struct.new( :authentication_profile_id, :instance_id, :name, :description, :allowed_ips, :blocked_ips, :periodic_session_duration) SENSITIVE = [] include Aws::Structure end | 
#description ⇒ String
The description for the authentication profile.
| 26016 26017 26018 26019 26020 26021 26022 26023 26024 26025 26026 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26016 class UpdateAuthenticationProfileRequest < Struct.new( :authentication_profile_id, :instance_id, :name, :description, :allowed_ips, :blocked_ips, :periodic_session_duration) SENSITIVE = [] include Aws::Structure end | 
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
| 26016 26017 26018 26019 26020 26021 26022 26023 26024 26025 26026 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26016 class UpdateAuthenticationProfileRequest < Struct.new( :authentication_profile_id, :instance_id, :name, :description, :allowed_ips, :blocked_ips, :periodic_session_duration) SENSITIVE = [] include Aws::Structure end | 
#name ⇒ String
The name for the authentication profile.
| 26016 26017 26018 26019 26020 26021 26022 26023 26024 26025 26026 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26016 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_duration ⇒ Integer
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.
| 26016 26017 26018 26019 26020 26021 26022 26023 26024 26025 26026 | # File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26016 class UpdateAuthenticationProfileRequest < Struct.new( :authentication_profile_id, :instance_id, :name, :description, :allowed_ips, :blocked_ips, :periodic_session_duration) SENSITIVE = [] include Aws::Structure end |