class Aws::IoT::Client

def create_domain_configuration(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • create_domain_configuration(params = {})

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::CreateDomainConfigurationResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :server_certificate_config (Types::ServerCertificateConfig) --
  • :tls_config (Types::TlsConfig) --
  • :tags (Array) --
  • :service_type (String) --
  • :authorizer_config (Types::AuthorizerConfig) --
  • :validation_certificate_arn (String) --
  • :server_certificate_arns (Array) --
  • :domain_name (String) --
  • :domain_configuration_name (required, String) --
def create_domain_configuration(params = {}, options = {})
  req = build_request(:create_domain_configuration, params)
  req.send_request(options)
end