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

Class: Aws::IoT::Types::UpdateDomainConfigurationRequest

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

Overview

Note:

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

{
  domain_configuration_name: "ReservedDomainConfigurationName", # required
  authorizer_config: {
    default_authorizer_name: "AuthorizerName",
    allow_authorizer_override: false,
  },
  domain_configuration_status: "ENABLED", # accepts ENABLED, DISABLED
  remove_authorizer_config: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_configTypes::AuthorizerConfig

An object that specifies the authorization service for a domain.

Returns:

#domain_configuration_nameString

The name of the domain configuration to be updated.

Returns:

  • (String)

    The name of the domain configuration to be updated.

#domain_configuration_statusString

The status to which the domain configuration should be updated.

Possible values:

  • ENABLED
  • DISABLED

Returns:

  • (String)

    The status to which the domain configuration should be updated.

#remove_authorizer_configBoolean

Removes the authorization configuration from a domain.

Returns:

  • (Boolean)

    Removes the authorization configuration from a domain.