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.
1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-iot/types.rb', line 1122 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.
1122 1123 1124 1125 1126 1127 |
# File 'lib/aws-sdk-iot/types.rb', line 1122 class AuthorizerConfig < Struct.new( :default_authorizer_name, :allow_authorizer_override) SENSITIVE = [] include Aws::Structure end |