You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AuthorizerConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  default_authorizer_name: "AuthorizerName",
  allow_authorizer_override: false,
}

An object that specifies the authorization service for a domain.

Returned by:

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)

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

#default_authorizer_nameString

The name of the authorization service for a domain configuration.

Returns:

  • (String)

    The name of the authorization service for a domain configuration.