Class: Aws::IoT::Types::AuthorizerConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#allow_authorizer_overrideBoolean

A Boolean that specifies whether the domain configuration’s authorization service can be overridden.

Returns:

  • (Boolean)


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_nameString

The name of the authorization service for a domain configuration.

Returns:

  • (String)


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