class Aws::IoT::Types::UpdateDomainConfigurationRequest


@return [Boolean]
Removes the authorization configuration from a domain.
@!attribute [rw] remove_authorizer_config
@return [String]
The status to which the domain configuration should be updated.
@!attribute [rw] domain_configuration_status
@return [Types::AuthorizerConfig]
An object that specifies the authorization service for a domain.
@!attribute [rw] authorizer_config
@return [String]
The name of the domain configuration to be updated.
@!attribute [rw] domain_configuration_name
}
remove_authorizer_config: false,
domain_configuration_status: “ENABLED”, # accepts ENABLED, DISABLED
},
allow_authorizer_override: false,
default_authorizer_name: “AuthorizerName”,
authorizer_config: {
domain_configuration_name: “ReservedDomainConfigurationName”, # required
{
data as a hash:
@note When making an API call, you may pass UpdateDomainConfigurationRequest