Class: Aws::IoT::Types::AuthorizerConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::AuthorizerConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
An object that specifies the authorization service for a domain.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #allow_authorizer_override  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A Boolean that specifies whether the domain configuration’s authorization service can be overridden.
 - 
  
    
      #default_authorizer_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the authorization service for a domain configuration.
 
Instance Attribute Details
#allow_authorizer_override ⇒ Boolean
A Boolean that specifies whether the domain configuration’s authorization service can be overridden.
      1045 1046 1047 1048 1049 1050  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1045 class AuthorizerConfig < Struct.new( :default_authorizer_name, :allow_authorizer_override) SENSITIVE = [] include Aws::Structure end  | 
  
#default_authorizer_name ⇒ String
The name of the authorization service for a domain configuration.
      1045 1046 1047 1048 1049 1050  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 1045 class AuthorizerConfig < Struct.new( :default_authorizer_name, :allow_authorizer_override) SENSITIVE = [] include Aws::Structure end  |